Searched refs:CComboBox (Results 1 - 6 of 6) sorted by relevance
/third_party/lzma/CPP/Windows/Control/ |
H A D | ComboBox.cpp | 18 LRESULT CComboBox::GetLBText(int index, CSysString &s)
in GetLBText() 34 LRESULT CComboBox::AddString(LPCWSTR s)
in AddString() 41 LRESULT CComboBox::GetLBText(int index, UString &s)
in GetLBText()
|
H A D | ComboBox.h | 15 class CComboBox: public CWindow
class 52 class CComboBoxEx: public CComboBox
|
/third_party/lzma/CPP/7zip/UI/GUI/ |
H A D | ExtractDialog.h | 39 NWindows::NControl::CComboBox _path;
45 NWindows::NControl::CComboBox _pathMode;
46 NWindows::NControl::CComboBox _overwriteMode;
|
H A D | ExtractDialog.cpp | 97 void AddComboItems(NControl::CComboBox &combo, const UInt32 *langIDs, unsigned numItems, const int *values, int curVal);
98 void AddComboItems(NControl::CComboBox &combo, const UInt32 *langIDs, unsigned numItems, const int *values, int curVal)
in AddComboItems()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ComboDialog.h | 13 NWindows::NControl::CComboBox _comboBox;
|
H A D | BrowseDialog.cpp | 87 NControl::CComboBox _filterCombo;
|
Completed in 3 milliseconds