Lines Matching refs:border_width
168 bw = widget->core.width + 2*widget->core.border_width + h_space;
206 bh = widget->core.height + 2*widget->core.border_width;
490 request->border_width = w->core.border_width;
495 borderWidth = w->core.border_width;
498 w->core.border_width = request->border_width;
508 if (((request->width + request->border_width <= width + borderWidth) &&
509 (request->height + request->border_width <= height + borderWidth))
522 w->core.border_width = borderWidth;