TabBar


Object Hierarchy:

Object hierarchy for TabBar

Description:

[ CCode ( type_id = "adap_tab_bar_get_type ()" ) ]
public sealed class TabBar : Widget, Accessible, Buildable, ConstraintTarget

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 `AdapTabBar` widget is a tab bar that can be used with conjunction with `AdapTabView`. It is typically used as a top bar within [ class@ToolbarView].

`AdapTabBar` 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, `AdapTabBar` will scroll them. Pinned tabs always stay visible and aren't a part of the scrollable area.

CSS nodes

`AdapTabBar` has a single CSS node with name `tabbar`.


Namespace: Adap
Package: libadapta-1

Content:

Properties:

Creation methods:

Methods:

Signals:

Inherited Members:

All known members inherited from class Gtk.Widget