Searched refs:sw (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DDPSScrollW.c91 #define Offset(field) XtOffsetOf(DPSScrolledWindowRec, sw.field)
533 if (dsw->sw.doing_feedback && dsw->sw.feedback_pixmap != None) {
536 if (dsw->sw.pixmap_width == dsw->sw.drawing_area->core.width) *dx = 0;
537 else *dx = -dsw->sw.origin_x;
538 if (dsw->sw.pixmap_height == dsw->sw.drawing_area->core.height) *dy = 0;
539 else *dy = CEIL(dsw->sw.drawing_height) - dsw->sw
[all...]
/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 2854 milliseconds