home *** CD-ROM | disk | FTP | other *** search
/ Megahits 4 / MegaHits_Vol.4.iso / mui / dev / gui / gencodee / v1.4 / e / small / small_defs.e < prev    next >
Encoding:
Text File  |  1994-10-24  |  469 b   |  23 lines

  1.     /* External modules */
  2. MODULE 'muimaster', 'libraries/mui'
  3. MODULE 'utility/tagitem', 'utility/hooks'
  4. MODULE 'intuition/classes', 'intuition/classusr'
  5.  
  6.  
  7.     /* Constant definitions */
  8. CONST MUI_TRUE = 1
  9.  
  10.  
  11.     /* Object definitions */
  12. OBJECT obj_app
  13.     app             : LONG
  14.     wi_smallexample : LONG
  15.     grOUP_ROOT_0    : LONG
  16.     gr_lists        : LONG
  17.     lv_label_0      : LONG
  18.     lv_label_1      : LONG
  19.     gr_grp_1        : LONG
  20.     bt_ok           : LONG
  21.     bt_cancel       : LONG
  22. ENDOBJECT
  23.