Function

AgsGuiExpanderSetChildalloc

since: 3.0.0

Declaration [src]

AgsExpanderSetChild*
ags_expander_set_child_alloc (
  guint x,
  guint y,
  guint width,
  guint height
)

Description [src]

Allocate AgsExpanderSetChild-struct.

Available since: 3.0.0

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: AgsExpanderSetChild*

The new AgsExpanderSetChild-struct.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.