Widget | Represents a widget window type. |
Window | Represents a standard window type. |
Dialog | Represents a dialog window type. |
Sheet | Represents a sheet window type. |
Popup | Represents a popup window type. |
Tool | Represents a tool window type. |
ToolTip | Represents a tooltip window type. |
SplashScreen | Represents a splash screen window type. |
Desktop | Represents a desktop window type. |
SubWindow | Represents a subwindow type. |
ForeignWindow | Represents a foreign window type. |
WindowType_Mask | Mask for window type flags. |
MSWindowsFixedSizeDialogHint | Hint for fixed size dialogs on Windows. |
MSWindowsOwnDC | Hint for Windows to own device context. |
BypassWindowManagerHint | Hint to bypass the window manager. |
X11BypassWindowManagerHint | Hint to bypass the window manager on X11. |
FramelessWindowHint | Hint for a frameless window. |
WindowTitle | Indicates the window has a title. |
WindowSystemMenuHint | Hint for a system menu in the window. |
MinimizeButton | Indicates the window has a minimize button. |
MaximizeButton | Indicates the window has a maximize button. |
MinMaxButtons | Indicates the window has both minimize and maximize buttons. |
WindowContextHelpButtonHint | Hint for a context help button in the window. |
WindowShadeButtonHint | Hint for a shade button in the window. |
WindowStaysOnTopHint | Hint for the window to stay on top. |
WindowTransparentForInput | Hint for the window to be transparent for input. |
WindowOverridesSystemGestures | Hint for the window to override system gestures. |
WindowDoesNotAcceptFocus | Hint for the window to not accept focus. |
MaximizeUsingFullscreenGeometryHint | Hint to maximize using fullscreen geometry. |
Customized | Indicates the window is customized. |
WindowStaysOnBottomHint | Hint for the window to stay on the bottom. |
CloseButton | Indicates the window has a close button. |
MacWindowToolBarButtonHint | Hint for a toolbar button on Mac. |
BypassGraphicsProxyWidget | Hint to bypass the graphics proxy widget. |
NoDropShadowWindowHint | Hint for the window to have no drop shadow. |