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