TabPage
Object Hierarchy:
Description:
[
CCode ( type_id =
"hdy_tab_page_get_type ()" ) ]
[
Version ( since =
"1.2" ) ]
public 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 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:
Inherited Members:
All known members inherited from class GLib.Object