Searched refs:XtChainBottom (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DForm.h123 #define XtChainBottom XawChainBottom macro
/xsrc/external/mit/xmessage/dist/
H A Dmakeform.c238 XtNbottom, XtChainBottom,
317 XtSetArg (args[n], XtNtop, XtChainBottom); n++;
318 XtSetArg (args[n], XtNbottom, XtChainBottom); n++;
/xsrc/external/mit/libXaw/dist/src/
H A DForm.c344 edgeType = XtChainBottom;
376 case XtChainBottom:
723 else if (type == XtChainBottom || type == XtChainRight)
H A DViewport.c260 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/
H A Dxfd.c266 XtSetArg (av[i], XtNbottom, XtChainBottom); i++;

Completed in 7 milliseconds