Function
AgsGuiExpanderChildalloc
since: 3.0.0
[−]
Declaration [src]
AgsExpanderChild*
ags_expander_child_alloc (
guint x,
guint y,
guint width,
guint height
)
[−]
Parameters
x
-
Type:
guint
The x position.
y
-
Type:
guint
The y position.
width
-
Type:
guint
The width.
height
-
Type:
guint
The height.
[−]
Return value
Type: AgsExpanderChild*
The new AgsExpanderChild
-struct.
The caller of the function takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL . |