===================== WidgetStack (hwx.gui) ===================== A WidgetStack is used to display one widget at a time, generally depending on conditions or actions of other widgets. Inherits: - :ref:`Widget (hwx.gui)` ---------- Properties ---------- +----------------+----------------+ | visibleWidget_ | widgets_ | +----------------+----------------+ ---------------- Property Details ---------------- .. _visibleWidget: .. method:: visibleWidget The visibility of the widget in WidgetStack. .. _widgets: .. method:: widgets The list of stacked widgets.