Package: gtk
Class gtk:drop-down
Superclassesgtk:widget, gobject:initially-unowned, gtk:accessible, gtk:buildable, gtk:constraint-target, gobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails The gtk:drop-down widget is a widget that allows the user to choose
an item from a list of options. The gtk:drop-down widget displays the selected choice. The options are given to the gtk:drop-down widget in the form of a g:list-model object, and how the individual options are represented is determined by a gtk:list-item-factory object. The default factory displays simple strings. The gtk:drop-down widget knows how to obtain strings from the items in a gtk:string-list object. For other models, you have to provide an expression to find the strings via the gtk:drop-down-expression function. The gtk:drop-down widget can optionally allow search in the popup, which is useful if the list of options is long. To enable the search entry, use the gtk:drop-down-enable-search function. CSS nodesAccessibilitySignalsThe "activate" signallambda (dropdown) :actionThe signal is an action signal and emitting it causes the drop down to pop up its dropdown. The default handler is called before the handlers. Since 4.6
| Returned bySlot Access FunctionsInherited Slot Access FunctionsSee also |
2024-1-10