GtkNotebook
A tabbed notebook container
Object Hierarchy
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
set_tab_pos() ), whether, if there
are too many tabs to fit the noteobook should be made bigger or scrolling
arrows added (see set_scrollable() ),
and whether there will be a popup menu allowing the users to switch pages.
(see popup_enable() ,
popup_disable() )
Constructors
--
Creates a new GtkNotebook widget with no pages.
Fields
tab_pos:
Which side of the notebook holds the tabs.
Signals
"change-current-page"
Another page has been made active.
"focus-tab"
A tab got the focus.
"move-focus-out"
"select-page"
A page has been selected
"switch-page"
The page has been switched.