home *** CD-ROM | disk | FTP | other *** search
-
- @Node "STRINGCLASS"
- @Title "String Class and TextInputScroll"
-
- The String class is used to create simple
- string gadget or very big text input object.
-
- The String class is a subclass of TextInput,
- so you must have TextInput.mcc ins MUI:libs/MUI .
-
- TextInput.mcc is copyright 1997-99 Oliver Wagner <owagner@vapor.com>
-
- If you want scrol bars around the string object,
- use the TextInputScroll class.
-
- ATTRIBUTES
-
- Name Type Class Note
-
- Multiline B IGN
- MaxLen N IGN
- MaxLines N IGN
- AutoExpand N ISGN
- Contents S ISGN
- LeftOffset N SGN
- TopOffset N SGN
- AdvanceOnCR B ISGN
- Quiet B SGN
- Acknowledge B GN
- Integer N ISGN
- DefaultPopup B I
- WordWrap B ISGN
- IsNumeric B ISGN
- MinVal N ISGN
- MaxVal N ISGN
- AcceptChars S ISGN
- RejectChars S ISGN
- Changed B GN
- RemainActive B ISGN
- CursorPos N SGN
- Secret B ISGN
- Lines N GN
- Editable B ISGN
- scrollUseWinBorder B I
- IsOld B ISGN
- MarkStart N ISGN
- MarkEnd N ISGN
- scrollVertScrollerOnly B I
- NoInput B IGN
- SetMin B ISGN
- SetMax B ISGN
- SetVMax B ISGN
- Styles S N ISGN a number or NONE MUI IRC EMAIL HTML
- PreParse S ISGN
- Format S N IGN a number or LEFT CENTER RIGHT
- SetVMin B ISGN
- Tabs S N ISGN a number or IGNORE SPACE DISK
- TabLen N ISGN
- Bookmark1 N ISGN
- Bookmark2 N ISGN
- Bookmark3 N ISGN
- TopLine N ISGN
- StringNewContents S GN
-
-
- METHODS
-
- Name parameters
-
- SET <attr>,<parm>
- @EndNode
-