Searched refs:width_needed (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Box.c | 214 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 D | Box.c | 242 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 17 milliseconds