home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 1
/
RISC_DISC_1.iso
/
pd_share
/
code
/
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;