Top |
TeplPanelStackTeplPanelStack — Side or bottom panel container based on GtkStack |
TeplPanelStack is a side or bottom panel container. It combines TeplPanelSimple and GtkStack.
TeplPanelStack * tepl_panel_stack_new (TeplPanelSimple *panel_simple
,GtkStack *stack
);
Since: 6.11
TeplPanelSimple *
tepl_panel_stack_get_panel_simple (TeplPanelStack *panel_stack
);
Gets the TeplPanelSimple of panel_stack
.
It permits to alter the TeplPanelStack content through the TeplPanel functions.
Since: 6.11
GtkStack *
tepl_panel_stack_get_stack (TeplPanelStack *panel_stack
);
Gets the GtkStack of panel_stack
.
The GtkStack is exposed in the public API because it is useful for creating a GtkStackSwitcher.
If you need to alter the TeplPanelStack content, you must use
tepl_panel_stack_get_panel_simple()
instead.
Since: 6.11