Enums

Details

class Gdl.DockBarStyle(value)

Bases: GObject.GEnum

Used to customize the appearance of a Gdl.DockBar.

ICONS = 0

Buttons display only icons in the dockbar.

TEXT = 1

Buttons display only text labels in the dockbar.

BOTH = 2

Buttons display text and icons in the dockbar.

AUTO = 3

identical to Gdl.DockBarStyle.BOTH.

class Gdl.DockItemButtonImageType(value)

Bases: GLib.Enum

Define the image displayed.

CLOSE = 0

xlib.Display a small cross

ICONIFY = 1

xlib.Display a small triangle

class Gdl.DockPlacement(value)

Bases: GObject.GEnum

Described the docking position.

NONE = 0

No position defined

TOP = 1

Dock object on the top

BOTTOM = 2

Dock object on the bottom

RIGHT = 3

Dock object on the right

LEFT = 4

Dock object on the left

CENTER = 5

Dock object on top of the other

FLOATING = 6

Dock object in its own window

class Gdl.SwitcherStyle(value)

Bases: GObject.GEnum

Used to customize the appearance of the tabs in Gdl.DockNotebook.

TEXT = 0

Tabs display only text labels.

ICON = 1

Tabs display only icons.

BOTH = 2

Tabs display text and icons.

TOOLBAR = 3

Same as Gdl.SwitcherStyle.BOTH.

TABS = 4

Tabs display like notebook tabs.

NONE = 5

Do not display tabs.