GtkNotebook implements
AtkImplementorIface and GtkBuildable.
Detailed Description
The GtkNotebook widget is a GtkContainer whose children are pages that
can be switched between using tab labels along one edge.
There are many configuration options for GtkNotebook. Among other
things, you can choose on which edge the tabs appear
(see gtkNotebookSetTabPos), whether, if there are too many
tabs to fit the noteobook should be made bigger or scrolling
arrows added (see gtk_notebook_set_scrollable), and whether there
will be a popup menu allowing the users to switch pages.
(see gtkNotebookPopupEnable, gtkNoteobookPopupDisable())
GtkNotebook as GtkBuildable
The GtkNoteboopk implementation of the GtkBuildable interface
supports placing children into tabs by specifying "tab" as the
"type" attribute of a element. Note that the content
of the tab must be created before the tab can be filled.
A tab child can be specified without specifying a
type attribute.
A UI definition fragment with GtkNotebook