home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kyūkyoku!! X68000 Emulator
/
X68000Book.dat
/
mac
/
OLS
/
X68000
/
Ko-Window
/
kow142s.lzh
/
wsrv
/
simple.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-11-25
|
437b
|
22 lines
#define SimpleType 1
typedef struct {
int id, (*event)();
}
SimplePart ;
typedef struct {
ClipPart clip ;
WindowPart window ;
SimplePart simple ;
}
SimpleClass ;
/*
proto -e simple.c > temp
*/
extern void SimpleSet( SimpleClass*, int, int, int, int, WindowClass*, int, int(*)() );
extern void SimpleResize( SimpleClass*, int, int, int, int );
extern int SimpleEvent( SimpleClass*, EventInfo* );