Searched refs:XtBorderWidth (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DMenuButton.c238 menu_width = XtWidth(menu) + (XtBorderWidth(menu) << 1);
239 button_height = XtHeight(w) + (XtBorderWidth(w) << 1);
240 menu_height = XtHeight(menu) + (XtBorderWidth(menu) << 1);
253 menu_x = button_x + XtWidth(w) + (XtBorderWidth(w) << 1);
H A DForm.c570 + (XtBorderWidth(*childP) << 1));
575 + (XtBorderWidth(*childP) << 1));
701 + (XtBorderWidth(ref) << 1)));
710 + (XtBorderWidth(ref) << 1)));
758 (XtBorderWidth(*childP) << 1),
761 (x + (XtBorderWidth(*childP) << 1));
764 (XtBorderWidth(*childP) << 1),
767 (y + (XtBorderWidth(*childP) << 1));
774 (XtBorderWidth(*childP) << 1),
777 (x + (XtBorderWidth(*child
[all...]
H A DPrivate.h58 #ifndef XtBorderWidth
59 #define XtBorderWidth(w) (((RectObj)w)->rectangle.border_width) macro
H A DViewport.c336 if (h_bar != NULL && XtWidth(w) > XtWidth(h_bar) + XtBorderWidth(h_bar))
337 clip_width = (Dimension)(clip_width - (XtWidth(h_bar) + XtBorderWidth(h_bar)));
339 if (v_bar != NULL && XtHeight(w) > XtHeight(v_bar) + XtBorderWidth(v_bar))
340 clip_height = (Dimension)(clip_height - (XtHeight(v_bar) + XtBorderWidth(v_bar)));
599 clip_height -= XtHeight(bar2) + XtBorderWidth(bar2);\
613 clip_width -= XtWidth(bar) + XtBorderWidth(bar);
641 + XtBorderWidth(w->viewport.vert_bar) : 0),
644 + XtBorderWidth(w->viewport.horiz_bar) : 0));
658 int bw = XtBorderWidth(bar);
733 XtBorderWidth(
[all...]
H A DBox.c237 bw = (Dimension)(XtWidth(widget) + (XtBorderWidth(widget)<<1) + h_space);
275 bh = (Dimension)(XtHeight(widget) + (XtBorderWidth(widget) << 1));
545 request->border_width = XtBorderWidth(w);
550 borderWidth = XtBorderWidth(w);
553 XtBorderWidth(w) = request->border_width;
572 XtBorderWidth(w) = borderWidth;
H A DTip.c309 XtBorderWidth(w),
481 if (x + XtWidth(info->tip) + XtBorderWidth(info->tip) > scr_width)
482 x = (Position)(scr_width - XtWidth(info->tip) - XtBorderWidth(info->tip));
489 if (y + XtHeight(info->tip) + XtBorderWidth(info->tip) > scr_height)
490 y = (Position)(y - (XtHeight(info->tip) + XtBorderWidth(info->tip) +
H A DDisplayList.c609 xpad = (Position)(XtX(w) + XtBorderWidth(w));
610 ypad = (Position)(XtY(w) + XtBorderWidth(w));
658 xpad = (Position)(XtX(w) + XtBorderWidth(w));
659 ypad = (Position)(XtY(w) + XtBorderWidth(w));
727 xpad = (Position)(XtX(w) + XtBorderWidth(w));
728 ypad = (Position)(XtY(w) + XtBorderWidth(w));
836 xpad = (Position)(XtX(w) + XtBorderWidth(w));
837 ypad = (Position)(XtY(w) + XtBorderWidth(w));
961 xpad = (Position)(XtX(w) + XtBorderWidth(w));
962 ypad = (Position)(XtY(w) + XtBorderWidth(
[all...]
H A DSimpleMenu.c1397 int width = XtWidth(w) + (XtBorderWidth(w) << 1);
1398 int height = XtHeight(w) + (XtBorderWidth(w) << 1);
1561 XtX(w) + XtWidth(w) + (XtBorderWidth(w)) > x_root) {
1570 move = x_loc - XtWidth(entry) - XtX(entry) + XtBorderWidth(w);
1575 (XtX(w) + XtWidth(w) + (XtBorderWidth(w) << 1));
1581 (XtX(w) + XtWidth(w) + (XtBorderWidth(w) << 1));
1595 move = x_loc + XtBorderWidth(w);
1598 move = x_loc + XtBorderWidth(w);
1772 (Position)(XtY(entry) - XtBorderWidth(menu)),
1777 (Position)(XtY(entry) - XtBorderWidth(men
[all...]
H A DPaned.c811 XtWidth(grip) - (XtBorderWidth(grip) << 1);
813 (XtHeight(grip) >> 1) - XtBorderWidth(grip) +
823 (XtWidth(grip) >> 1) - XtBorderWidth(grip) +
826 XtHeight(grip) - (XtBorderWidth(grip) << 1);
H A DText.c742 x = (Position)(-XtBorderWidth(hbar));
743 y = (Position)(XtHeight(ctx) - XtHeight(hbar) - XtBorderWidth(hbar));
745 width = (Dimension)(XtWidth(ctx) - XtWidth(vbar) - XtBorderWidth(vbar));
753 XtConfigureWidget(hbar, x, y, width, height, XtBorderWidth(hbar));
776 x = y = (Position)(-XtBorderWidth(vbar));
780 XtConfigureWidget(vbar, x, y, width, height, XtBorderWidth(vbar));
796 ctx->text.r_margin.left += (Position) (XtWidth(vbar) + XtBorderWidth(vbar));
828 ctx->text.r_margin.left = (Position)(ctx->text.r_margin.left - (XtWidth(vbar) + XtBorderWidth(vbar)));
855 bottom = ctx->text.r_margin.bottom + XtHeight(hbar) + XtBorderWidth(hbar);
889 + XtBorderWidth(hba
[all...]

Completed in 15 milliseconds