ViewStack.visibleChildName
string visibleChildName() @property nothrowGet visibleChildName property.
Returns
The name of the widget currently visible in the stack.
void visibleChildName(string propval) @property nothrowSet visibleChildName property.
Parameters
propval | The name of the widget currently visible in the stack. See adw.view_stack.ViewStack.visibleChild. |