=====================
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_  |
  +-----------+-----------+-----------+

--------------
Public Methods
--------------

  +------------------------+
  | createContents_ (self) |
  +------------------------+

----------------
Property Details
----------------

.. _margin:
.. property:: margin

The spacing around the sides of the microdialog.
    

.. _position:
.. property:: position

The location within the main window.
    

.. _spacing:
.. property:: spacing

The spacing between items inside the microdialog.

A tuple with horizontal and vertical spacing can be provided for
microdialogs that use grid layouts.

--------------
Method Details
--------------

.. _createContents:
.. method:: createContents(self)

To be implemented in derived class.