home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / software / sviluppo / rxmui / docs / english / stringclass.guide < prev    next >
Encoding:
Text File  |  1999-12-21  |  2.4 KB  |  72 lines

  1.  
  2. @Node "STRINGCLASS"
  3. @Title "String Class and TextInputScroll"
  4.  
  5.     The String class is used to create simple
  6.     string gadget or very big text input object.
  7.  
  8.     The String class is a subclass of TextInput,
  9.     so you must have TextInput.mcc ins MUI:libs/MUI .
  10.  
  11.     TextInput.mcc is copyright 1997-99 Oliver Wagner <owagner@vapor.com>
  12.  
  13.     If you want scrol bars around the string object,
  14.     use the TextInputScroll class.
  15.  
  16.     ATTRIBUTES
  17.  
  18.     Name                    Type    Class           Note
  19.  
  20.     Multiline               B       IGN
  21.     MaxLen                  N       IGN
  22.     MaxLines                N       IGN
  23.     AutoExpand              N       ISGN
  24.     Contents                S       ISGN
  25.     LeftOffset              N       SGN
  26.     TopOffset               N       SGN
  27.     AdvanceOnCR             B       ISGN
  28.     Quiet                   B       SGN
  29.     Acknowledge             B       GN
  30.     Integer                 N       ISGN
  31.     DefaultPopup            B       I
  32.     WordWrap                B       ISGN
  33.     IsNumeric               B       ISGN
  34.     MinVal                  N       ISGN
  35.     MaxVal                  N       ISGN
  36.     AcceptChars             S       ISGN
  37.     RejectChars             S       ISGN
  38.     Changed                 B       GN
  39.     RemainActive            B       ISGN
  40.     CursorPos               N       SGN
  41.     Secret                  B       ISGN
  42.     Lines                   N       GN
  43.     Editable                B       ISGN
  44.     scrollUseWinBorder      B       I
  45.     IsOld                   B       ISGN
  46.     MarkStart               N       ISGN
  47.     MarkEnd                 N       ISGN
  48.     scrollVertScrollerOnly  B       I
  49.     NoInput                 B       IGN
  50.     SetMin                  B       ISGN
  51.     SetMax                  B       ISGN
  52.     SetVMax                 B       ISGN
  53.     Styles                  S N     ISGN    a number or NONE MUI IRC EMAIL HTML
  54.     PreParse                S       ISGN
  55.     Format                  S N     IGN     a number or LEFT CENTER RIGHT
  56.     SetVMin                 B       ISGN
  57.     Tabs                    S N     ISGN    a number or IGNORE SPACE DISK
  58.     TabLen                  N       ISGN
  59.     Bookmark1               N       ISGN
  60.     Bookmark2               N       ISGN
  61.     Bookmark3               N       ISGN
  62.     TopLine                 N       ISGN
  63.     StringNewContents       S       GN
  64.  
  65.  
  66.     METHODS
  67.  
  68.     Name                parameters
  69.  
  70.     SET                 <attr>,<parm>
  71. @EndNode
  72.