Class
Adw.TabPage
Description [src]
final class Adw.TabPage : GObject.Object {
/* No available fields */
}
An auxiliary class used by AdwTabView
.
Instance methods
adw_tab_page_get_child
Gets the child of self
.
adw_tab_page_get_icon
Gets the icon of self
.
adw_tab_page_get_indicator_activatable
Gets whether the indicator of self
is activatable.
adw_tab_page_get_indicator_icon
Gets the indicator icon of self
.
adw_tab_page_get_loading
Gets whether self
is loading.
adw_tab_page_get_needs_attention
Gets whether self
needs attention.
adw_tab_page_get_parent
Gets the parent page of self
.
adw_tab_page_get_pinned
Gets whether self
is pinned.
adw_tab_page_get_selected
Gets whether self
is selected.
adw_tab_page_get_title
Gets the title of self
.
adw_tab_page_get_tooltip
Gets the tooltip of self
.
adw_tab_page_set_icon
Sets the icon of self
.
adw_tab_page_set_indicator_activatable
Sets whether the indicator of self
is activatable.
adw_tab_page_set_indicator_icon
Sets the indicator icon of self
.
adw_tab_page_set_loading
Sets wether self
is loading.
adw_tab_page_set_needs_attention
Sets whether self
needs attention.
adw_tab_page_set_title
Sets the title of self
.
adw_tab_page_set_tooltip
Sets the tooltip of self
.
Properties
Adw.TabPage:child
The child of the page.
Adw.TabPage:icon
The icon of the page.
Adw.TabPage:indicator-activatable
Whether the indicator icon is activatable.
Adw.TabPage:indicator-icon
An indicator icon for the page.
Adw.TabPage:loading
Whether the page is loading.
Adw.TabPage:needs-attention
Whether the page needs attention.
Adw.TabPage:parent
The parent page of the page.
Adw.TabPage:pinned
Whether the page is pinned.
Adw.TabPage:selected
Whether the page is selected.
Adw.TabPage:title
The title of the page.
Adw.TabPage:tooltip
The tooltip of the page.