Dazzle.DockWidget

g Atk.ImplementorIface Atk.ImplementorIface Gtk.Widget Gtk.Widget Atk.ImplementorIface->Gtk.Widget Dazzle.Bin Dazzle.Bin Dazzle.DockWidget Dazzle.DockWidget Dazzle.Bin->Dazzle.DockWidget Dazzle.DockItem Dazzle.DockItem Dazzle.DockItem->Dazzle.DockWidget GObject.GInterface GObject.GInterface GObject.GInterface->Atk.ImplementorIface 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.Bin Gtk.Bin Gtk.Bin->Dazzle.Bin Gtk.Buildable->Gtk.Widget Gtk.Container Gtk.Container Gtk.Container->Gtk.Bin Gtk.Widget->Gtk.Container

Subclasses:

None

Methods

Inherited:

Dazzle.Bin (1), Gtk.Bin (1), 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 ()

set_gicon (gicon)

set_icon_name (icon_name)

set_title (title)

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)

Name

Type

Flags

Short Description

can-close

bool

r/w/en

If the dock widget can be closed by the user

gicon

Gio.Icon

r/w/en

The Gio.Icon to be displayed

icon-name

str

r/w/en

Icon Name

manager

Dazzle.DockManager

r/w/en

The panel manager

title

str

r/w/en

Title

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

Dazzle.Bin

r

Class Details

class Dazzle.DockWidget(**kwargs)
Bases:

Dazzle.Bin, Dazzle.DockItem

Abstract:

No

Structure:

Dazzle.DockWidgetClass

classmethod new()
Return type:

Gtk.Widget

set_gicon(gicon)
Parameters:

gicon (Gio.Icon) –

set_icon_name(icon_name)
Parameters:

icon_name (str) –

set_title(title)
Parameters:

title (str) –

Property Details

Dazzle.DockWidget.props.can_close
Name:

can-close

Type:

bool

Default Value:

False

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

If the dock widget can be closed by the user

Dazzle.DockWidget.props.gicon
Name:

gicon

Type:

Gio.Icon

Default Value:

None

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

The Gio.Icon to be displayed

Dazzle.DockWidget.props.icon_name
Name:

icon-name

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

Icon Name

Dazzle.DockWidget.props.manager
Name:

manager

Type:

Dazzle.DockManager

Default Value:

None

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

The panel manager

Dazzle.DockWidget.props.title
Name:

title

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

Title