ViewStackPage.visible

Set visible property.

  1. bool visible [@property getter]
  2. bool visible [@property setter]
    class ViewStackPage
    @property
    void
    visible
    (
    bool propval
    )

Parameters

propval bool

Whether this page is visible.

This is independent from the gtk.widget.Widget.visible property of property@ViewStackPage:child.