Searched defs:borderWidth (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Box.c473 Dimension width, height, borderWidth; local
495 borderWidth = w->core.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;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DBox.c502 Dimension width, height, borderWidth; local
524 borderWidth = w->core.border_width;
537 if (((request->width + request->border_width <= width + borderWidth) &&
538 (request->height + request->border_width <= height + borderWidth))
551 w->core.border_width = borderWidth;

Completed in 12 milliseconds