Searched refs:borderWidth (Results 1 - 5 of 5) 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;
/solaris-x11-s11/open-src/proto/sun-ext-protos/include/
H A Dtransovlstr.h182 CARD16 borderWidth B16;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibint.c1020 ev->border_width = event->u.createNotify.borderWidth;
1076 ev->border_width = event->u.configureNotify.borderWidth;
1091 ev->border_width = event->u.configureRequest.borderWidth;
/solaris-x11-s11/open-src/lib/libXext/sun-src/src/
H A DTransOvl.c882 req->borderWidth = border_width;

Completed in 24 milliseconds