AgsGui.Expander¶
- Subclasses:
 None
Methods¶
- Inherited:
 Gtk.Box (14), 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.Box (4), Gtk.Widget (35), Gtk.Accessible (1), Gtk.Orientable (1)
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
box  | 
r  | 
||
children  | 
[  | 
r  | 
|
expander  | 
r  | 
||
flags  | 
r  | 
||
grid  | 
r  | 
Class Details¶
- class AgsGui.Expander(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
- classmethod new()¶
 - Returns:
 a new
AgsGui.Expander- Return type:
 
Creates an
AgsGui.ExpanderNew 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.ExpanderNew in version 3.0.0.
- child_find(child)¶
 - Parameters:
 child (
Gtk.Widget) – theGtk.Widget- Returns:
 the matching
AgsGui.ExpanderChild-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.ExpanderNew in version 3.0.0.