===================== MicroDialog (hwx.gui) ===================== A light-weight dialog residing inside the graphics area that typically contains entry fields and buttons that have an immediate effect. Inherits: - :ref:`Container (hwx.gui)` ---------- Properties ---------- +-----------+-----------+-----------+ | margin_ | position_ | spacing_ | +-----------+-----------+-----------+ ---------------- Property Details ---------------- .. _margin: .. method:: margin The spacing around the sides of the microdialog. .. _position: .. method:: position The location within the main window. .. _spacing: .. method:: spacing The spacing between items inside the microdialog. A tuple with horizontal and vertical spacing can be provided for microdialogs that use grid layouts.