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

Gets or sets iter to point to the current active item, if it exists. Unsets the active item if iter is nil.
 

See also

#2026-07-10