Gdl.DockPaned¶
- Subclasses:
None
Methods¶
- Inherited:
Gdl.DockItem (33), Gdl.DockObject (34), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)
- Structs:
Gdl.DockItemClass (1), Gdl.DockObjectClass (1), Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
Virtual Methods¶
Properties¶
- Inherited:
Gdl.DockItem (8), Gdl.DockObject (4), Gtk.Container (3), Gtk.Widget (39)
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Position of the divider in pixels |
Style Properties¶
- Inherited:
Signals¶
Fields¶
- Inherited:
Gdl.DockItem (6), Gdl.DockObject (2), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)
Name |
Type |
Access |
Description |
---|---|---|---|
dock_item |
r |
Class Details¶
- class Gdl.DockPaned(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(orientation)¶
- Parameters:
orientation (
Gtk.Orientation
) – the pane’s orientation.- Returns:
a new
Gdl.DockPaned
.- Return type:
Creates a new manual
Gdl.DockPaned
widget. This function is seldom useful as such widget is normally created and destroyed automatically when needed by the master.