This file contains words to create a top-level (i.e., application) window.
An example of usage
ApplWin.f contains the following definitions of interest:
Register-Class
Registers an application window class with the API.
Unregister-Class
Unregisters the application window class from the API.
Create: ( -- )
create an empty application window
Redraw: ( -- )
GetMenu: ( -- hMenu)
retrieve handle of current menu
DestroyMenu: ( -- )
SetMenu: ( hMenu)
assign a new menu to window
Restore:
restores a minimized/maximized window
Minimize:
minimize window
Maximize:
maximizes a window
GetWindowProc: ( -- wndProc)
retrieve the current window procedure
SetWindowProc: ( lpWndProc)
sets the application window procedure