Searched refs:thumb (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1ScrollbarP.h | 37 Pixel foreground; /* thumb foreground color */ 42 Pixmap thumb; /* thumb color */ member in struct:__anon314 53 Dimension min_thumb; /* minium size for the thumb. */
|
H A D | Xaw3_1Scrollbar.c | 75 Offset(scrollbar.thumb), XtRImmediate, (XtPointer) XtUnspecifiedPixmap}, 215 static void FillArea(w, top, bottom, thumb) 218 int thumb; 224 switch(thumb) { 249 /* Paint the thumb in the area specified by w->top and 319 if (sbw->scrollbar.thumb == XtUnspecifiedPixmap) { 320 sbw->scrollbar.thumb = XmuCreateStippledPixmap (XtScreen(w), 324 else if (sbw->scrollbar.thumb != None) { 328 if (XGetGeometry(XtDisplay(w), sbw->scrollbar.thumb, &root, &x, &y, 331 "Scrollbar Widget: Could not get geometry of thumb pixma [all...] |
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | ScrollbarP.h | 62 Pixel foreground; /* thumb foreground color */ 67 Pixmap thumb; /* thumb color */ member in struct:__anon382 78 Dimension min_thumb; /* minium size for the thumb. */
|
H A D | Scrollbar.c | 95 Offset(scrollbar.thumb), XtRImmediate, (XtPointer) XtUnspecifiedPixmap}, 236 static void FillArea(w, top, bottom, thumb) 239 int thumb; 245 switch(thumb) { 270 /* Paint the thumb in the area specified by w->top and 340 if (sbw->scrollbar.thumb == XtUnspecifiedPixmap) { 341 sbw->scrollbar.thumb = XmuCreateStippledPixmap (XtScreen(w), 345 else if (sbw->scrollbar.thumb != None) { 349 if (XGetGeometry(XtDisplay(w), sbw->scrollbar.thumb, &root, &x, &y, 352 "Scrollbar Widget: Could not get geometry of thumb pixma [all...] |
Completed in 15 milliseconds