Dazzle.DockBin¶
- 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 |
|
|
Virtual Methods¶
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
If the bottom panel is visible. |
||
r/w |
If the left panel is visible. |
||
r/w |
If the right panel is visible. |
||
r/w |
If the top panel is visible. |
Child Properties¶
Name |
Type |
Default |
Flags |
Short Description |
---|---|---|---|---|
|
r/w |
If the child panel is pinned |
||
|
r |
The position of the dock edge |
||
|
|
r/w |
The priority of the dock edge |
Style Properties¶
- Inherited:
Signals¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Dazzle.DockBin(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Return type:
- get_bottom_edge()¶
- Returns:
- Return type:
- get_center_widget()¶
- Returns:
A
Gtk.Widget
orNone
.- Return type:
Gtk.Widget
orNone
Gets the center widget for the dock.
- get_left_edge()¶
- Returns:
- Return type:
- get_right_edge()¶
- Returns:
- Return type:
- get_top_edge()¶
- Returns:
- Return type:
Property Details¶
- Dazzle.DockBin.props.bottom_visible¶
-
If the bottom panel is visible.
- Dazzle.DockBin.props.left_visible¶
-
If the left panel is visible.
- Dazzle.DockBin.props.right_visible¶
-
If the right panel is visible.