home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / Programming / Triton / Source / classes / string.pub3 < prev    next >
Text File  |  1998-05-23  |  442b  |  11 lines

  1. /* class_String */
  2.  
  3. #define TROB_String             (TRTG_CLS+0x37) /* A string gadget */
  4.  
  5. #define TRST_Filter             (TRTG_OAT+0x1E4)
  6.  
  7. #define TRST_INVISIBLE          0x00010000L     /* A password gadget -> invisible typing */
  8. #define TRST_NORETURNBROADCAST  0x00020000L     /* <Return> keys will not be broadcast to the window */
  9. #define TRST_FLOAT              0x00040000L     /* Separators "." and "," will be accepted only once */
  10.  
  11.