Method

AgsGuiExpanderSetadd

since: 3.0.0

Declaration [src]

void
ags_expander_set_add (
  AgsExpanderSet* expander_set,
  GtkWidget* widget,
  guint x,
  guint y,
  guint width,
  guint height
)

Description [src]

Adds a GtkWidget to AgsExpanderSet.

Available since: 3.0.0

Parameters

widget

Type: GtkWidget

The child GtkWidget.

The data is owned by the caller of the function.
x

Type: guint

X-position.

y

Type: guint

Y-position.

width

Type: guint

Allocation width.

height

Type: guint

Allocation height.