Home
last modified time | relevance | path

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

/dports/games/scorched3d/scorched/src/launcher/wxdialogs/
H A DDisplay-def.cpp74 static wxRadioButton *IDC_SMALLDIALOGS_CTRL = 0; variable
H A DDisplayDialog.cpp509IDC_SMALLDIALOGS_CTRL->SetToolTip(wxString(OptionsDisplay::instance()->getDialogSizeEntry().getDes… in refreshScreen()
518 IDC_SMALLDIALOGS_CTRL->SetValue(true); in refreshScreen()
695 if (IDC_SMALLDIALOGS_CTRL->GetValue()) dialogSize = 1; in TransferDataFromWindow()
H A DDisplay.cpp59 IDC_SMALLDIALOGS_CTRL = new wxRadioButton(parent, -1, wxT("Small")); in createMainControls()
66 displaySizer3->Add(IDC_SMALLDIALOGS_CTRL); in createMainControls()