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

  /development/simulator/app/
Resource.h 66 IDC_LOG_LEVEL, // log window - combobox
LogWindow.cpp 70 EVT_COMBOBOX(IDC_LOG_LEVEL, LogWindow::OnLogLevel)
198 logLevel = new wxComboBox(base, IDC_LOG_LEVEL, wxT(""),
338 pCombo = (wxComboBox*) FindWindow(IDC_LOG_LEVEL);
425 wxComboBox* pCombo = (wxComboBox*) FindWindow(IDC_LOG_LEVEL);
    [all...]

Completed in 524 milliseconds