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

A 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.
 

See also

*2021-3-12