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

  /xsrc/external/mit/libXaw/dist/src/
Viewport.c 371 XtMoveWidget(child, 0, 0);
428 XtMoveWidget(child, 0, 0);
510 XtMoveWidget(child, (Position) x, (Position) y);
638 XtMoveWidget(clip,
661 XtMoveWidget(bar,
684 XtMoveWidget(bar,
Box.c 272 XtMoveWidget(widget, (Position)lw, (Position)h);
Paned.c 806 XtMoveWidget(*childP, (Position) 0, pane->delta);
818 XtMoveWidget(*childP, pane->delta, 0);
831 * This should match XtMoveWidget, except that we're also insuring the
Form.c 662 XtMoveWidget(*childP, x, y);
Tree.c 821 XtMoveWidget (w, tc->tree.x, tc->tree.y);
SimpleMenu.c 1604 XtMoveWidget(w, (Position)(XtX(w) + move), XtY(w));
  /xsrc/external/mit/libXt/dist/include/X11/
IntrinsicP.h 304 extern void XtMoveWidget(
  /xsrc/external/mit/xman/dist/
ScrollByL.c 213 XtMoveWidget(bar, width - (bar->core.width + bar_bw), -bar_bw);
217 XtMoveWidget(bar, -bar_bw, -bar_bw);
  /xsrc/external/mit/libXt/dist/src/
Geometry.c 724 XtMoveWidget(Widget w, _XtPosition x, _XtPosition y)
728 } /* XtMoveWidget */

Completed in 12 milliseconds