AgsGui.ExpanderSet¶
- Subclasses:
 None
Methods¶
- Inherited:
 Gtk.Grid (23), Gtk.Widget (183), GObject.Object (37), Gtk.Accessible (17), 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 (35), 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.ExpanderSetNew in version 3.0.0.
- add(widget, x, y, width, height)¶
 - Parameters:
 widget (
Gtk.Widget) – the childGtk.Widgetx (
int) – x-positiony (
int) – y-positionwidth (
int) – allocation widthheight (
int) – allocation height
Adds a
Gtk.WidgettoAgsGui.ExpanderSetNew 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.WidgetofAgsGui.ExpanderSetNew in version 3.0.0.