![]() |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
Helpers relating to a ComboBox control. More...
Functions | |
BLAM void | AddItemToComboBox (HWND hDlg, int control_id, char *item, int value) |
Adds an item to the specified ComboBox control. More... | |
BLAM void | SetComboBoxSelectedItem (HWND hDlg, int control_id, char *item) |
Change the selected item in a ComboBox. More... | |
Helpers relating to a ComboBox control.
void Blam::DialogHelpers::ComboBox::AddItemToComboBox | ( | HWND | hDlg, |
int | control_id, | ||
char * | item, | ||
int | value | ||
) |