Home
last modified time | relevance | path

Searched refs:mGradientBox (Results 1 – 2 of 2) sorted by relevance

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DmyPrefs.cpp312mGradientBox = 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);
H A DPrefsPanes.h98 wxRadioBox* mGradientBox; variable