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

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
Form.h 123 #define XtChainBottom XawChainBottom
  /xsrc/external/mit/xmessage/dist/
makeform.c 238 XtNbottom, XtChainBottom,
317 XtSetArg (args[n], XtNtop, XtChainBottom); n++;
318 XtSetArg (args[n], XtNbottom, XtChainBottom); n++;
  /xsrc/external/mit/libXaw/dist/src/
Form.c 344 edgeType = XtChainBottom;
376 case XtChainBottom:
723 else if (type == XtChainBottom || type == XtChainRight)
Viewport.c 260 horizontal && w->viewport.usebottom ? XtChainBottom: XtChainTop);
262 horizontal && !w->viewport.usebottom ? XtChainTop: XtChainBottom);
312 XtSetArg(clip_args[arg_cnt], XtNbottom, XtChainBottom); arg_cnt++;
  /xsrc/external/mit/xfd/dist/
xfd.c 266 XtSetArg (av[i], XtNbottom, XtChainBottom); i++;

Completed in 6 milliseconds