Searched defs:drawable (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkUtil.c | 32 * A rectangle "width" pixels wide is drawn in "drawable", 39 Tk_DrawFocusHighlight(tkwin, gc, width, drawable) 45 Drawable drawable; /* Where to draw the ring (typically a 66 XFillRectangles(Tk_Display(tkwin), drawable, gc, rects, 4); 65 XFillRectangles(Tk_Display(tkwin), drawable, gc, rects, 4); local
|
H A D | tk3d.c | 216 * Graphics are drawn in drawable. 222 Tk_3DVerticalBevel(tkwin, drawable, border, x, y, width, height, 225 Drawable drawable; /* X window or pixmap in which to draw. */ 244 XFillRectangle(display, drawable, 248 XFillRectangle(display, drawable, 261 XFillRectangle(display, drawable, left, x, y, (unsigned) half, 263 XFillRectangle(display, drawable, right, x+half, y, 270 XFillRectangle(display, drawable, borderPtr->bgGC, x, y, 295 Tk_3DHorizontalBevel(tkwin, drawable, border, x, y, width, height, 298 Drawable drawable; /* 953 XFillRectangle(Tk_Display(tkwin), drawable, borderPtr->bgGC, local 997 XFillPolygon(Tk_Display(tkwin), drawable, borderPtr->bgGC, local [all...] |
Completed in 20 milliseconds