Parent: $root.$constants
kWindowCenter | Open the window in the center of the screen |
kWindowCenterRelative | Open the window centered relative to the window instance identified by the next argument |
kWindowDrawerBottom | Open the window as a drawer window to the bottom of the parent window (macOS only). Deprecated. |
kWindowDrawerDefault | Open the window as a drawer window in the default position (macOS only). Deprecated. |
kWindowDrawerLeft | Open the window as a drawer window to the left of the parent window (macOS only). Deprecated. |
kWindowDrawerRight | Open the window as a drawer window to the right of the parent window (macOS only). Deprecated. |
kWindowDrawerTop | Open the window as a drawer window to the top of the parent window (macOS only). Deprecated. |
kWindowMaximize | Open the window in the maximized state |
kWindowMinimize | Open the window in the minimized state |
kWindowNormal | Open the window using the size and position stored in the class |
kWindowSheet | Open the window as a sheet window (macOS only) |
kWindowStack | Open the window in a stacked position |