XSetArcMode(3) | XLIB FUNCTIONS | XSetArcMode(3) |
XSetArcMode, XSetSubwindowMode, XSetGraphicsExposure - GC convenience routines
int XSetArcMode(Display *display, GC gc, int arc_mode);
int XSetSubwindowMode(Display *display, GC gc, int subwindow_mode);
int XSetGraphicsExposures(Display *display, GC gc, Bool graphics_exposures);
The XSetArcMode function sets the arc mode in the specified GC.
XSetArcMode can generate BadAlloc, BadGC, and BadValue errors.
The XSetSubwindowMode function sets the subwindow mode in the specified GC.
XSetSubwindowMode can generate BadAlloc, BadGC, and BadValue errors.
The XSetGraphicsExposures function sets the graphics-exposures flag in the specified GC.
XSetGraphicsExposures can generate BadAlloc, BadGC, and BadValue errors.
XCopyArea(3), XCreateGC(3), XQueryBestSize(3), XSetClipOrigin(3),
XSetFillStyle(3), XSetFont(3), XSetLineAttributes(3), XSetState(3),
XSetTile(3)
Xlib - C Language X Interface
libX11 1.6.7 | X Version 11 |