class MASKING_DLL_DECLSPEC TextArea

A multiline text viewing widget.

Inheritance:

TextArea - ScrollBox - CompoundWidget - Dialog - Widget - Rect


Public Methods

[more] TextArea()
Default constructor
[more]void LoadLinesFromFile(char* filename)
Load a textfile to display in this textarea
[more]void SetText(const char* text)
Set the contents of this TextArea
[more]void AddText(const char* text)
Append a new line to this textarea


Documentation

A multiline text viewing widget. This is derived from ScrollBox, so it will show scrollbars if there is too much text to fit in the widget area.

note: in the future this will be made into a full multiline text editing widget.

o TextArea()
Default constructor

ovoid LoadLinesFromFile(char* filename)
Load a textfile to display in this textarea

ovoid SetText(const char* text)
Set the contents of this TextArea

ovoid AddText(const char* text)
Append a new line to this textarea


This class has no child classes.

Alphabetic index Hierarchy of classes


Back to front page   |   page generated with DOC++