AgsGui.ExpanderChild¶
Fields¶
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
child  | 
r/w  | 
||
height  | 
r/w  | 
||
width  | 
r/w  | 
||
x  | 
r/w  | 
||
y  | 
r/w  | 
Methods¶
class  | 
  | 
class  | 
  | 
Details¶
- class AgsGui.ExpanderChild¶
 - classmethod alloc(x, y, width, height)¶
 - Parameters:
 - Returns:
 the new
AgsGui.ExpanderChild-struct- Return type:
 
Allocate
AgsGui.ExpanderChild-struct.New in version 3.0.0.
- classmethod free(expander_child)¶
 - Parameters:
 expander_child (
objectorNone) – theAgsGui.ExpanderChild-struct
Free expander_child.
New in version 3.2.2.