Top |
Object Hierarchy
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkStackSwitcher
Implemented Interfaces
GtkStackSwitcher implements AtkImplementorIface, GtkBuildable and GtkOrientable.
Description
The GtkStackSwitcher widget acts as a controller for a GtkStack; it shows a row of buttons to switch between the various pages of the associated stack widget.
All the content for the buttons comes from the child properties of the GtkStack.
It is possible to associate multiple GtkStackSwitcher widgets with the same stack widget.
The GtkStackSwitcher widget was added in 3.10.
Functions
gtk_stack_switcher_new ()
GtkWidget *
gtk_stack_switcher_new (void
);
Create a new GtkStackSwitcher.
Since: 3.10
gtk_stack_switcher_set_stack ()
void gtk_stack_switcher_set_stack (GtkStackSwitcher *switcher
,GtkStack *stack
);
Sets the stack to control.
Since: 3.10
gtk_stack_switcher_get_stack ()
GtkStack *
gtk_stack_switcher_get_stack (GtkStackSwitcher *switcher
);
Retrieves the stack.
See gtk_stack_switcher_set_stack()
.
Since: 3.10
Property Details
The “icon-size”
property
“icon-size” gint
Use the "icon-size" property to change the size of the image displayed when a GtkStackSwitcher is displaying icons.
Flags: Read / Write
Allowed values: >= 0
Default value: 1
Since: 3.20