Home
last modified time | relevance | path

Searched refs:SetCurSel (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
H A DComboBox.h25 LRESULT SetCurSel(int index) { return SendMsg(CB_SETCURSEL, MY_int_TO_WPARAM(index), 0); } in SetCurSel() function in NWindows::NControl::CComboBox
26 LRESULT SetCurSel(unsigned index) { return SendMsg(CB_SETCURSEL, index, 0); } in SetCurSel() function in NWindows::NControl::CComboBox
/third_party/lzma/CPP/7zip/UI/GUI/
H A DExtractDialog.cpp110 combo.SetCurSel(curSel); in AddComboItems()
220 _path.SetCurSel(0); in OnInit()
222 _path.SetCurSel(-1); in OnInit()
286 _path.SetCurSel(-1); in OnButtonSetPath()
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp205 _filterCombo.SetCurSel(FilterIndex); in OnInit()

Completed in 3 milliseconds