|
NAMEXSetArcMode, XSetSubwindowMode, XSetGraphicsExposure - GC convenience routinesSYNTAXint 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); ARGUMENTS
DESCRIPTIONThe 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. DIAGNOSTICS
SEE ALSOXCopyArea(3), XCreateGC(3), XQueryBestSize(3), XSetClipOrigin(3), XSetFillStyle(3), XSetFont(3), XSetLineAttributes(3), XSetState(3), XSetTile(3)Xlib - C Language X Interface
Visit the GSP FreeBSD Man Page Interface. |