TabPage
Object Hierarchy:
Description:
[ CCode ( type_id = "adw_tab_page_get_type ()" ) ]
public sealed class TabPage : Object
An auxiliary class used by [class@TabView].
Content:
Properties:
- public Widget child { get; construct; }
The child of the page.
- public Icon icon { get; set; }
The icon of the page.
- public bool indicator_activatable { get; set; }
Whether the indicator icon is activatable.
- public Icon indicator_icon { get; set; }
An indicator icon for the page.
- public string indicator_tooltip { get; set; }
The tooltip of the indicator icon.
- public bool loading { get; set; }
Whether the page is loading.
- public bool needs_attention { get; set; }
Whether the page needs attention.
- public TabPage parent { get; construct; }
The parent page of the page.
- public bool pinned { get; }
Whether the page is pinned.
- public bool selected { get; }
Whether the page is selected.
- public string title { get; set; }
The title of the page.
- public string tooltip { get; set; }
The tooltip of the page.
Creation methods:
Methods:
- public unowned Widget get_child ()
Gets the child of this.
- public unowned Icon? get_icon ()
Gets the icon of this.
- public bool get_indicator_activatable ()
Gets whether the indicator of this
is activatable.
- public unowned Icon? get_indicator_icon ()
Gets the indicator icon of this.
- public unowned string get_indicator_tooltip ()
Gets the tooltip of the indicator icon of
this.
- public bool get_loading ()
Gets whether this is loading.
- public bool get_needs_attention ()
Gets whether this needs attention.
- public unowned TabPage? get_parent ()
Gets the parent page of this.
- public bool get_pinned ()
Gets whether this is pinned.
- public bool get_selected ()
Gets whether this is selected.
- public unowned string get_title ()
Gets the title of this.
- public unowned string? get_tooltip ()
Gets the tooltip of this.
- public void set_icon (Icon? icon)
Sets the icon of this.
- public void set_indicator_activatable (bool activatable)
Sets whether the indicator of this
is activatable.
- public void set_indicator_icon (Icon? indicator_icon)
Sets the indicator icon of this.
- public void set_indicator_tooltip (string tooltip)
Sets the tooltip of the indicator icon of
this.
- public void set_loading (bool loading)
Sets wether this is loading.
- public void set_needs_attention (bool needs_attention)
Sets whether this needs attention.
- public void set_title (string title)
Sets the title of this.
- public void set_tooltip (string tooltip)
Sets the tooltip of this.
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref