Lines Matching refs:border_width
84 bw2 = old->border_width << 1;
90 bw2 = r->rectangle.border_width << 1;
271 && widget->core.border_width != request->border_width) {
273 "Asking for a change in border_width: from %d to %d.\n",
274 widget->core.border_width,
275 request->border_width));
292 req.changes.border_width = widget->core.border_width;
319 widget->core.border_width = request->border_width;
433 if (req.changes.border_width != widget->core.border_width) {
435 req.changes.border_width = widget->core.border_width;
437 "border_width changing to %d\n",
438 widget->core.border_width));
594 req.changes.border_width = w->core.border_width;
668 if ((old.border_width = w->core.border_width) != borderWidth) {
669 CALLGEOTAT(_XtGeoTrace(w, "border_width move from %d to %d\n",
670 w->core.border_width, borderWidth));
671 req.changes.border_width = w->core.border_width =
727 w->core.border_width);
750 *rootx = (Position) (*rootx + w->core.x + w->core.border_width);
751 *rooty = (Position) (*rooty + w->core.y + w->core.border_width);
762 *rootx = (Position) (*rootx + x2 + w->core.border_width);
763 *rooty = (Position) (*rooty + y2 + w->core.border_width);
815 " border_width = %d\n",
816 intended->border_width));
851 FillIn(CWBorderWidth, border_width);