ViewStackPage
Object Hierarchy:
Description:
[
CCode ( type_id =
"adw_view_stack_page_get_type ()" ) ]
public sealed class ViewStackPage :
Object,
Accessible
An auxiliary class used by [class@ViewStack].
Content:
Properties:
- public uint badge_number { get; set; }
The badge number for this page.
- public Widget child { get; construct; }
The stack child to which the page belongs.
- public string icon_name { get; set; }
The icon name of the child page.
- public string name { get; set; }
The name of the child page.
- public bool needs_attention { get; set; }
Whether the page requires the user attention.
- public string section_title { get; set; }
Section title for this page.
- public bool starts_section { get; set; }
Whether this page starts a section.
- public string title { get; set; }
The title of the child page.
- public bool use_underline { get; set; }
Whether an embedded underline in the title indicates a mnemonic.
- public bool visible { get; set; }
Whether this page is visible.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface Gtk.Accessible