If set to TRUE, a search entry will be shown in the popup that allows to search for items in the list.
Search requires adw.combo_row.ComboRow.expression to be set.
bool enableSearch() @propertyGet enableSearch property.
If set to TRUE, a search entry will be shown in the popup that allows to search for items in the list.
Search requires adw.combo_row.ComboRow.expression to be set.
void enableSearch(bool propval) @propertySet enableSearch property.
propval | Whether to show a search entry in the popup. If set to TRUE, a search entry will be shown in the popup that allows to search for items in the list. Search requires adw.combo_row.ComboRow.expression to be set. |