GTK GUI with PyGObject (4)

Date: 2021/07/17 (initial publish), 2021/07/25 (last update)

Source: en/note-00017.md

Previous Post Top Next Post

TOC

GtkNotebook and GtkStack

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:

Previous Post Top Next Post