Method
AdapLeafletget_child_by_name
deprecated: 1.4
Declaration [src]
GtkWidget*
adap_leaflet_get_child_by_name (
AdapLeaflet* self,
const char* name
)
Description [src]
Finds the child of self
with name
.
Returns NULL
if there is no child with this name.
See AdapLeafletPage:name
.
Deprecated since: 1.4
Parameters
name
-
Type:
const char*
The name of the child to find.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: GtkWidget
The requested child of self
.
The data is owned by the instance. |
The return value can be NULL . |