TabPage
Object Hierarchy:
Description:
[ CCode ( type_id = "hdy_tab_page_get_type ()" ) ]
[ Version ( since = "1.2" ) ]
public sealed class TabPage : Object
[ Version ( since = "1.2" ) ]
public sealed class TabPage : Object
An auxiliary class used by [class@TabView].
Namespace: Hdy
Package: libhandy-1
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 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:
- protected TabPage ()
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 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_loading (bool loading)
Sets whether 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