Home
last modified time | relevance | path

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

/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/common/
H A DGuiCom_Screen.cpp102 String modeSel = ""; in InitGuiScreenRes() local
129 modeSel = mode; in InitGuiScreenRes()
140 if (modeSel != "") in InitGuiScreenRes()
141 resList->setIndexSelected(resList->findItemIndexWith(modeSel)); in InitGuiScreenRes()
/dports/databases/spatialite_gui/spatialite_gui-1.7.1/
H A DDialogs.cpp5752 wxRadioBox *modeSel = (wxRadioBox *) FindWindow(ID_DXF_MIXED); in OnModeChanged() local
5754 if (modeSel->GetSelection() == 1) in OnModeChanged()