Method

AgsGuiExpanderSetchild_find

since: 3.0.0

Declaration [src]

AgsExpanderSetChild*
ags_expander_set_child_find (
  AgsExpanderSet* expander_set,
  GtkWidget* child
)

Description [src]

Find child of expander_set.

Available since: 3.0.0

Parameters

child

Type: GtkWidget

The GtkWidget.

The data is owned by the caller of the function.

Return value

Type: AgsExpanderSetChild*

The matching AgsExpanderSetChild-struct.

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