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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Box.c214 Dimension width_needed; local
218 width_needed = sw;
221 if (sh < height) width_needed = sw;
222 if (width_needed != lw) {
223 DoLayout(bbw,width_needed,height,reply_width,reply_height,position);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DBox.c242 Dimension width_needed; local
246 width_needed = sw;
249 if (sh < height) width_needed = sw;
250 if (width_needed != lw) {
251 DoLayout(bbw,width_needed,height,reply_width,reply_height,position);

Completed in 34 milliseconds