Class

AdwTabPage

Description [src]

final class Adw.TabPage : GObject.Object
  implements Gtk.Accessible {
  /* No available fields */
}

An auxiliary class used by AdwTabView.

Hierarchy

hierarchy this AdwTabPage implements_0 GtkAccessible this--implements_0 ancestor_0 GObject ancestor_0--this

Ancestors

Implements

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_indicator_tooltip

Gets the tooltip of the indicator icon of self.

since: 1.2

adw_tab_page_get_keyword

Gets the search keyword of self.

since: 1.3

adw_tab_page_get_live_thumbnail

Gets whether to live thumbnail is enabled self.

since: 1.3

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_thumbnail_xalign

Gets the horizontal alignment of the thumbnail for self.

since: 1.3

adw_tab_page_get_thumbnail_yalign

Gets the vertical alignment of the thumbnail for self.

since: 1.3

adw_tab_page_get_title

Gets the title of self.

adw_tab_page_get_tooltip

Gets the tooltip of self.

adw_tab_page_invalidate_thumbnail

Invalidates thumbnail for self.

since: 1.3

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_indicator_tooltip

Sets the tooltip of the indicator icon of self.

since: 1.2

adw_tab_page_set_keyword

Sets the search keyword for self.

since: 1.3

adw_tab_page_set_live_thumbnail

Sets whether to enable live thumbnail for self.

since: 1.3

adw_tab_page_set_loading

Sets whether self is loading.

adw_tab_page_set_needs_attention

Sets whether self needs attention.

adw_tab_page_set_thumbnail_xalign

Sets the horizontal alignment of the thumbnail for self.

since: 1.3

adw_tab_page_set_thumbnail_yalign

Sets the vertical alignment of the thumbnail for self.

since: 1.3

adw_tab_page_set_title

AdwTabBar will display it in the center of the tab unless it’s pinned, and will use it as a tooltip unless AdwTabPage:tooltip is set.

adw_tab_page_set_tooltip

Sets the tooltip of self.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from GtkAccessible (19)
gtk_accessible_announce

Requests the user’s screen reader to announce the given message.

gtk_accessible_get_accessible_parent

Retrieves the accessible parent for an accessible object.

gtk_accessible_get_accessible_role

Retrieves the accessible role of an accessible object.

gtk_accessible_get_at_context

Retrieves the accessible implementation for the given GtkAccessible.

gtk_accessible_get_bounds

Queries the coordinates and dimensions of this accessible.

gtk_accessible_get_first_accessible_child

Retrieves the first accessible child of an accessible object.

gtk_accessible_get_next_accessible_sibling

Retrieves the next accessible sibling of an accessible object.

gtk_accessible_get_platform_state

Query a platform state, such as focus.

gtk_accessible_reset_property

Resets the accessible property to its default value.

gtk_accessible_reset_relation

Resets the accessible relation to its default value.

gtk_accessible_reset_state

Resets the accessible state to its default value.

gtk_accessible_set_accessible_parent

Sets the parent and sibling of an accessible object.

gtk_accessible_update_next_accessible_sibling

Updates the next accessible sibling of self.

gtk_accessible_update_property

Updates a list of accessible properties.

gtk_accessible_update_property_value

Updates an array of accessible properties.

gtk_accessible_update_relation

Updates a list of accessible relations.

gtk_accessible_update_relation_value

Updates an array of accessible relations.

gtk_accessible_update_state

Updates a list of accessible states. See the GtkAccessibleState documentation for the value types of accessible states.

gtk_accessible_update_state_value

Updates an array of accessible states.

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:indicator-tooltip

The tooltip of the indicator icon.

since: 1.2

Adw.TabPage:keyword

The search keyboard of the page.

since: 1.3

Adw.TabPage:live-thumbnail

Whether to enable live thumbnail for this page.

since: 1.3

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:thumbnail-xalign

The horizontal alignment of the page thumbnail.

since: 1.3

Adw.TabPage:thumbnail-yalign

The vertical alignment of the page thumbnail.

since: 1.3

Adw.TabPage:title

The title of the page.

Adw.TabPage:tooltip

The tooltip of the page.

Properties inherited from GtkAccessible (1)
Gtk.Accessible:accessible-role

The accessible role of the given GtkAccessible implementation.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct AdwTabPageClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.