home *** CD-ROM | disk | FTP | other *** search
/ Megahits 4 / MegaHits_Vol.4.iso / mui / dev / gui / gencodee / v1.4 / e / click_locale / click_defs.e < prev    next >
Encoding:
Text File  |  1994-10-24  |  414 b   |  21 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_try         : LONG
  15.     tx_label_0     : LONG
  16.     bt_1stbutton   : LONG
  17.     bt_2ndbutton   : LONG
  18.     bt_3rdbutton   : LONG
  19.     stR_TX_label_0 : LONG
  20. ENDOBJECT
  21.