Home
last modified time | relevance | path

Searched refs:moveSegmentLower (Results 1 – 10 of 10) sorted by relevance

/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXGradientBar.h254 void moveSegmentLower(FXint sg,FXdouble val,FXbool notify=false);
/dports/x11-toolkits/fox14/fox-1.4.35/include/
H A DFXGradientBar.h248 void moveSegmentLower(FXint sg,FXdouble val,FXbool notify=FALSE);
/dports/x11-toolkits/fox16/fox-1.6.57/include/
H A DFXGradientBar.h248 void moveSegmentLower(FXint sg,FXdouble val,FXbool notify=FALSE);
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFXGradientBar.h248 void moveSegmentLower(FXint sg,FXdouble val,FXbool notify=FALSE);
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXGradientBar.h254 void moveSegmentLower(FXint sg,FXdouble val,FXbool notify=false);
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXGradientBar.cpp715 void FXGradientBar::moveSegmentLower(FXint sg,FXdouble val,FXbool notify){ in moveSegmentLower() function in FX::FXGradientBar
1017 if(0<current) moveSegmentLower(current,value,TRUE); in onMotion()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXGradientBar.cpp730 void FXGradientBar::moveSegmentLower(FXint sg,FXdouble val,FXbool notify){ in moveSegmentLower() function in FX::FXGradientBar
1032 if(0<current) moveSegmentLower(current,value,true); in onMotion()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXGradientBar.cpp715 void FXGradientBar::moveSegmentLower(FXint sg,FXdouble val,FXbool notify){ in moveSegmentLower() function in FX::FXGradientBar
1018 if(0<current) moveSegmentLower(current,value,TRUE); in onMotion()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXGradientBar.cpp715 void FXGradientBar::moveSegmentLower(FXint sg,FXdouble val,FXbool notify){ in moveSegmentLower() function in FX::FXGradientBar
1017 if(0<current) moveSegmentLower(current,value,TRUE); in onMotion()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXGradientBar.cpp731 void FXGradientBar::moveSegmentLower(FXint sg,FXdouble val,FXbool notify){ in moveSegmentLower() function in FX::FXGradientBar
1033 if(0<current) moveSegmentLower(current,value,true); in onMotion()