Dazzle.DockBin

g Atk.ImplementorIface Atk.ImplementorIface Gtk.Widget Gtk.Widget Atk.ImplementorIface->Gtk.Widget Dazzle.Dock Dazzle.Dock Dazzle.DockBin Dazzle.DockBin Dazzle.Dock->Dazzle.DockBin Dazzle.DockItem Dazzle.DockItem Dazzle.DockItem->Dazzle.DockBin GObject.GInterface GObject.GInterface GObject.GInterface->Atk.ImplementorIface GObject.GInterface->Dazzle.Dock GObject.GInterface->Dazzle.DockItem Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned Gtk.Buildable->Gtk.Widget Gtk.Container Gtk.Container Gtk.Container->Dazzle.DockBin Gtk.Widget->Gtk.Container

Subclasses:

None

Methods

Inherited:

Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Dazzle.DockItem (20)

Structs:

Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)

class

new ()

get_bottom_edge ()

get_center_widget ()

get_left_edge ()

get_right_edge ()

get_top_edge ()

Virtual Methods

Inherited:

Gtk.Container (10), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10), Dazzle.DockItem (17)

Properties

Inherited:

Gtk.Container (3), Gtk.Widget (39), Dazzle.Dock (1)

Name

Type

Flags

Short Description

bottom-visible

bool

r/w

If the bottom panel is visible.

left-visible

bool

r/w

If the left panel is visible.

right-visible

bool

r/w

If the right panel is visible.

top-visible

bool

r/w

If the top panel is visible.

Child Properties

Name

Type

Default

Flags

Short Description

pinned

bool

False

r/w

If the child panel is pinned

position

Gtk.PositionType

Gtk.PositionType.LEFT

r

The position of the dock edge

priority

int

0

r/w

The priority of the dock edge

Style Properties

Inherited:

Gtk.Widget (17)

Signals

Inherited:

Gtk.Container (4), Gtk.Widget (69), GObject.Object (1), Dazzle.DockItem (3)

Fields

Inherited:

Gtk.Container (4), Gtk.Widget (69), GObject.Object (1), Dazzle.DockItem (3)

Name

Type

Access

Description

parent_instance

Gtk.Container

r

Class Details

class Dazzle.DockBin(**kwargs)
Bases:

Gtk.Container, Dazzle.Dock, Dazzle.DockItem

Abstract:

No

Structure:

Dazzle.DockBinClass

classmethod new()
Return type:

Gtk.Widget

get_bottom_edge()
Returns:

A Gtk.Widget

Return type:

Gtk.Widget

get_center_widget()
Returns:

A Gtk.Widget or None.

Return type:

Gtk.Widget or None

Gets the center widget for the dock.

get_left_edge()
Returns:

A Gtk.Widget

Return type:

Gtk.Widget

get_right_edge()
Returns:

A Gtk.Widget

Return type:

Gtk.Widget

get_top_edge()
Returns:

A Gtk.Widget

Return type:

Gtk.Widget

Property Details

Dazzle.DockBin.props.bottom_visible
Name:

bottom-visible

Type:

bool

Default Value:

False

Flags:

READABLE, WRITABLE

If the bottom panel is visible.

Dazzle.DockBin.props.left_visible
Name:

left-visible

Type:

bool

Default Value:

False

Flags:

READABLE, WRITABLE

If the left panel is visible.

Dazzle.DockBin.props.right_visible
Name:

right-visible

Type:

bool

Default Value:

False

Flags:

READABLE, WRITABLE

If the right panel is visible.

Dazzle.DockBin.props.top_visible
Name:

top-visible

Type:

bool

Default Value:

False

Flags:

READABLE, WRITABLE

If the top panel is visible.