#include <mgui/command.h>
Public Member Functions | |
| void | Enable (bool enable=true) |
| void | SetCheck (bool check=true) |
| void | SetRadio (bool check=true) |
| void | SetText (const UNICODE *text) |
| void | SetText (const char *text) |
|
|
Enable or disable the user-interface item. It is similar to the CCmdUI class in MFC. In fact, in MFC, CMDUI is just a typedef alias to CCmdUI |
|
|
For toggle buttons, set the current state.
|
|
|
Same as Set Check but for buttons in a radio group. Note that it does not enforce radio behaviour, as the MFC version doesn't either. It is here for completeness. |
|
|
Change the text of an item.
|
|
|
Change the text of an item (via resource file lookup).
|
1.3.8-20040913