Method
GtkStackget_visible_child
since: 3.10
Declaration [src]
GtkWidget*
gtk_stack_get_visible_child (
GtkStack* stack
)
Description [src]
Gets the currently visible child of stack
, or NULL
if
there are no visible children.
Available since: 3.10
Gets property | Gtk.Stack:visible-child |
Return value
Type: GtkWidget
The visible child of the GtkStack
.
The returned data is owned by the instance. |
The return value can be NULL . |