Searched defs:sw (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | Vendor.c | 379 ShellWidget sw = (ShellWidget) w; local 386 for( i = 0; i < sw->composite.num_children; i++ ) { 387 if( XtIsManaged( sw->composite.children[ i ] ) ) { 388 childwid = sw->composite.children[ i ]; 389 XtResizeWidget( childwid, sw->core.width, core_height,
|
H A D | Box.c | 241 Dimension sw = lw, sh = lh; local 245 while (sh < height && sw > width) { 246 width_needed = sw; 247 DoLayout(bbw, sw-1, height, &sw, &sh, False); 249 if (sh < height) width_needed = sw;
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Box.c | 213 Dimension sw = lw, sh = lh; local 217 while (sh < height && sw > width) { 218 width_needed = sw; 219 DoLayout(bbw, sw-1, height, &sw, &sh, False); 221 if (sh < height) width_needed = sw;
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/ |
H A D | DPSScrollWP.h | 137 DPSScrolledWindowPart sw; member in struct:_DPSScrolledWindowRec
|
Completed in 16 milliseconds