======================== ExpanderButton (hwx.gui) ======================== Button used to control the visibility of another widget. It can be constructed with an associated checkbox or radiobutton which will sync with the state of the controlled widget. Inherits: - :ref:`ButtonBase (hwx.gui)` ---------- Properties ---------- +-----------+-----------+ | content_ | expanded_ | +-----------+-----------+ ---------------- Property Details ---------------- .. _content: .. method:: content The Widget to control. .. _expanded: .. method:: expanded The visibility state of the content widget.