Unknown layout exception. More...
Public Member Functions | |
| def | __init__ |
| Construct an unknown_layout. More... | |
Unknown layout exception.
The layout manager raises this exception when it fails to find a layout object corresponding to some window.
| def minx.core.layman.unknown_layout.__init__ | ( | self, | |
| w | |||
| ) |
Construct an unknown_layout.
| w | The minxlib.window or window name for which there is no corresponding layout. |
The parameter w can be accessed as the exception's window member.