XSetArcMode
NAMESYNTAX
ARGUMENTS
DESCRIPTION
DIAGNOSTICS
SEE ALSO
NAME
XSetArcMode, XSetSubwindowMode, XSetGraphicsExposure − GC convenience routines
SYNTAX
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); |
ARGUMENTS
arc_mode |
Specifies the arc mode. You can pass ArcChord or ArcPieSlice. | ||
display |
Specifies the connection to the X server. | ||
gc |
Specifies the GC. |
graphics_exposures
Specifies a Boolean value that indicates whether you want GraphicsExpose and NoExpose events to be reported when calling XCopyArea and XCopyPlane with this GC.
subwindow_mode
Specifies the subwindow mode. You can pass ClipByChildren or IncludeInferiors.
DESCRIPTION
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.
DIAGNOSTICS
BadAlloc |
The server failed to allocate the requested resource or server memory. | ||
BadGC |
A value for a GContext argument does not name a defined GContext. | ||
BadValue |
Some numeric value falls outside the range of values accepted by the request. Unless a specific range is specified for an argument, the full range defined by the argument’s type is accepted. Any argument defined as a set of alternatives can generate this error. |
SEE ALSO
XCopyArea(3),
XCreateGC(3), XQueryBestSize(3), XSetClipOrigin(3),
XSetFillStyle(3), XSetFont(3), XSetLineAttributes(3),
XSetState(3), XSetTile(3)
Xlib − C Language X Interface
More Linux Commands
manpages/kfind.1.html
kfind(1) - file find utility for KDE - Linux manual page....
The Find Files tool is a useful method of searching for specific files on your computer, or for searching for files that match a pattern. An example of this cou
manpages/scandir.3.html
scandir(3) - scan a directory for matching entries (ManPage)
scandir.3 - The scandir() function scans the directory dirp, calling filter() on each directory entry. Entries for which filter() returns nonzero are stored in
manpages/timelocal.3.html
timelocal(3) - inverses of gmtime and localtime (Man Page)
The functions timelocal() and timegm() are the inverses of localtime(3) and gmtime(3). CONFORMING TO These functions are nonstandard GNU extensions that are als
manpages/innxbatch.8.html
innxbatch(8) - send xbatched Usenet articles to a remote NNT
Innxbatch connects to the NNTP server at the specified host and sends it the specified xbatch files, using the XBATCH extension to the NNTP protocol. It is norm
manpages/open_by_handle_at.2.html
open_by_handle_at(2) obtain handle for a pathname and open f
The name_to_handle_at() and open_by_handle_at() system calls split the functionality of openat(2) into two parts: name_to_handle_at() returns an opaque handle t
manpages/Net::servent.3pm.html
Net::servent(3pm) - by-name interface to Perl's built-in get
This modules default exports override the core getservent(), getservbyname(), and getnetbyport() functions, replacing them with versions that return Net::serven
manpages/asn1Coding.1.html
asn1Coding(1) - ASN.1 DER encoder - Linux manual page.......
Generates a DER encoding of ASN.1 DEFINITIONS file and ASSIGNMENTS file with value assignments. Mandatory arguments to long options are mandatory for short opti
manpages/snapper-configs.5.html
snapper-configs(5) Configuration files for snapper configs
Each file /etc/snapper/configs/* describes a snapper config. VARIABLES The following is a list of variables that can be present in the configuration file. Boole
manpages/iptraf-ng.8.html
iptraf-ng(8) Interactive Colorful IP LAN Monitor (Man Page)
iptraf is an ncurses-based IP LAN monitor that generates various network statistics including TCP info, UDP counts, ICMP and OSPF information, Ethernet load inf
manpages/Tcl_EvalTokensStandard.3.html
Tcl_EvalTokensStandard(3) - parse Tcl scripts and expression
These procedures parse Tcl commands or portions of Tcl commands such as expressions or references to variables. Each procedure takes a pointer to a script (or p
manpages/ckfree.3.html
ckfree(3) - allocate or free heap memory - Linux man page...
These procedures provide a platform and compiler independent interface for memory allocation. Programs that need to transfer ownership of memory blocks between
manpages/pamfixtrunc.1.html
pamfixtrunc(1) - repair a Netpbm image whose file is truncat
A convenient way to read and write the PAM format accurately is via the libnetpbm(3) C subroutine library. A PAM file consists of a sequence of one or more ...
