Top |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GdlDockObject ╰── GdlDockItem ╰── GdlDockNotebook
A GdlDockNotebook is a compound dock widget. It can dock an unlimited number of widget displaying them in a notebook. This dock widget is normally created automatically when a child is docked in the center of another one. A GdlDockNotebook cannot contain other compound widgets, like a GdlDockPaned.
A GdlDockNotebook derives from GdlDockItem and contains a GdlSwitcher used to display all children.
GtkWidget *
gdl_dock_notebook_new (void
);
Creates a new manual GdlDockNotebook widget. This function is seldom useful as such widget is normally created and destroyed automatically when needed by the master.