Home
last modified time | relevance | path

Searched refs:wndColor (Results 1 – 4 of 4) sorted by relevance

/dports/games/stuntrally/stuntrally-2.6.1/source/editor/
H A DGui_Util.cpp200 if (!g && gui->wndColor) gui->wndColor->setVisible(false); in UpdVisGui()
437 wndColor->setPosition(p); in btnClrSet()
438 if (!(wndColor->getVisible() && oth)) // dont hide if changed in btnClrSet()
439 wndColor->setVisible(!wndColor->getVisible()); in btnClrSet()
457 wndColor->setPosition(p); in btnClrSetA()
458 if (!(wndColor->getVisible() && oth)) in btnClrSetA()
459 wndColor->setVisible(!wndColor->getVisible()); in btnClrSetA()
H A DCGui.cpp74 ,wndColor(0), wpClrSet(0) in CGui()
H A DCGui.h104 Wnd wndColor; WP wpClrSet; variable
H A DGui_Init.cpp195 wndColor = fWnd("ColorWnd"); //0.165 in InitGui()