Home
last modified time | relevance | path

Searched refs:IDC_JAVA_VM (Results 1 – 2 of 2) sorted by relevance

/development/simulator/app/
DResource.h50 IDC_JAVA_VM, // main - combobox enumerator
DMainFrame.cpp54 EVT_COMBOBOX(IDC_JAVA_VM, MainFrame::OnComboBox) in BEGIN_EVENT_TABLE()
825 } else if (event.GetId() == IDC_JAVA_VM) { in OnComboBox()
826 wxComboBox* pBox = (wxComboBox*) FindWindow(IDC_JAVA_VM); in OnComboBox()