home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 41
/
Amiga_Dream_41.iso
/
Amiga
/
Programmation
/
gui
/
DesignerV1_53.lha
/
Designer
/
MultipleDemo
/
Defs.h
next >
Wrap
C/C++ Source or Header
|
1995-04-28
|
220b
|
10 lines
struct WindowNode
{
struct WindowNode *ln_Succ;
struct WindowNode *ln_Pred;
struct Window *Win;
struct Gadget *WinGList;
struct Gadget *WinGadgets[10];
void * WinVisualInfo;
struct DrawInfo *WinDrawInfo;
};