Class
Gtk.StackPage
Description [src]
final class Gtk.StackPage : GObject.Object {
/* No available fields */
}
GtkStackPage
is an auxiliary class used by GtkStack
.
Instance methods
gtk_stack_page_get_child
Returns the stack child to which self
belongs.
gtk_stack_page_get_icon_name
Returns the icon name of the page.
gtk_stack_page_get_name
Returns the name of the page.
gtk_stack_page_get_needs_attention
Returns whether the page is marked as “needs attention”.
gtk_stack_page_get_title
Gets the page title.
gtk_stack_page_get_use_underline
Gets whether underlines in the page title indicate mnemonics.
gtk_stack_page_get_visible
Returns whether page
is visible in its GtkStack
.
gtk_stack_page_set_icon_name
Sets the icon name of the page.
gtk_stack_page_set_name
Sets the name of the page.
gtk_stack_page_set_needs_attention
Sets whether the page is marked as “needs attention”.
gtk_stack_page_set_title
Sets the page title.
gtk_stack_page_set_use_underline
Sets whether underlines in the page title indicate mnemonics.
gtk_stack_page_set_visible
Sets whether page
is visible in its GtkStack
.
Methods inherited from GtkAccessible (10)
gtk_accessible_get_accessible_role
Retrieves the GtkAccessibleRole
for the given GtkAccessible
.
gtk_accessible_reset_property
Resets the accessible property
to its default value.
gtk_accessible_reset_relation
Resets the accessible relation
to its default value.
gtk_accessible_reset_state
Resets the accessible state
to its default value.
gtk_accessible_update_property
Updates a list of accessible properties.
gtk_accessible_update_property_value
Updates an array of accessible properties.
gtk_accessible_update_relation
Updates a list of accessible relations.
gtk_accessible_update_relation_value
Updates an array of accessible relations.
gtk_accessible_update_state
Updates a list of accessible states. See the GtkAccessibleState
documentation for the value types of accessible states.
gtk_accessible_update_state_value
Updates an array of accessible states.
Properties
Gtk.StackPage:child
The child that this page is for.
Gtk.StackPage:icon-name
The icon name of the child page.
Gtk.StackPage:name
The name of the child page.
Gtk.StackPage:needs-attention
Whether the page requires the user attention.
Gtk.StackPage:title
The title of the child page.
Gtk.StackPage:use-underline
If set, an underline in the title indicates a mnemonic.
Gtk.StackPage:visible
Whether this page is visible.
Properties inherited from GtkAccessible (1)
Gtk.Accessible:accessible-role
The accessible role of the given GtkAccessible
implementation.