Lines Matching defs:dw
404 ScrollbarWidget dw = (ScrollbarWidget) desired;
411 if (dw->scrollbar.top < 0.0 || dw->scrollbar.top > 1.0)
412 dw->scrollbar.top = w->scrollbar.top;
414 if (dw->scrollbar.shown < 0.0 || dw->scrollbar.shown > 1.0)
415 dw->scrollbar.shown = w->scrollbar.shown;
422 if ( (w->scrollbar.foreground != dw->scrollbar.foreground) ||
423 (w->core.background_pixel != dw->core.background_pixel) ||
424 (w->scrollbar.thumb != dw->scrollbar.thumb) )
427 CreateGC( (Widget) dw);
430 if (w->scrollbar.top != dw->scrollbar.top ||
431 w->scrollbar.shown != dw->scrollbar.shown)