Note that search requires gtk.drop_down.DropDown.expression to be set.
DropDown.enableSearch
bool enableSearch() @property nothrowGet enableSearch property.
Returns
Whether to show a search entry in the popup.
void enableSearch(bool propval) @property nothrowSet enableSearch property.
Parameters
propval | Whether to show a search entry in the popup. Note that search requires gtk.drop_down.DropDown.expression to be set. |