Package: gtk

Function gtk:combo-box-active-iter

Lambda List

gtk:combo-box-active-iter (combo)

Syntax

(gtk:combo-box-active-iter combo) => iter
(setf (gtk:combo-box-active-iter combo) iter)

Arguments

combo -- a gtk:combo-box widget
iter -- a gtk:tree-iter instance, or nil

Details

Accessor of the active iterator of the combo box. The gtk:combo-box-active-iter function returns iter to point to the current active item, if it exists. The (setf gtk:combo-box-active-iter) function sets the current active item to be the one referenced by iter, or unsets the active item if iter is nil.

Warning

The gtk:combo-box implementation is deprecated since 4.10. Use the gtk:drop-down widget instead.
 

See also

#2024-4-26