Home
last modified time | relevance | path

Searched refs:dropstruct (Results 1 – 4 of 4) sorted by relevance

/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Drain.c72 } dropstruct; typedef
79 dropstruct *drops; /* The drops */
89 static void DrawEllipse(ModeInfo * mi, dropstruct *drop, unsigned long color) in DrawEllipse()
125 dropstruct *drop, *dropNext; in free_rain_screen()
162 static void InitDrop(ModeInfo * mi, rainstruct *rp, dropstruct *drop) in InitDrop()
207 dropstruct *drop; in init_rain()
229 drop = (dropstruct *) malloc(sizeof(dropstruct)); in init_rain()
251 dropstruct *drop; in draw_rain()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dobjects.cpp828 DStructDesc* dropstruct = new DStructDesc( "WIDGET_DROP"); in InitStructs() local
829 dropstruct->AddTag("ID", &aLong); in InitStructs()
830 dropstruct->AddTag("TOP", &aLong); in InitStructs()
831 dropstruct->AddTag("HANDLER", &aLong); in InitStructs()
832 dropstruct->AddTag("DRAG_ID", &aLong); in InitStructs()
833 dropstruct->AddTag("POSITION", &aInt); in InitStructs()
834 dropstruct->AddTag("X", &aLong); in InitStructs()
835 dropstruct->AddTag("Y", &aLong); in InitStructs()
836 dropstruct->AddTag("MODIFIERS", &aInt); in InitStructs()
838 structList.push_back( dropstruct); in InitStructs()
/dports/math/R/R-4.1.2/src/extra/graphapp/
H A Devents.c448 static void handle_drop(object obj, HANDLE dropstruct) in handle_drop() argument
451 int len = DragQueryFile(dropstruct, 0, NULL, 0); in handle_drop()
453 DragFinish(dropstruct); in handle_drop()
456 DragQueryFile(dropstruct, 0, dfilename, MAX_PATH); in handle_drop()
457 DragFinish(dropstruct); in handle_drop()
/dports/math/libRmath/R-4.1.1/src/extra/graphapp/
H A Devents.c448 static void handle_drop(object obj, HANDLE dropstruct) in handle_drop() argument
451 int len = DragQueryFile(dropstruct, 0, NULL, 0); in handle_drop()
453 DragFinish(dropstruct); in handle_drop()
456 DragQueryFile(dropstruct, 0, dfilename, MAX_PATH); in handle_drop()
457 DragFinish(dropstruct); in handle_drop()