Searched refs:_XtShellGetCoordinates (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/libXt/dist/include/X11/ |
| H A D | ShellI.h | 8 extern void _XtShellGetCoordinates(Widget widget, Position *x, Position *y);
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | 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) function in typeref:typename:void 2815 _XtShellGetCoordinates(widget, &x, &y); 2819 _XtShellGetCoordinates(widget, &x, &y);
|
| H A D | Geometry.c | 761 _XtShellGetCoordinates(w, &x2, &y2);
|
Completed in 9 milliseconds