Home
last modified time | relevance | path

Searched refs:ID_COLOR_HYPER (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/fox14/fox-1.4.35/calculator/
H A DPreferences.cpp115 …new FXColorWell(matrix1,FXRGB(0,0,0),owner,Calculator::ID_COLOR_HYPER,COLORWELL_OPAQUEONLY|FRAME_S… in Preferences()
H A DCalculator.h243 ID_COLOR_HYPER, enumerator
H A DCalculator.cpp1220 case ID_COLOR_HYPER: setHyperColor(clr); break; in onCmdColor()
1242 case ID_COLOR_HYPER: clr=getHyperColor(); break; in onUpdColor()
/dports/x11-toolkits/fox16/fox-1.6.57/calculator/
H A DPreferences.cpp117 …new FXColorWell(matrix1,FXRGB(0,0,0),owner,Calculator::ID_COLOR_HYPER,COLORWELL_OPAQUEONLY|FRAME_S… in Preferences()
H A DCalculator.h243 ID_COLOR_HYPER, enumerator
H A DCalculator.cpp1220 case ID_COLOR_HYPER: setHyperColor(clr); break; in onCmdColor()
1242 case ID_COLOR_HYPER: clr=getHyperColor(); break; in onUpdColor()
/dports/x11-toolkits/fox17/fox-1.7.77/calculator/
H A DPreferences.cpp115 …new FXColorWell(matrix1,FXRGB(0,0,0),own,Calculator::ID_COLOR_HYPER,COLORWELL_OPAQUEONLY|FRAME_SUN… in Preferences()
H A DCalculator.h249 ID_COLOR_HYPER, enumerator
H A DCalculator.cpp1236 case ID_COLOR_HYPER: setHyperColor(clr); break; in onCmdColor()
1258 case ID_COLOR_HYPER: clr=getHyperColor(); break; in onUpdColor()