Package: gtk
Accessor gtk:combo-box-active
Lambda Listgtk:combo-box-active (object) SyntaxArgumentsDetails The accessor for the active slot of the gtk:combo-box class gets or sets the index of the currently active
item.
Returns -1 if there is no active item. If the model is a non-flat tree model, and the active item is not an immediate child of the root of the tree, this function returns (first (gtk:tree-path-indices path)), where path is the gtk:tree-path instance of the active item. Warning | See also |
2025-08-12