Home
last modified time | relevance | path

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

/dports/x11-toolkits/fox14/fox-1.4.35/calculator/
H A DPreferences.cpp100 …new FXColorWell(matrix1,FXRGB(0,0,0),owner,Calculator::ID_COLOR_FUNCTIONS,COLORWELL_OPAQUEONLY|FRA… in Preferences()
H A DCalculator.h238 ID_COLOR_FUNCTIONS, enumerator
H A DCalculator.cpp1215 case ID_COLOR_FUNCTIONS: setFunctionColor(clr); break; in onCmdColor()
1237 case ID_COLOR_FUNCTIONS: clr=getFunctionColor(); break; in onUpdColor()
/dports/x11-toolkits/fox16/fox-1.6.57/calculator/
H A DPreferences.cpp102 …new FXColorWell(matrix1,FXRGB(0,0,0),owner,Calculator::ID_COLOR_FUNCTIONS,COLORWELL_OPAQUEONLY|FRA… in Preferences()
H A DCalculator.h238 ID_COLOR_FUNCTIONS, enumerator
H A DCalculator.cpp1215 case ID_COLOR_FUNCTIONS: setFunctionColor(clr); break; in onCmdColor()
1237 case ID_COLOR_FUNCTIONS: clr=getFunctionColor(); break; in onUpdColor()
/dports/x11-toolkits/fox17/fox-1.7.77/calculator/
H A DPreferences.cpp100 …new FXColorWell(matrix1,FXRGB(0,0,0),own,Calculator::ID_COLOR_FUNCTIONS,COLORWELL_OPAQUEONLY|FRAME… in Preferences()
H A DCalculator.h244 ID_COLOR_FUNCTIONS, enumerator
H A DCalculator.cpp1231 case ID_COLOR_FUNCTIONS: setFunctionColor(clr); break; in onCmdColor()
1253 case ID_COLOR_FUNCTIONS: clr=getFunctionColor(); break; in onUpdColor()