HomeSort by: relevance | last modified time | path
    Searched refs:_XtShellGetCoordinates (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/libXt/dist/include/X11/
ShellI.h 8 extern void _XtShellGetCoordinates(Widget widget, Position *x, Position *y);
  /xsrc/external/mit/libXt/dist/src/
Shell.c 2345 _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)
2815 _XtShellGetCoordinates(widget, &x, &y);
2819 _XtShellGetCoordinates(widget, &x, &y);
Geometry.c 761 _XtShellGetCoordinates(w, &x2, &y2);

Completed in 7 milliseconds