If set to TRUE, the tab bar disappears when adw.tab_bar.TabBar.view has 0 or 1 tab, no pinned tabs, and no tab is being transferred.
TabBar.autohide
bool autohide() @propertyGet autohide property.
Returns
Whether the tabs automatically hide.
void autohide(bool propval) @propertySet autohide property.
Parameters
propval | Whether the tabs automatically hide. If set to TRUE, the tab bar disappears when adw.tab_bar.TabBar.view has 0 or 1 tab, no pinned tabs, and no tab is being transferred. See adw.tab_bar.TabBar.tabsRevealed. |