home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 2
/
DATAFILE_PDCD2.iso
/
utilities2
/
desklib
/
Libraries
/
Window
/
h
/
WindowDefs
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-06-28
|
313 b
|
12 lines
/* Window: WindowDefs.h */
extern linklist_header window_listanchor;
typedef struct
{
linklist_header header;
window_handle window;
char templatename[wimp_MAXNAME+1]; /* Parent template name */
window_block *memory; /* memory claim */
} windowrec;