GdlDockNotebook

GdlDockNotebook — Arrange dock widgets in a tabbed notebook

Stability Level

Unstable, unless otherwise indicated

Functions

Properties

gint page Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GdlDockObject
                    ╰── GdlDockItem
                        ╰── GdlDockNotebook

Implemented Interfaces

GdlDockNotebook implements AtkImplementorIface and GtkBuildable.

Description

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.

Functions

gdl_dock_notebook_new ()

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.

Returns

The newly created GdlDockNotebook.

Types and Values

struct GdlDockNotebook

struct GdlDockNotebook;

Property Details

The “page” property

  “page”                     gint

The index of the current page.

Flags: Read / Write

Allowed values: >= -1

Default value: -1