home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
100-199
/
ff193.lzh
/
KeyMapEd
/
Source
/
KME_Window.h
< prev
Wrap
C/C++ Source or Header
|
1989-03-13
|
642b
|
24 lines
/*
* Define Key Map Editor Window
*
* by: Tim Friest
* on: December 31, 1988
* using: Power Windows v2.5
*/
struct NewWindow NewKMEWindow = {
0,10, /* origin */
640,103, /* width and height */
0,1, /* detail and block pens */
GADGETUP|CLOSEWINDOW|MENUPICK, /* IDCMP flags */
WINDOWDRAG|WINDOWDEPTH|WINDOWCLOSE|ACTIVATE|NOCAREREFRESH, /* flags */
GadgetList, /* gadget list */
NULL, /* custom CHECKMARK imagery */
KeyMapEdVer, /* title */
NULL, /* custom screen pointer */
NULL, /* custom bitmap */
640,103, /* minimum width and height */
-1,-1, /* maximum width and height */
WBENCHSCREEN /* destination screen type */
};