#include <mgui/combobox.h>
Inheritance diagram for MGUI::FORM_COMBOBOX_T< _CT >:

Public Member Functions | |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const MISTRING &label, _CT *pContainer, void(_CT::*pfOnSelection)(), const MGUI::LISTITEMDEF *items=0, int listheight=7, int width=0, MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_FixedSize, MGUI::CTRL_COMBOBOX::STYLE style=MGUI::CTRL_COMBOBOX::STYLE_Default, MGUI::CTRL_LABEL::STYLE labelstyle=MGUI::CTRL_LABEL::STYLE_LeftNoWrap) |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const char *label, _CT *pContainer, void(_CT::*pfOnSelection)(), const MGUI::LISTITEMDEF *items=0, int listheight=7, int width=0, MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_FixedSize, MGUI::CTRL_COMBOBOX::STYLE style=MGUI::CTRL_COMBOBOX::STYLE_Default, MGUI::CTRL_LABEL::STYLE labelstyle=MGUI::CTRL_LABEL::STYLE_LeftNoWrap) |
| FORM_COMBOBOX_T () | |
Definition at line 530 of file combobox.h.
|
|||||||||
|
Constructor.
Definition at line 533 of file combobox.h. |
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
Create form with Unicode label.
Definition at line 556 of file combobox.h. |
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
Create form with label from resource lookup.
Definition at line 538 of file combobox.h. |
1.3.8-20040913