![]() |
![]() |
![]() |
GNOME Docking Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GdlDockObject +----GdlDockItem +----GdlDockNotebook
A GdlDockNotebook is a compound dock widget like GdlDockPaned. Other dock widgets can be added to it, simply by dropping them on the widget. Contrary to the GdlDockPaned, a GdlDockNotebook can contain only simple dock widget.
GtkWidget * gdl_dock_notebook_new (void
);
Creates a new GDL notebook. This widget is normally created and destroyed automatically when needed by the master.
Returns : |
The newly created GdlDockNotebook. |
"page"
property"page" gint : Read / Write
The index of the current page.
Allowed values: >= 0
Default value: 0