diff options
Diffstat (limited to 'lib/libX11/man/XSetArcMode.man')
-rw-r--r-- | lib/libX11/man/XSetArcMode.man | 98 |
1 files changed, 33 insertions, 65 deletions
diff --git a/lib/libX11/man/XSetArcMode.man b/lib/libX11/man/XSetArcMode.man index 18326f0dd..81afb132d 100644 --- a/lib/libX11/man/XSetArcMode.man +++ b/lib/libX11/man/XSetArcMode.man @@ -38,134 +38,102 @@ .\" to this documentation without specific, written prior permission. .\" Digital and Tektronix makes no representations about the suitability .\" of this documentation for any purpose. -.\" It is provided ``as is'' without express or implied warranty. -.\" +.\" It is provided "as is" without express or implied warranty. +.\" .\" .ds xT X Toolkit Intrinsics \- C Language Interface .ds xW Athena X Widgets \- C Language X Toolkit Interface .ds xL Xlib \- C Language X Interface .ds xC Inter-Client Communication Conventions Manual -.na -.de Ds -.nf -.\\$1D \\$2 \\$1 -.ft CW -.\".ps \\n(PS -.\".if \\n(VS>=40 .vs \\n(VSu -.\".if \\n(VS<=39 .vs \\n(VSp -.. -.de De -.ce 0 -.if \\n(BD .DF -.nr BD 0 -.in \\n(OIu -.if \\n(TM .ls 2 -.sp \\n(DDu -.fi -.. -.de IN \" send an index entry to the stderr -.. -.de Pn -.ie t \\$1\fB\^\\$2\^\fR\\$3 -.el \\$1\fI\^\\$2\^\fP\\$3 -.. -.de ZN -.ie t \fB\^\\$1\^\fR\\$2 -.el \fI\^\\$1\^\fP\\$2 -.. -.de hN -.ie t <\fB\\$1\fR>\\$2 -.el <\fI\\$1\fP>\\$2 -.. -.ny0 .TH XSetArcMode __libmansuffix__ __xorgversion__ "XLIB FUNCTIONS" .SH NAME XSetArcMode, XSetSubwindowMode, XSetGraphicsExposure \- GC convenience routines .SH SYNTAX .HP int XSetArcMode\^(\^Display *\fIdisplay\fP\^, GC \fIgc\fP\^, int -\fIarc_mode\fP\^); +\fIarc_mode\fP\^); .HP int XSetSubwindowMode\^(\^Display *\fIdisplay\fP\^, GC \fIgc\fP\^, int -\fIsubwindow_mode\fP\^); +\fIsubwindow_mode\fP\^); .HP int XSetGraphicsExposures\^(\^Display *\fIdisplay\fP\^, GC \fIgc\fP\^, Bool -\fIgraphics_exposures\fP\^); +\fIgraphics_exposures\fP\^); .SH ARGUMENTS .IP \fIarc_mode\fP 1i Specifies the arc mode. You can pass -.ZN ArcChord +.B ArcChord or -.ZN ArcPieSlice . +.BR ArcPieSlice . .IP \fIdisplay\fP 1i Specifies the connection to the X server. .IP \fIgc\fP 1i Specifies the GC. .IP \fIgraphics_exposures\fP 1i Specifies a Boolean value that indicates whether you want -.ZN GraphicsExpose +.B GraphicsExpose and -.ZN NoExpose +.B NoExpose events to be reported when calling -.ZN XCopyArea +.B XCopyArea and -.ZN XCopyPlane +.B XCopyPlane with this GC. .IP \fIsubwindow_mode\fP 1i Specifies the subwindow mode. You can pass -.ZN ClipByChildren +.B ClipByChildren or -.ZN IncludeInferiors . +.BR IncludeInferiors . .SH DESCRIPTION The -.ZN XSetArcMode +.B XSetArcMode function sets the arc mode in the specified GC. .LP -.ZN XSetArcMode +.B XSetArcMode can generate -.ZN BadAlloc , -.ZN BadGC , +.BR BadAlloc , +.BR BadGC , and -.ZN BadValue +.B BadValue errors. .LP The -.ZN XSetSubwindowMode +.B XSetSubwindowMode function sets the subwindow mode in the specified GC. .LP -.ZN XSetSubwindowMode +.B XSetSubwindowMode can generate -.ZN BadAlloc , -.ZN BadGC , +.BR BadAlloc , +.BR BadGC , and -.ZN BadValue +.B BadValue errors. .LP The -.ZN XSetGraphicsExposures +.B XSetGraphicsExposures function sets the graphics-exposures flag in the specified GC. .LP -.ZN XSetGraphicsExposures +.B XSetGraphicsExposures can generate -.ZN BadAlloc , -.ZN BadGC , +.BR BadAlloc , +.BR BadGC , and -.ZN BadValue +.B BadValue errors. .SH DIAGNOSTICS .TP 1i -.ZN BadAlloc +.B BadAlloc The server failed to allocate the requested resource or server memory. .TP 1i -.ZN BadGC +.B BadGC A value for a GContext argument does not name a defined GContext. .TP 1i -.ZN BadValue +.B 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 +by the argument's type is accepted. +Any argument defined as a set of alternatives can generate this error. .SH "SEE ALSO" XCopyArea(__libmansuffix__), |