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:
C/C++ Source or Header  |  1995-02-15  |  204 b   |  15 lines

  1. /*
  2.  * muitest.h was generated my MUIBuilder.
  3.  */
  4.  
  5. struct ObjApp
  6. {
  7.     APTR    App;
  8.     APTR    window;
  9.     APTR    text;
  10.     APTR    sbar;
  11. };
  12.  
  13. extern struct ObjApp * CreateApp( void );
  14. extern void DisposeApp( struct ObjApp * );
  15.