The adw.tab_bar.TabBar widget is a tab bar that can be used with conjunction with
adw.tab_view.TabView. It is typically used as a top bar within class@ToolbarView.
adw.tab_bar.TabBar can autohide and can optionally contain action widgets on both
sides of the tabs.
When there's not enough space to show all the tabs, adw.tab_bar.TabBar will scroll
them. Pinned tabs always stay visible and aren't a part of the scrollable
area.
A tab bar for class@TabView.
<picture> <source srcset="tab-bar-dark.png" media="(prefers-color-scheme: dark)"> <img src="tab-bar.png" alt="tab-bar"> </picture>
The adw.tab_bar.TabBar widget is a tab bar that can be used with conjunction with adw.tab_view.TabView. It is typically used as a top bar within class@ToolbarView.
adw.tab_bar.TabBar can autohide and can optionally contain action widgets on both sides of the tabs.
When there's not enough space to show all the tabs, adw.tab_bar.TabBar will scroll them. Pinned tabs always stay visible and aren't a part of the scrollable area.
CSS nodes
adw.tab_bar.TabBar has a single CSS node with name tabbar.