Dazzle.MultiPaned¶
- Subclasses:
Methods¶
- Inherited:
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:
Child Properties¶
Name |
Type |
Default |
Flags |
Short Description |
---|---|---|---|---|
|
|
r/w |
The index of the child |
|
|
|
r/w |
Position |
Style Properties¶
- Inherited:
Name |
Type |
Default |
Flags |
Short Description |
---|---|---|---|---|
|
|
r |
Width of the resize handle |
Signals¶
- Inherited:
Name |
Short Description |
---|---|
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Dazzle.MultiPaned(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
This widget is similar to
Gtk.Paned
except that it allows adding more than two children to the widget. For each additional child added to theDazzle.MultiPaned
, an additional resize grip is added.- classmethod new()¶
- Return type:
- get_at_point(x, y)¶
- Parameters:
- Returns:
a
Gtk.Widget
orNone
- Return type:
Gtk.Widget
orNone
Locates the widget at position x,y within widget.
x and y should be relative to self.
New in version 3.28.
- get_nth_child(nth)¶
- Parameters:
nth (
int
) –- Returns:
- Return type:
Gets the nth child of the
Dazzle.MultiPaned
.It is an error to call this function with a value >= the result of
Dazzle.MultiPaned.get_nth_child
().The index starts from 0.
- do_resize_drag_begin(child) virtual¶
- Parameters:
child (
Gtk.Widget
) –
- do_resize_drag_end(child) virtual¶
- Parameters:
child (
Gtk.Widget
) –
Signal Details¶
- Dazzle.MultiPaned.signals.resize_drag_begin(multi_paned, object)¶
- Signal Name:
resize-drag-begin
- Flags:
- Parameters:
multi_paned (
Dazzle.MultiPaned
) – The object which received the signalobject (
Gtk.Widget
) –
- Dazzle.MultiPaned.signals.resize_drag_end(multi_paned, object)¶
- Signal Name:
resize-drag-end
- Flags:
- Parameters:
multi_paned (
Dazzle.MultiPaned
) – The object which received the signalobject (
Gtk.Widget
) –