======================== GuideBarButton (hwx.gui) ======================== Clickable button that can be added to a GuideBar. Inherits: - :ref:`PushButton (hwx.gui)` ---------- Properties ---------- +---------------+---------------+---------------+ | autoshowmode_ | helptext_ | menuwidget_ | +---------------+---------------+---------------+ ---------------- Property Details ---------------- .. _autoshowmode: .. property:: autoshowmode Determines what gets displayed automatically when this button is clicked. Valid choices are: - "dialog" - "menu" - "nothing" .. _helptext: .. property:: helptext The help message displayed below the guidebar. .. _menuwidget: .. property:: menuwidget The Menu associated with this button, if any.