home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / gui / textfield / muitest / muitest.h < prev    next >
C/C++ Source or Header  |  1995-02-25  |  218b  |  16 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    object;
  11.     APTR    sbar;
  12. };
  13.  
  14. extern struct ObjApp * CreateApp( void );
  15. extern void DisposeApp( struct ObjApp * );
  16.