GtkNotebook
Widget that displays a set of pages with tabs.
Object Hierarchy
Direct subclasses
Description
GtkNotebook is a widget which displays its children
widgets in a stacked manner. Each child has a tab which is visible no
matter when in the stack the child is. A child can be brought to the top of
the stack by clicking on that child's tab. A text editor which allows a
user to edit multiple documents at once might make good use of
GtkNotebook.
Signals
"clicked"
Emitted when a tab is clicked by the user.
"switch-page"
Emitted when the top page of the notebook is changed.