Searched refs:_XtShellGetCoordinates (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXt/dist/include/X11/
H A DShellI.h8 extern void _XtShellGetCoordinates(Widget widget, Position *x, Position *y);
/xsrc/external/mit/libXt/dist/src/
H A DShell.c2345 _XtShellGetCoordinates((Widget) ow, &ow->core.x, &ow->core.y);
2348 _XtShellGetCoordinates((Widget) ow, &ow->core.x, &ow->core.y);
2780 _XtShellGetCoordinates(Widget widget, Position *x, Position *y) function in typeref:typename:void
2815 _XtShellGetCoordinates(widget, &x, &y);
2819 _XtShellGetCoordinates(widget, &x, &y);
H A DGeometry.c761 _XtShellGetCoordinates(w, &x2, &y2);

Completed in 9 milliseconds