Searched refs:mGradientBox (Results 1 – 2 of 2) sorted by relevance
312 …mGradientBox = new wxRadioBox(this, ID_GRADIENT_DISPLAY_BOX, gradientheader, wxDefaultPosition, wx…314 if (mTargetPrefs->InvertGradient()) mGradientBox->SetSelection(2);315 else mGradientBox->SetSelection(1);317 mGradientBox->SetSelection(0);329 lUpperSizer->Add(mGradientBox, 0, wxALIGN_CENTER_HORIZONTAL | wxALL, 3);
98 wxRadioBox* mGradientBox; variable