AgsGui.ExpanderSet¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Grid (23), Gtk.Widget (181), GObject.Object (37), Gtk.Accessible (15), Gtk.Buildable (1), Gtk.Orientable (2)
- Structs:
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Gtk.Widget (25), GObject.Object (7), Gtk.Accessible (6), Gtk.Buildable (9)
Properties¶
- Inherited:
Gtk.Grid (5), Gtk.Widget (34), Gtk.Accessible (1), Gtk.Orientable (1)
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
flags |
r |
||
ghost |
[ |
r |
|
grid |
r |
||
location |
[ |
r |
Class Details¶
- class AgsGui.ExpanderSet(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
a new
AgsGui.ExpanderSet
- Return type:
Creates an
AgsGui.ExpanderSet
New in version 3.0.0.
- add(widget, x, y, width, height)¶
- Parameters:
widget (
Gtk.Widget
) – the childGtk.Widget
x (
int
) – x-positiony (
int
) – y-positionwidth (
int
) – allocation widthheight (
int
) – allocation height
Adds a
Gtk.Widget
toAgsGui.ExpanderSet
New in version 3.0.0.
- child_find(child)¶
- Parameters:
child (
Gtk.Widget
) – theGtk.Widget
- Returns:
the matching
AgsGui.ExpanderSetChild
-struct- Return type:
Find child of self.
New in version 3.0.0.
- remove(widget)¶
- Parameters:
widget (
Gtk.Widget
) – the childGtk.Widget
Removes a
Gtk.Widget
ofAgsGui.ExpanderSet
New in version 3.0.0.