#include <mgui/formbtxt.h>
Inheritance diagram for MGUI::FORM_BUTTONTEXT:

Public Member Functions | |
| void | ClearText () |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const MISTRING &label, int width=0, MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_Expand) |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const char *label, int width=0, MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_Expand) |
| FORM_BUTTONTEXT () | |
| CTRL_PUSHBUTTON & | GetButton () |
| void | SetText (const MISTRING &string) |
Protected Member Functions | |
| virtual void | OnPressed ()=0 |
Definition at line 42 of file formbtxt.h.
|
|
Constructor.
|
|
|
Clear the text field.
Definition at line 50 of file formbtxt.h. |
|
||||||||||||||||||||
|
Create with MISTRING label.
|
|
||||||||||||||||||||
|
Create with label from resource lookup.
|
|
|
Get reference to button control.
Definition at line 76 of file formbtxt.h. |
|
|
|
|
|
Set text to show in field.
|
1.3.8-20040913