Abstract base class for all top-level windows
Events
The following messages are sent by FXTopWindow to its target:
| SEL_CLOSE: | sent when the user clicks the close button in the upper right-hand corner
of the top-level window.
|
Title and border decorations
| DECOR_NONE: | Borderless window
|
| DECOR_TITLE: | Window title
|
| DECOR_MINIMIZE: | Minimize button
|
| DECOR_MAXIMIZE: | Maximize button
|
| DECOR_CLOSE: | Close button
|
| DECOR_BORDER: | Border
|
| DECOR_RESIZE: | Resize handles
|
| DECOR_MENU: | Window menu
|
| DECOR_ALL: | All of the above
|
Initial window placement
| PLACEMENT_DEFAULT: | Place it at the default size and location
|
| PLACEMENT_VISIBLE: | Place window to be fully visible
|
| PLACEMENT_CURSOR: | Place it under the cursor position
|
| PLACEMENT_OWNER: | Place it centered on its owner
|
| PLACEMENT_SCREEN: | Place it centered on the screen
|
| PLACEMENT_MAXIMIZED: | Place it maximized to the screen size
|
Message identifiers
| ID_ICONIFY: | Iconify the window
|
| ID_DEICONIFY: | Deiconify the window
|
| ID_QUERY_DOCK: | Toolbar asks to dock
|