ApplWin.f


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.

Class ApplicationWindow

Methods

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



Author: Jeff Kelm, (how to contact me)
URL: http://www.concentric.net/~jkelm/win32for/classidx2/applwin.htm
(Modified: 2005-01-07)