Home
last modified time | relevance | path

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

/dports/games/scorched3d/scorched/src/launcher/wxdialogs/
H A DDisplay-def.cpp73 static wxRadioButton *IDC_TINYDIALOGS_CTRL = 0; variable
H A DDisplay.cpp57 IDC_TINYDIALOGS_CTRL = new wxRadioButton(parent, -1, wxT("Tiny"), in createMainControls()
65 displaySizer3->Add(IDC_TINYDIALOGS_CTRL); in createMainControls()
H A DDisplayDialog.cpp508IDC_TINYDIALOGS_CTRL->SetToolTip(wxString(OptionsDisplay::instance()->getDialogSizeEntry().getDesc… in refreshScreen()
515 IDC_TINYDIALOGS_CTRL->SetValue(true); in refreshScreen()