Home
last modified time | relevance | path

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

/dports/games/scorched3d/scorched/src/launcher/wxdialogs/
H A DDisplay-def.cpp64 static wxRadioButton *IDC_SMALLTEX_CTRL = 0; variable
H A DDisplayDialog.cpp528IDC_SMALLTEX_CTRL->SetToolTip(wxString(OptionsDisplay::instance()->getTexSizeEntry().getDescriptio… in refreshScreen()
534 IDC_SMALLTEX_CTRL->SetValue(true); in refreshScreen()
701 if (IDC_SMALLTEX_CTRL->GetValue()) texSize = 0; in TransferDataFromWindow()
H A DDisplay.cpp218IDC_SMALLTEX_CTRL = new wxRadioButton(parent, -1, wxT("Small (3dfx/faster)"), wxDefaultPosition, w… in createSpeedControls()
219 textureSizer2->Add(IDC_SMALLTEX_CTRL, 0); in createSpeedControls()