Package: gtk
Accessor gtk:combo-box-active
Lambda Listgtk:combo-box-active (object) SyntaxArgumentsDetails Accessor of the active slot of the gtk:combo-box class. The gtk:combo-box-active function returns the index of the currently
active item, or -1 if there is no active item. The (setf gtk:combo-box-active) function sets the 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 |
2024-4-26