TabOverview.enableSearch

bool enableSearch() @property

Get enableSearch property.

Returns

Whether to enable search in tabs.

Search matches tab titles and tooltips, as well as keywords, set via property@TabPage:keyword. Use keywords to search in e.g. page URLs in a web browser.

During search, tab reordering and drag-n-drop are disabled.

Use property@TabOverview:search-active to check out if search is currently active.

void enableSearch(bool propval) @property

Set enableSearch property.

Parameters

propvalWhether to enable search in tabs. Search matches tab titles and tooltips, as well as keywords, set via property@TabPage:keyword. Use keywords to search in e.g. page URLs in a web browser. During search, tab reordering and drag-n-drop are disabled. Use property@TabOverview:search-active to check out if search is currently active.