Previous Post | Top | Next Post |
TOC
GtkNotebook and GtkStack
- GtkNotebook under the “Containers” button
- GtkStack under the “Containers” button
These are very similar displaying a selected page out of stacked pages.
For GtkNotebook, functionality to select page is automatically provided.
For GtkStack, functionality to select page needs external “control” widget and it needs to be specified in the property of the GtkStack widget. Such external “control” widget can be:
- GtkStackSwitcher under the “Control” button (horizontal/vertical list)
- GtkStackSidebar under the “Control” button (vertical list)
Previous Post | Top | Next Post |