Home
last modified time | relevance | path

Searched refs:_comboBox (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/UI/FileManager/
H A DComboDialog.cpp19 _comboBox.Attach(GetItem(IDC_COMBO)); in OnInit()
23 DWORD style = _comboBox.GetStyle(); in OnInit()
28 _comboBox.SetStyle(style); in OnInit()
35 _comboBox.SetText(Value); in OnInit()
37 _comboBox.AddString(Strings[i]); in OnInit()
56 ChangeSubWindowSizeX(_comboBox, xSize - mx * 2); in OnSize()
62 _comboBox.GetText(Value); in OnOK()
H A DComboDialog.h13 NWindows::NControl::CComboBox _comboBox; member in CComboDialog

Completed in 1 milliseconds