home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
programming
/
gui
/
textfield.lha
/
Textfield
/
MUITest
/
muitest.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-02-15
|
204 b
|
15 lines
/*
* muitest.h was generated my MUIBuilder.
*/
struct ObjApp
{
APTR App;
APTR window;
APTR text;
APTR sbar;
};
extern struct ObjApp * CreateApp( void );
extern void DisposeApp( struct ObjApp * );