Searched refs:rbox (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c2020 XtWidgetGeometry rbox; local
2025 rbox.width = 0;
2028 AssignMax(rbox.width, lt->textWidth + ctx->text.margin.left);
2030 rbox.width += ctx->text.margin.right;
2031 if (rbox.width > ctx->core.width) { /* Only get wider. */
2032 rbox.request_mode = CWWidth;
2033 if (XtMakeGeometryRequest(w, &rbox, &rbox) == XtGeometryAlmost)
2034 (void) XtMakeGeometryRequest(w, &rbox, &rbox);
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c2411 XtWidgetGeometry rbox, return_geom; local
2416 rbox.width = 0;
2420 if ((int)(lt->textWidth + ctx->text.margin.left) > (int)rbox.width)
2421 rbox.width = lt->textWidth + ctx->text.margin.left;
2424 rbox.width += ctx->text.margin.right;
2425 if (rbox.width > ctx->core.width) { /* Only get wider. */
2426 rbox.request_mode = CWWidth;
2427 if (XtMakeGeometryRequest(w, &rbox, &return_geom) == XtGeometryAlmost)
2444 rbox.request_mode = CWHeight;
2445 rbox
[all...]

Completed in 30 milliseconds