Home
last modified time | relevance | path

Searched refs:DragPostScroll (Results 1 – 3 of 3) sorted by relevance

/dports/lang/python27/Python-2.7.18/Mac/Modules/drag/
H A D_Dragmodule.c645 #ifndef DragPostScroll in DragObj_DragPostScroll()
646 PyMac_PRECHECK(DragPostScroll); in DragObj_DragPostScroll()
650 _err = DragPostScroll(_self->ob_itself); in DragObj_DragPostScroll()
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/drag/
H A D_Dragmodule.c645 #ifndef DragPostScroll in DragObj_DragPostScroll()
646 PyMac_PRECHECK(DragPostScroll); in DragObj_DragPostScroll()
650 _err = DragPostScroll(_self->ob_itself); in DragObj_DragPostScroll()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DDrag.pas1791 function DragPostScroll( theDrag: DragRef ): OSErr; external name '_DragPostScroll'; in DragPostScroll() function