Method
AdapLeafletset_visible_child
deprecated: 1.4
Declaration [src]
void
adap_leaflet_set_visible_child (
AdapLeaflet* self,
GtkWidget* visible_child
)
Description [src]
Sets the widget currently visible when the leaflet is folded.
The transition is determined by AdapLeaflet:transition-type and
AdapLeaflet:child-transition-params. The transition can be cancelled
by the user, in which case visible child will change back to the previously
visible child.
Deprecated since: 1.4
See the migration guide.
| Sets property | Adap.Leaflet:visible-child |
Parameters
visible_child-
Type:
GtkWidgetThe new child.
The data is owned by the caller of the method.