Gdl.DockBar¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Box (14), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Orientable (2)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
|
|
|
|
|
Virtual Methods¶
Properties¶
- Inherited:
Gtk.Box (3), Gtk.Container (3), Gtk.Widget (39), Gtk.Orientable (1)
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/c |
Dockbar style to show items on it |
||
r/w |
|
Child Properties¶
- Inherited:
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
deprecated_dock |
r |
||
parent |
r |
Class Details¶
- class Gdl.DockBar(*args, **kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(master)¶
- Parameters:
master (
GObject.Object
orNone
) – The associatedGdl.DockMaster
orGdl.DockObject
object- Returns:
The newly created dock bar.
- Return type:
Creates a new GDL dock bar. If a
Gdl.DockObject
is used, the dock bar will be associated with the master of this object.
- get_orientation()¶
- Returns:
the orientation of the docbar
- Return type:
Retrieves the orientation of the self.
Deprecated since version 3.6: Use
Gtk.Orientable.get_orientation
() instead.
- get_style()¶
- Returns:
the style of the docbar
- Return type:
Retrieves the style of the self.
- set_orientation(orientation)¶
- Parameters:
orientation (
Gtk.Orientation
) – the new orientation
Set the orientation of the self.
Deprecated since version 3.6: Use
Gtk.Orientable.set_orientation
() instead.
- set_style(style)¶
- Parameters:
style (
Gdl.DockBarStyle
) – the new style
Set the style of the self.
Property Details¶
- Gdl.DockBar.props.dockbar_style¶
- Name:
dockbar-style
- Type:
- Default Value:
- Flags:
Dockbar style to show items on it
- Gdl.DockBar.props.master¶
- Name:
master
- Type:
- Default Value:
- Flags:
The
Gdl.DockMaster
object attached to the dockbar.