#include <w32dlib/text.h>
Inheritance diagram for W32DLib::Text:

Public Member Functions | |
| Text (Dialog *parent, int resource_id, DataX *datax) | |
| Constructor. | |
| virtual | ~Text () |
| Destructor. | |
| void | OnTextChanged (Window *owner, W32DLibCallback callback) |
| Sets a callback for when the text is altered. | |
| void | MaxLen (int count) |
| Sets the maximum length the user can enter. | |
| void | ReadOnly (bool readonly) |
| Sets whether the user can enter text. | |
| void | AppendText (const char *text) |
| Appends text. | |
| void | AppendText (const std::string &text) |
| Appends text. | |
|
||||||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
|
Appends text. Note this is mainly for providing logging controls and the suchlike. Any current selection and caret position will almost certainly be messed up.
|
|
|
Appends text. Note this is mainly for providing logging controls and the suchlike. Any current selection and caret position will almost certainly be messed up.
|
|
|
Sets the maximum length the user can enter.
|
|
||||||||||||
|
Sets a callback for when the text is altered.
|
|
|
Sets whether the user can enter text.
|
1.4.1