Searched defs:sw (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DVendor.c379 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 DBox.c241 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 DXaw3_1Box.c213 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 DDPSScrollWP.h137 DPSScrolledWindowPart sw; member in struct:_DPSScrolledWindowRec

Completed in 15 milliseconds