wx.WindowMode¶
The WindowMode enumeration provides the following values:
Description |
Value |
|---|---|
Normal |
Show the frame non-modally, and this is the default. |
WindowModal |
Disable only the parent window while the frame is shown. |
AppModal |
Disable all the other TLWs while the frame is shown. |