Searched refs:AddComboList (Results 1 – 4 of 4) sorted by relevance
/GUIX-v6.4.1/guix_studio/ |
D | trigger_edit_dlg.h | 38 void AddComboList(CComboBox *pBox, STRING_VAL_PAIR *list, LONG current_val);
|
D | trigger_action_edit_dlg.h | 59 void AddComboList(CComboBox *pBox, STRING_VAL_PAIR *list, LONG current_val);
|
D | trigger_edit_dlg.cpp | 175 AddComboList(&mSystemEventsCombo, SystemEventTypes, system_event); in OnInitDialog() 233 void trigger_edit_dlg::AddComboList(CComboBox *pBox, STRING_VAL_PAIR *list, LONG current_val) in AddComboList() function in trigger_edit_dlg
|
D | trigger_action_edit_dlg.cpp | 650 void trigger_action_edit_dlg::AddComboList(CComboBox *pBox, STRING_VAL_PAIR *list, LONG current_val) in AddComboList() function in trigger_action_edit_dlg
|