HomeSort by relevance Sort by last modified time
    Searched refs:_comboBox (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/UI/FileManager/
ComboDialog.cpp 19 _comboBox.Attach(GetItem(IDC_COMBO));
23 DWORD style = _comboBox.GetStyle();
28 _comboBox.SetStyle(style);
35 _comboBox.SetText(Value);
37 _comboBox.AddString(Strings[i]);
56 ChangeSubWindowSizeX(_comboBox, xSize - mx * 2);
62 _comboBox.GetText(Value);
ComboDialog.h 13 NWindows::NControl::CComboBox _comboBox;

Completed in 42 milliseconds