StackPage
Object Hierarchy:
Description:
[
CCode ( type_id =
"gtk_stack_page_get_type ()" ) ]
public sealed class StackPage :
Object,
Accessible
`GtkStackPage` is an auxiliary class used by `GtkStack`.
Content:
Properties:
- public Widget child { get; construct; }
The child that this page is for.
- 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 title { get; set; }
The title of the child page.
- public bool use_underline { get; set; }
If set, an 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