#include <mgui/colorbtn.h>
Inheritance diagram for MGUI::FORM_COLORBUTTON_T< _CT >:

Public Member Functions | |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const UNICODE *label, _CT *pContainer, void(_CT::*pfOnChangeColor)(), const COLOR &dftcolor, MGUI::CTRL_COLORBUTTON::STYLE buttonstyle=MGUI::CTRL_COLORBUTTON::STYLE_Default, MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_FixedSize, MGUI::CTRL_LABEL::STYLE labelstyle=MGUI::CTRL_LABEL::STYLE_LeftNoWrap) |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const char *label, _CT *pContainer, void(_CT::*pfOnChangeColor)(), const COLOR &dftcolor, MGUI::CTRL_COLORBUTTON::STYLE buttonstyle=MGUI::CTRL_COLORBUTTON::STYLE_Default, MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_FixedSize, MGUI::CTRL_LABEL::STYLE labelstyle=MGUI::CTRL_LABEL::STYLE_LeftNoWrap) |
| FORM_COLORBUTTON_T () | |
Definition at line 257 of file colorbtn.h.
|
|||||||||
|
Constructor.
Definition at line 261 of file colorbtn.h. |
|
||||||||||||||||||||||||||||||||||||||||
|
Create with Unicode label.
Definition at line 281 of file colorbtn.h. |
|
||||||||||||||||||||||||||||||||||||||||
|
Create with label from resource lookup.
Definition at line 265 of file colorbtn.h. |
1.3.8-20040913