home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / programming / menuc / examples / gad1.men < prev    next >
Text File  |  1991-01-17  |  420b  |  13 lines

  1. ;
  2. ; see s/MC s/MCLAsm s/MCAsm
  3. ;
  4. BOOL   Bool  10,12 40,20 1 3 10    ; extra param '10' is the GadgetID
  5. STRING String 10,50 100,9 1 2    ; all other IDs will be LastID + 1
  6. PROP Prop1 320,12 100,9 1 2    ; FREEHORIZ will be set automatically
  7. PROP Prop2 320,30 15,100 1 2    ; FREEVERT will be set automatically
  8. ;
  9. ; this gadget will be at the bottom of the window
  10. ; and will accept ONLY numeric data
  11. ;
  12. LONGINT Longint 160,150 100,9 1 2
  13.