Constants: Window positions

Parent: $root.$constants

kWindowCenterOpen the window in the center of the screen
kWindowCenterRelativeOpen the window centered relative to the window instance identified by the next argument
kWindowDrawerBottomOpen the window as a drawer window to the bottom of the parent window (macOS only). Deprecated.
kWindowDrawerDefaultOpen the window as a drawer window in the default position (macOS only). Deprecated.
kWindowDrawerLeftOpen the window as a drawer window to the left of the parent window (macOS only). Deprecated.
kWindowDrawerRightOpen the window as a drawer window to the right of the parent window (macOS only). Deprecated.
kWindowDrawerTopOpen the window as a drawer window to the top of the parent window (macOS only). Deprecated.
kWindowMaximizeOpen the window in the maximized state
kWindowMinimizeOpen the window in the minimized state
kWindowNormalOpen the window using the size and position stored in the class
kWindowSheetOpen the window as a sheet window (macOS only)
kWindowStackOpen the window in a stacked position