Searched refs:pick_handle (Results 1 – 5 of 5) sorted by relevance
/dports/deskutils/xmdiary/xmdiary-3.0.3/dtools/ |
H A D | xtmPickDiary.h | 88 xtmPdDestroy( XTM_PD_HANDLE pick_handle ); 91 xtmPdDisplayPickWindow( XTM_PD_HANDLE pick_handle,
|
H A D | xtmOpenView.c | 107 XTM_PD_HANDLE pick_handle; member 213 open_ref -> pick_handle = NULL; in xtmOvInitialize() 861 if( open_ref -> pick_handle != NULL ) in destroyCB() 862 xtmPdDestroy( open_ref -> pick_handle ); in destroyCB() 1029 if( open_ref -> pick_handle == NULL ) in pickCalCB() 1030 open_ref -> pick_handle = xtmPdInitialize( in pickCalCB() 1038 xtmPdDisplayPickWindow( open_ref -> pick_handle, in pickCalCB()
|
H A D | xtmPickDiary.c | 215 xtmPdDestroy( XTM_PD_HANDLE pick_handle ) in xtmPdDestroy() argument 224 if( pick_handle == NULL ) in xtmPdDestroy() 228 pick_ref = (PICK_REC_REF) pick_handle; in xtmPdDestroy() 243 xtmPdDisplayPickWindow( XTM_PD_HANDLE pick_handle, in xtmPdDisplayPickWindow() argument 254 if( pick_handle == NULL ) in xtmPdDisplayPickWindow() 258 pick_ref = (PICK_REC_REF) pick_handle; in xtmPdDisplayPickWindow()
|
H A D | xtmCustCals.c | 121 XTM_PD_HANDLE pick_handle; member 289 cal_ref -> pick_handle = NULL; in xtmCcInitialize() 1476 if( cal_ref -> pick_handle == NULL ) in calSelectCB() 1477 cal_ref -> pick_handle = xtmPdInitialize( in calSelectCB() 1485 xtmPdDisplayPickWindow( cal_ref -> pick_handle, in calSelectCB() 1639 if( cal_ref -> pick_handle != NULL ) in destroyCB() 1640 xtmPdDestroy( cal_ref -> pick_handle ); in destroyCB()
|
/dports/cad/sumo/sumo-1.2.0/tools/contributed/sumopy/agilepy/lib_wx/ |
H A D | ogleditor.py | 1096 handles = drawobj.pick_handle(p, detectwidth=self.detectwidth) 1842 def pick_handle(self, coord): member in DrawobjMixin 1960 def pick_handle(self, coord, detectwidth=0.1): member in Lines 3132 def pick_handle(self, coord, detectwidth=0.1): member in Polylines 3478 def pick_handle(self, coord, detectwidth=0.1): member in Circles 3712 def pick_handle(self, coord, detectwidth=0.1): member in Polygons
|