Lines Matching refs:PyObject
29 extern PyObject *_DragObj_New(DragRef);
30 extern int _DragObj_Convert(PyObject *, DragRef *);
36 static PyObject *Drag_Error;
47 PyObject *sendproc;
50 PyObject *DragObj_New(DragRef itself)
61 return (PyObject *)it;
64 int DragObj_Convert(PyObject *v, DragRef *p_itself)
78 self->ob_type->tp_free((PyObject *)self);
81 static PyObject *DragObj_DisposeDrag(DragObjObject *_self, PyObject *_args)
83 PyObject *_res = NULL;
97 static PyObject *DragObj_AddDragItemFlavor(DragObjObject *_self, PyObject *_args)
99 PyObject *_res = NULL;
128 static PyObject *DragObj_SetDragItemFlavorData(DragObjObject *_self, PyObject *_args)
130 PyObject *_res = NULL;
159 static PyObject *DragObj_SetDragImage(DragObjObject *_self, PyObject *_args)
161 PyObject *_res = NULL;
187 static PyObject *DragObj_ChangeDragBehaviors(DragObjObject *_self, PyObject *_args)
189 PyObject *_res = NULL;
209 static PyObject *DragObj_TrackDrag(DragObjObject *_self, PyObject *_args)
211 PyObject *_res = NULL;
231 static PyObject *DragObj_CountDragItems(DragObjObject *_self, PyObject *_args)
233 PyObject *_res = NULL;
249 static PyObject *DragObj_GetDragItemReferenceNumber(DragObjObject *_self, PyObject *_args)
251 PyObject *_res = NULL;
270 static PyObject *DragObj_CountDragItemFlavors(DragObjObject *_self, PyObject *_args)
272 PyObject *_res = NULL;
291 static PyObject *DragObj_GetFlavorType(DragObjObject *_self, PyObject *_args)
293 PyObject *_res = NULL;
315 static PyObject *DragObj_GetFlavorFlags(DragObjObject *_self, PyObject *_args)
317 PyObject *_res = NULL;
339 static PyObject *DragObj_GetFlavorDataSize(DragObjObject *_self, PyObject *_args)
341 PyObject *_res = NULL;
363 static PyObject *DragObj_GetFlavorData(DragObjObject *_self, PyObject *_args)
365 PyObject *_res = NULL;
401 static PyObject *DragObj_GetDragItemBounds(DragObjObject *_self, PyObject *_args)
403 PyObject *_res = NULL;
422 static PyObject *DragObj_SetDragItemBounds(DragObjObject *_self, PyObject *_args)
424 PyObject *_res = NULL;
444 static PyObject *DragObj_GetDropLocation(DragObjObject *_self, PyObject *_args)
446 PyObject *_res = NULL;
462 static PyObject *DragObj_SetDropLocation(DragObjObject *_self, PyObject *_args)
464 PyObject *_res = NULL;
481 static PyObject *DragObj_GetDragAttributes(DragObjObject *_self, PyObject *_args)
483 PyObject *_res = NULL;
499 static PyObject *DragObj_GetDragMouse(DragObjObject *_self, PyObject *_args)
501 PyObject *_res = NULL;
520 static PyObject *DragObj_SetDragMouse(DragObjObject *_self, PyObject *_args)
522 PyObject *_res = NULL;
539 static PyObject *DragObj_GetDragOrigin(DragObjObject *_self, PyObject *_args)
541 PyObject *_res = NULL;
557 static PyObject *DragObj_GetDragModifiers(DragObjObject *_self, PyObject *_args)
559 PyObject
581 static PyObject *DragObj_ShowDragHilite(DragObjObject *_self, PyObject *_args)
583 PyObject *_res = NULL;
603 static PyObject *DragObj_HideDragHilite(DragObjObject *_self, PyObject *_args)
605 PyObject *_res = NULL;
619 static PyObject *DragObj_DragPreScroll(DragObjObject *_self, PyObject *_args)
621 PyObject *_res = NULL;
641 static PyObject *DragObj_DragPostScroll(DragObjObject *_self, PyObject *_args)
643 PyObject *_res = NULL;
657 static PyObject *DragObj_UpdateDragHilite(DragObjObject *_self, PyObject *_args)
659 PyObject *_res = NULL;
746 static PyObject *DragObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds)
748 PyObject *_self;
808 static PyObject *Drag_NewDrag(PyObject *_self, PyObject *_args)
810 PyObject *_res = NULL;
825 static PyObject *Drag_GetDragHiliteColor(PyObject *_self, PyObject *_args)
827 PyObject *_res = NULL;
845 static PyObject *Drag_WaitMouseMoved(PyObject *_self, PyObject *_args)
847 PyObject *_res = NULL;
862 static PyObject *Drag_ZoomRects(PyObject *_self, PyObject *_args)
864 PyObject *_res = NULL;
889 static PyObject *Drag_ZoomRegion(PyObject *_self, PyObject *_args)
891 PyObject *_res = NULL;
916 static PyObject *Drag_InstallTrackingHandler(PyObject *_self, PyObject *_args)
918 PyObject *_res = NULL;
920 PyObject *callback;
935 static PyObject *Drag_InstallReceiveHandler(PyObject *_self, PyObject *_args)
937 PyObject *_res = NULL;
939 PyObject *callback;
954 static PyObject *Drag_RemoveTrackingHandler(PyObject *_self, PyObject *_args)
956 PyObject *_res = NULL;
971 static PyObject *Drag_RemoveReceiveHandler(PyObject *_self, PyObject *_args)
973 PyObject *_res = NULL;
1016 PyObject *args, *rv;
1022 rv = PyEval_CallObject((PyObject *)handlerRefCon, args);
1042 PyObject *args, *rv;
1048 rv = PyEval_CallObject((PyObject *)handlerRefCon, args);
1069 PyObject *args, *rv;
1117 PyObject *m;
1119 PyObject *d;
1138 PyModule_AddObject(m, "DragObj", (PyObject *)&DragObj_Type);
1141 PyModule_AddObject(m, "DragObjType", (PyObject *)&DragObj_Type);