Searched refs:XtChainTop (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Form.h94 XtChainTop, /* Keep this edge a constant distance from enumerator in enum:__anon296
H A DXaw3_1Viewport.c151 (horizontal && w->viewport.usebottom) ? XtChainBottom: XtChainTop);
153 (horizontal && !w->viewport.usebottom) ? XtChainTop: XtChainBottom);
203 XtSetArg(clip_args[num_args], XtNtop, XtChainTop); num_args++;
H A DXaw3_1Form.c176 edgeType = XtChainTop;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DForm.h142 #define XtChainTop XawChainTop macro
H A DViewport.c176 (horizontal && w->viewport.usebottom) ? XtChainBottom: XtChainTop);
178 (horizontal && !w->viewport.usebottom) ? XtChainTop: XtChainBottom);
231 XtSetArg(clip_args[arg_cnt], XtNtop, XtChainTop); arg_cnt++;
H A DForm.c187 else if (q == XtQChainTop) edgeType = XtChainTop;

Completed in 238 milliseconds