Home
last modified time | relevance | path

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

/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXDataTarget.cpp113 case DT_ULONG: in FXIMPLEMENT()
168 case DT_ULONG: in onUpdValue()
212 case DT_ULONG: in onCmdOption()
255 case DT_ULONG: in onUpdOption()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXDataTarget.cpp113 case DT_ULONG: in FXIMPLEMENT()
168 case DT_ULONG: in onUpdValue()
212 case DT_ULONG: in onCmdOption()
255 case DT_ULONG: in onUpdOption()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXDataTarget.cpp113 case DT_ULONG: in FXIMPLEMENT()
168 case DT_ULONG: in onUpdValue()
212 case DT_ULONG: in onCmdOption()
255 case DT_ULONG: in onUpdOption()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFXDataTarget.h70 DT_ULONG, enumerator
112 …& value,FXObject* tgt=NULL,FXSelector sel=0):target(tgt),data(&value),message(sel),type(DT_ULONG){} in target()
170 void connect(FXulong& value){ data=&value; type=DT_ULONG; } in connect()
207 …Xulong& value,FXObject* tgt,FXSelector sel){ target=tgt; data=&value; message=sel; type=DT_ULONG; } in connect()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXDataTarget.cpp122 case DT_ULONG: in FXIMPLEMENT()
178 case DT_ULONG: in onUpdValue()
228 case DT_ULONG: in onCmdOption()
286 case DT_ULONG: in onUpdOption()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXDataTarget.h89 DT_ULONG, enumerator
134 …& value,FXObject* tgt=NULL,FXSelector sel=0):data(&value),target(tgt),message(sel),type(DT_ULONG){}
195 void connect(FXulong& value){ data=&value; type=DT_ULONG; } in connect()
235 …Xulong& value,FXObject* tgt,FXSelector sel){ data=&value; target=tgt; message=sel; type=DT_ULONG; } in connect()
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXDataTarget.h89 DT_ULONG, enumerator
134 …& value,FXObject* tgt=NULL,FXSelector sel=0):data(&value),target(tgt),message(sel),type(DT_ULONG){}
195 void connect(FXulong& value){ data=&value; type=DT_ULONG; } in connect()
235 …Xulong& value,FXObject* tgt,FXSelector sel){ data=&value; target=tgt; message=sel; type=DT_ULONG; } in connect()
/dports/x11-toolkits/fox16/fox-1.6.57/include/
H A DFXDataTarget.h70 DT_ULONG, enumerator
112 …& value,FXObject* tgt=NULL,FXSelector sel=0):target(tgt),data(&value),message(sel),type(DT_ULONG){} in target()
170 void connect(FXulong& value){ data=&value; type=DT_ULONG; } in connect()
207 …Xulong& value,FXObject* tgt,FXSelector sel){ target=tgt; data=&value; message=sel; type=DT_ULONG; } in connect()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXDataTarget.cpp122 case DT_ULONG: in FXIMPLEMENT()
178 case DT_ULONG: in onUpdValue()
228 case DT_ULONG: in onCmdOption()
286 case DT_ULONG: in onUpdOption()
/dports/x11-toolkits/fox14/fox-1.4.35/include/
H A DFXDataTarget.h67 DT_ULONG, enumerator
106 …& value,FXObject* tgt=NULL,FXSelector sel=0):target(tgt),data(&value),message(sel),type(DT_ULONG){} in target()
163 void connect(FXulong& value){ type=DT_ULONG; data=&value; } in connect()