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

  /external/lzma/CPP/7zip/UI/FileManager/
ComboDialog.h 13 NWindows::NControl::CComboBox _comboBox;
BrowseDialog.cpp 90 NControl::CComboBox _filterCombo;
  /external/lzma/CPP/7zip/UI/GUI/
ExtractDialog.h 39 NWindows::NControl::CComboBox _path;
45 NWindows::NControl::CComboBox _pathMode;
46 NWindows::NControl::CComboBox _overwriteMode;
ExtractDialog.cpp 97 void AddComboItems(NControl::CComboBox &combo, const UInt32 *langIDs, unsigned numItems, const int *values, int curVal)
  /external/lzma/CPP/Windows/Control/
ComboBox.cpp 18 LRESULT CComboBox::GetLBText(int index, CSysString &s)
30 LRESULT CComboBox::AddString(LPCWSTR s)
37 LRESULT CComboBox::GetLBText(int index, UString &s)
ComboBox.h 13 class CComboBox: public CWindow
42 class CComboBoxEx: public CComboBox
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractComboBoxPropertyEditor.java 14 import org.eclipse.wb.core.controls.CComboBox;
31 * The {@link PropertyEditor} for selecting single value using {@link CComboBox}. This editor has
45 private CComboBox m_combo;
52 m_combo = new CComboBox(propertyTable, SWT.NONE);
142 * Adds items to given {@link CComboBox}.
144 protected abstract void addItems(Property property, CComboBox combo) throws Exception;
149 protected void selectItem(Property property, CComboBox combo) throws Exception {
155 protected abstract void toPropertyEx(Property property, CComboBox combo) throws Exception;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CComboBox.java 66 public class CComboBox extends Composite {
80 public CComboBox(Composite parent, int style) {
93 if (event.widget != CComboBox.this) {
96 event.widget = CComboBox.this;
100 event.widget = CComboBox.this;
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 1391 milliseconds