AgsGui.ExpanderSetChild¶
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.ExpanderSetChild¶
- classmethod alloc(x, y, width, height)¶
- Parameters:
- Returns:
the new
AgsGui.ExpanderSetChild
-struct- Return type:
Allocate
AgsGui.ExpanderSetChild
-struct.New in version 3.0.0.
- classmethod free(expander_set_child)¶
- Parameters:
expander_set_child (
object
orNone
) – theAgsGui.ExpanderSetChild
-struct
Free expander_set_child.
New in version 3.2.2.