|  |  |  | GNOME Docking Library Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
  GObject
   +----GInitiallyUnowned
         +----GtkWidget
               +----GtkContainer
                     +----GdlDockObject
                           +----GdlDockItem
                                 +----GdlDockPaned
A GdlDockPaned is a compound dock widget. It can dock one or two children, including another compound widget like a GdlDockPaned or a GdlDockNotebook. The children are displayed in two panes using a GtkPaned widget. A GdlDockPaned is normally created automatically by the master when docking a child on any edge: top, bottom, left or right.
GtkWidget *         gdl_dock_paned_new                  (GtkOrientation orientation);
Creates a new manual GdlDockPaned widget. This function is seldom useful as such widget is normally created and destroyed automatically when needed by the master.
| 
 | the pane's orientation. | 
| Returns : | a new GdlDockPaned. |