Method
AdwLeafletget_child_by_name
Declaration [src]
GtkWidget*
adw_leaflet_get_child_by_name (
AdwLeaflet* self,
const char* name
)
Description [src]
Finds the child of self
with name
.
Returns NULL
if there is no child with this name.
See AdwLeafletPage:name
.
Available since: | 1.0 |