Package: gtk

Function gtk-combo-box-active-iter

Lambda List

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

Syntax

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

Arguments

combo -- a gtk-combo-box widget
iter -- the gtk-tree-iter, or nil

Details

Accessor of the active iterator of the combo box.

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

See also

2021-3-12