get_child_by_name


Description:

public unowned Widget? get_child_by_name (string name)

Finds the child of this with name.

Note:

See [the migration guide](migrating-to-breakpoints.html#replace-adwleaflet)

Returns `NULL` if there is no child with this name.

See [property@LeafletPage:name].

Parameters:

this

a leaflet

name

the name of the child to find

Returns:

the requested child of this