Package: gtk

Function gtk:combo-box-text-active-text

Lambda List

gtk:combo-box-text-active-text (combo)

Arguments

combo -- a gtk:combo-box-text widget

Return Value

The string containing the currently active text.

Details

Returns the currently active text in the combo box, or nil if none is selected. If the combo box contains an entry, this function will return its contents which will not necessarily be an item from the list.

Warning

The gtk:combo-box-text implementation is deprecated since 4.10. Use the gtk:drop-down widget instead.
 

See also

2024-4-6