Searched refs:orientation (Results 1 - 12 of 12) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1BoxP.h64 XtOrientation orientation; member in struct:__anon289
H A DXaw3_1ScrollbarP.h38 XtOrientation orientation; /* horizontal or vertical */ member in struct:__anon314
H A DXaw3_1Box.c56 XtOffsetOf(BoxRec, box.orientation),
145 Boolean vbox = (bbw->box.orientation == XtorientVertical);
215 XtOrientation orientation = bbw->box.orientation; local
216 bbw->box.orientation = XtorientVertical;
224 bbw->box.orientation = orientation;
227 bbw->box.orientation = orientation;
H A DXaw3_1PanedP.h122 XtOrientation orientation; /* Orientation of paned widget. */ member in struct:__anon313
H A DXaw3_1Scrollbar.c67 Offset(scrollbar.orientation), XtRImmediate, (caddr_t) XtorientVertical},
162 ((widget->scrollbar.orientation == XtorientHorizontal) ? x : y)
227 if (w->scrollbar.orientation == XtorientHorizontal)
238 if (w->scrollbar.orientation == XtorientHorizontal)
279 if (w->scrollbar.orientation == XtorientVertical) {
364 w->core.width = (w->scrollbar.orientation == XtorientVertical)
368 w->core.height = (w->scrollbar.orientation == XtorientHorizontal)
385 (w->scrollbar.orientation == XtorientVertical)
458 if (w->scrollbar.orientation == XtorientHorizontal) {
498 case 'b': cursor = (w->scrollbar.orientation
[all...]
H A DXaw3_1Paned.c65 #define IsVert(w) ( (w)->paned.orientation == XtorientVertical )
108 offset(orientation), XtRImmediate, (caddr_t) XtorientVertical},
320 * upon the orientation we are using.
714 * Description: Draws a rectangle in the proper orientation.
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DBoxP.h87 XtOrientation orientation; member in struct:__anon356
H A DScrollbarP.h63 XtOrientation orientation; /* horizontal or vertical */ member in struct:__anon382
H A DPanedP.h145 XtOrientation orientation; /* Orientation of paned widget. */ member in struct:__anon373
H A DBox.c77 XtOffsetOf(BoxRec, box.orientation),
166 Boolean vbox = (bbw->box.orientation == XtorientVertical);
243 XtOrientation orientation = bbw->box.orientation; local
244 bbw->box.orientation = XtorientVertical;
252 bbw->box.orientation = orientation;
255 bbw->box.orientation = orientation;
H A DScrollbar.c87 Offset(scrollbar.orientation), XtRImmediate, (XtPointer) XtorientVertical},
190 ((widget->scrollbar.orientation == XtorientHorizontal) ? x : y)
248 if (w->scrollbar.orientation == XtorientHorizontal)
259 if (w->scrollbar.orientation == XtorientHorizontal)
300 if (w->scrollbar.orientation == XtorientVertical) {
387 w->core.width = (w->scrollbar.orientation == XtorientVertical)
391 w->core.height = (w->scrollbar.orientation == XtorientHorizontal)
408 (w->scrollbar.orientation == XtorientVertical)
486 if (w->scrollbar.orientation == XtorientHorizontal) {
526 case 'b': cursor = (w->scrollbar.orientation
[all...]
H A DPaned.c89 #define IsVert(w) ( (w)->paned.orientation == XtorientVertical )
132 offset(orientation), XtRImmediate, (XtPointer) XtorientVertical},
345 * upon the orientation we are using.
741 * Description: Draws a rectangle in the proper orientation.

Completed in 29 milliseconds