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:
Properties¶
Public Methods¶
createContents (self)
Property Details¶
- property margin¶
The spacing around the sides of the microdialog.
- property position¶
The location within the main window.
- 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(self)¶
To be implemented in derived class.