GdlDockPaned

GdlDockPaned — Arrange dock widget in two adjustable panes

Stability Level

Unstable, unless otherwise indicated

Synopsis

struct              GdlDockPaned;
GtkWidget *         gdl_dock_paned_new                  (GtkOrientation orientation);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkWidget
               +----GtkContainer
                     +----GdlDockObject
                           +----GdlDockItem
                                 +----GdlDockPaned

Implemented Interfaces

GdlDockPaned implements AtkImplementorIface and GtkBuildable.

Properties

  "position"                 guint                 : Read / Write

Description

A GdlDockPaned is a compound dock widget like GdlDockNotebook. Other dock widgets can be added to it, simply by dropping them on the widget.

Details

struct GdlDockPaned

struct GdlDockPaned;


gdl_dock_paned_new ()

GtkWidget *         gdl_dock_paned_new                  (GtkOrientation orientation);

Creates a new GdlDockPaned widget. This widget is normally created and destroyed automatically when needed by the master.

orientation :

the pane's orientation.

Returns :

a new GdlDockPaned.

Property Details

The "position" property

  "position"                 guint                 : Read / Write

Position of the divider in pixels.

Allowed values: <= G_MAXLONG

Default value: 0

See Also

GdlDockNotebook, GdlDockMaster