Searched defs:gw (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DScrollbar.c400 static void Realize( gw, valueMask, attributes )
401 Widget gw;
405 ScrollbarWidget w = (ScrollbarWidget) gw;
412 XtVaSetValues(gw, XtNcursor, w->scrollbar.inactiveCursor, NULL);
419 (gw, valueMask, attributes);
466 static void Resize( gw )
467 Widget gw;
471 SetDimensions( (ScrollbarWidget)gw );
472 Redisplay( gw, (XEvent*)NULL, (Region)NULL );
477 static void Redisplay( gw, even
752 XawScrollbarSetThumb(Widget gw, double top, double shown) argument
[all...]
H A DViewport.c1022 XawViewportSetLocation (Widget gw, argument
1029 XawViewportSetLocation (gw, xoff, yoff)
1030 Widget gw;
1034 ViewportWidget w = (ViewportWidget) gw;
1057 XawViewportSetCoordinates (Widget gw, argument
1064 XawViewportSetCoordinates (gw, x, y)
1065 Widget gw;
1069 ViewportWidget w = (ViewportWidget) gw;

Completed in 13 milliseconds