GdlDockNotebook

GdlDockNotebook — Arrange dock widgets in a tabbed notebook

Stability Level

Unstable, unless otherwise indicated

Synopsis

struct              GdlDockNotebook;
GtkWidget *         gdl_dock_notebook_new               (void);

Object Hierarchy

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

Implemented Interfaces

GdlDockNotebook implements AtkImplementorIface and GtkBuildable.

Properties

  "page"                     gint                  : Read / Write

Description

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.

Details

struct GdlDockNotebook

struct GdlDockNotebook;


gdl_dock_notebook_new ()

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.

Property Details

The "page" property

  "page"                     gint                  : Read / Write

The index of the current page.

Allowed values: >= 0

Default value: 0

See Also

GdlDockPaned, GdlDockMaster, GdlSwitcher