Searched refs:XtChainBottom (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | Form.h | 123 #define XtChainBottom XawChainBottom macro
|
| /xsrc/external/mit/xmessage/dist/ |
| H A D | 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/ |
| H A D | Form.c | 344 edgeType = XtChainBottom; 376 case XtChainBottom: 723 else if (type == XtChainBottom || type == XtChainRight)
|
| H A D | 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/ |
| H A D | xfd.c | 266 XtSetArg (av[i], XtNbottom, XtChainBottom); i++;
|
Completed in 7 milliseconds