#include <Gtext.h>
Inheritance diagram for Gtext:

Public Methods | |
| Gtext (const char *text) | |
| Gtext (Gstring text) | |
| ~Gtext () | |
| Gstring | GetText () |
| void | SetText (Gstring text) |
| void | SetEditable (bool editable) |
| int | Length () |
| void | Clear () |
| void | SetBackgroundColor (Gcolor col) |
| void | SetForegroundColor (Gcolor col) |
| void | SetFont (Gfont f) |
| void | Insert (Gstring text) |
|
|
Clear the text in the area |
|
|
Get the text of the control |
|
|
Insert a text in the text area |
|
|
Return the length of the text contained in the text area |
|
|
Set the background color of the text |
|
|
Set if the the text area is editable |
|
|
Set the Font of the text |
|
|
Set the foreground color of the text |
|
|
Set the text of the control |