Home
last modified time | relevance | path

Searched refs:IDC_NOVBO_CTRL (Results 1 – 3 of 3) sorted by relevance

/dports/games/scorched3d/scorched/src/launcher/wxdialogs/
H A DDisplay-def.cpp54 static wxCheckBox *IDC_NOVBO_CTRL = 0; variable
H A DDisplayDialog.cpp398 IDC_NOVBO_CTRL->SetValue(OptionsDisplay::instance()->getNoVBO()); in refreshScreen()
399IDC_NOVBO_CTRL->SetToolTip(wxString(OptionsDisplay::instance()->getNoVBOEntry().getDescription(), … in refreshScreen()
640 OptionsDisplay::instance()->getNoVBOEntry().setValue(IDC_NOVBO_CTRL->GetValue()); in TransferDataFromWindow()
H A DDisplay.cpp330 IDC_NOVBO_CTRL = in createTroubleControls()
332 glDetailSizer2->Add(IDC_NOVBO_CTRL, 0); in createTroubleControls()