Method

AgsGuiExpanderchild_find

since: 3.0.0

Declaration [src]

AgsExpanderChild*
ags_expander_child_find (
  AgsExpander* expander,
  GtkWidget* child
)

Description [src]

Find child of expander.

Available since: 3.0.0

Parameters

child

Type: GtkWidget

The GtkWidget.

The data is owned by the caller of the function.

Return value

Type: AgsExpanderChild*

The matching AgsExpanderChild-struct.

The data is owned by the instance.
The return value can be NULL.