Method
AdapLeafletinsert_child_after
deprecated: 1.4
Declaration [src]
AdapLeafletPage*
adap_leaflet_insert_child_after (
AdapLeaflet* self,
GtkWidget* child,
GtkWidget* sibling
)
Description [src]
Inserts child
in the position after sibling
in the list of children.
If sibling
is NULL
, inserts child
at the first position.
Deprecated since: 1.4
Return value
Type: AdapLeafletPage
The AdapLeafletPage
for child
.
The data is owned by the instance. |