mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2025-12-20 03:30:27 +01:00
man pages: Use .BR markup for references to other man pages
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/lib/libx11/-/merge_requests/286>
This commit is contained in:
parent
d71dbf816b
commit
e003f52661
169 changed files with 1344 additions and 1344 deletions
|
|
@ -277,9 +277,9 @@ The
|
|||
.B VendorRelease
|
||||
macro returns a number related to a vendor's release of the X server.
|
||||
.SH "SEE ALSO"
|
||||
BlackPixelOfScreen(__libmansuffix__),
|
||||
ImageByteOrder(__libmansuffix__),
|
||||
IsCursorKey(__libmansuffix__),
|
||||
XOpenDisplay(__libmansuffix__)
|
||||
.BR BlackPixelOfScreen (__libmansuffix__),
|
||||
.BR ImageByteOrder (__libmansuffix__),
|
||||
.BR IsCursorKey (__libmansuffix__),
|
||||
.BR XOpenDisplay (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -186,8 +186,8 @@ The
|
|||
.B WidthMMOfScreen
|
||||
macro returns the width of the specified screen in millimeters.
|
||||
.SH "SEE ALSO"
|
||||
AllPlanes(__libmansuffix__),
|
||||
ImageByteOrder(__libmansuffix__),
|
||||
IsCursorKey(__libmansuffix__)
|
||||
.BR AllPlanes (__libmansuffix__),
|
||||
.BR ImageByteOrder (__libmansuffix__),
|
||||
.BR IsCursorKey (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -85,10 +85,10 @@ The
|
|||
macro returns the client white point of the screen associated with
|
||||
the specified CCC.
|
||||
.SH "SEE ALSO"
|
||||
XcmsCCCOfColormap(__libmansuffix__),
|
||||
XcmsConvertColors(__libmansuffix__),
|
||||
XcmsCreateCCC(__libmansuffix__),
|
||||
XcmsDefaultCCC(__libmansuffix__),
|
||||
XcmsSetWhitePoint(__libmansuffix__)
|
||||
.BR XcmsCCCOfColormap (__libmansuffix__),
|
||||
.BR XcmsConvertColors (__libmansuffix__),
|
||||
.BR XcmsCreateCCC (__libmansuffix__),
|
||||
.BR XcmsDefaultCCC (__libmansuffix__),
|
||||
.BR XcmsSetWhitePoint (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -140,9 +140,9 @@ typedef struct {
|
|||
} XPixmapFormatValues;
|
||||
.EE
|
||||
.SH "SEE ALSO"
|
||||
AllPlanes(__libmansuffix__),
|
||||
BlackPixelOfScreen(__libmansuffix__),
|
||||
IsCursorKey(__libmansuffix__),
|
||||
XFree(__libmansuffix__)
|
||||
.BR AllPlanes (__libmansuffix__),
|
||||
.BR BlackPixelOfScreen (__libmansuffix__),
|
||||
.BR IsCursorKey (__libmansuffix__),
|
||||
.BR XFree (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -108,9 +108,9 @@ macro returns
|
|||
.B True
|
||||
if the specified KeySym is a vendor-private keypad key.
|
||||
.SH "SEE ALSO"
|
||||
XkbKeyTypesForCoreSymbols(__libmansuffix__),
|
||||
AllPlanes(__libmansuffix__),
|
||||
BlackPixelOfScreen(__libmansuffix__),
|
||||
ImageByteOrder(__libmansuffix__)
|
||||
.BR XkbKeyTypesForCoreSymbols (__libmansuffix__),
|
||||
.BR AllPlanes (__libmansuffix__),
|
||||
.BR BlackPixelOfScreen (__libmansuffix__),
|
||||
.BR ImageByteOrder (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -276,6 +276,6 @@ by the argument's type is accepted.
|
|||
Any argument defined as a set of
|
||||
alternatives can generate this error.
|
||||
.SH "SEE ALSO"
|
||||
XFree(__libmansuffix__)
|
||||
.BR XFree (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -150,19 +150,19 @@ The server failed to allocate the requested resource or server memory.
|
|||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
.na
|
||||
XAllocIconSize(__libmansuffix__),
|
||||
XAllocSizeHints(__libmansuffix__),
|
||||
XAllocWMHints(__libmansuffix__),
|
||||
XFree(__libmansuffix__),
|
||||
XSetCommand(__libmansuffix__),
|
||||
XSetTransientForHint(__libmansuffix__),
|
||||
XSetTextProperty(__libmansuffix__),
|
||||
XSetWMClientMachine(__libmansuffix__),
|
||||
XSetWMColormapWindows(__libmansuffix__),
|
||||
XSetWMIconName(__libmansuffix__),
|
||||
XSetWMName(__libmansuffix__),
|
||||
XSetWMProperties(__libmansuffix__),
|
||||
XSetWMProtocols(__libmansuffix__),
|
||||
XStringListToTextProperty(__libmansuffix__)
|
||||
.BR XAllocIconSize (__libmansuffix__),
|
||||
.BR XAllocSizeHints (__libmansuffix__),
|
||||
.BR XAllocWMHints (__libmansuffix__),
|
||||
.BR XFree (__libmansuffix__),
|
||||
.BR XSetCommand (__libmansuffix__),
|
||||
.BR XSetTransientForHint (__libmansuffix__),
|
||||
.BR XSetTextProperty (__libmansuffix__),
|
||||
.BR XSetWMClientMachine (__libmansuffix__),
|
||||
.BR XSetWMColormapWindows (__libmansuffix__),
|
||||
.BR XSetWMIconName (__libmansuffix__),
|
||||
.BR XSetWMName (__libmansuffix__),
|
||||
.BR XSetWMProperties (__libmansuffix__),
|
||||
.BR XSetWMProtocols (__libmansuffix__),
|
||||
.BR XStringListToTextProperty (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -339,8 +339,8 @@ by the argument's type is accepted.
|
|||
Any argument defined as a set of
|
||||
alternatives can generate this error.
|
||||
.SH "SEE ALSO"
|
||||
XCreateColormap(__libmansuffix__),
|
||||
XQueryColor(__libmansuffix__),
|
||||
XStoreColors(__libmansuffix__)
|
||||
.BR XCreateColormap (__libmansuffix__),
|
||||
.BR XQueryColor (__libmansuffix__),
|
||||
.BR XStoreColors (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -146,19 +146,19 @@ The server failed to allocate the requested resource or server memory.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XAllocClassHint(__libmansuffix__),
|
||||
XAllocSizeHints(__libmansuffix__),
|
||||
XAllocWMHints(__libmansuffix__),
|
||||
XFree(__libmansuffix__),
|
||||
XSetCommand(__libmansuffix__),
|
||||
XSetTransientForHint(__libmansuffix__),
|
||||
XSetTextProperty(__libmansuffix__),
|
||||
XSetWMClientMachine(__libmansuffix__),
|
||||
XSetWMColormapWindows(__libmansuffix__),
|
||||
XSetWMIconName(__libmansuffix__),
|
||||
XSetWMName(__libmansuffix__),
|
||||
XSetWMProperties(__libmansuffix__),
|
||||
XSetWMProtocols(__libmansuffix__),
|
||||
XStringListToTextProperty(__libmansuffix__)
|
||||
.BR XAllocClassHint (__libmansuffix__),
|
||||
.BR XAllocSizeHints (__libmansuffix__),
|
||||
.BR XAllocWMHints (__libmansuffix__),
|
||||
.BR XFree (__libmansuffix__),
|
||||
.BR XSetCommand (__libmansuffix__),
|
||||
.BR XSetTransientForHint (__libmansuffix__),
|
||||
.BR XSetTextProperty (__libmansuffix__),
|
||||
.BR XSetWMClientMachine (__libmansuffix__),
|
||||
.BR XSetWMColormapWindows (__libmansuffix__),
|
||||
.BR XSetWMIconName (__libmansuffix__),
|
||||
.BR XSetWMName (__libmansuffix__),
|
||||
.BR XSetWMProperties (__libmansuffix__),
|
||||
.BR XSetWMProtocols (__libmansuffix__),
|
||||
.BR XStringListToTextProperty (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -395,19 +395,19 @@ A value for an Atom argument does not name a defined Atom.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XAllocClassHint(__libmansuffix__),
|
||||
XAllocIconSize(__libmansuffix__),
|
||||
XAllocWMHints(__libmansuffix__),
|
||||
XFree(__libmansuffix__),
|
||||
XSetCommand(__libmansuffix__),
|
||||
XSetTransientForHint(__libmansuffix__),
|
||||
XSetTextProperty(__libmansuffix__),
|
||||
XSetWMClientMachine(__libmansuffix__),
|
||||
XSetWMColormapWindows(__libmansuffix__),
|
||||
XSetWMIconName(__libmansuffix__),
|
||||
XSetWMName(__libmansuffix__),
|
||||
XSetWMProperties(__libmansuffix__),
|
||||
XSetWMProtocols(__libmansuffix__),
|
||||
XStringListToTextProperty(__libmansuffix__)
|
||||
.BR XAllocClassHint (__libmansuffix__),
|
||||
.BR XAllocIconSize (__libmansuffix__),
|
||||
.BR XAllocWMHints (__libmansuffix__),
|
||||
.BR XFree (__libmansuffix__),
|
||||
.BR XSetCommand (__libmansuffix__),
|
||||
.BR XSetTransientForHint (__libmansuffix__),
|
||||
.BR XSetTextProperty (__libmansuffix__),
|
||||
.BR XSetWMClientMachine (__libmansuffix__),
|
||||
.BR XSetWMColormapWindows (__libmansuffix__),
|
||||
.BR XSetWMIconName (__libmansuffix__),
|
||||
.BR XSetWMName (__libmansuffix__),
|
||||
.BR XSetWMProperties (__libmansuffix__),
|
||||
.BR XSetWMProtocols (__libmansuffix__),
|
||||
.BR XStringListToTextProperty (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -294,9 +294,9 @@ A value for an Atom argument does not name a defined Atom.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XAllocColor(__libmansuffix__),
|
||||
XCreateColormap(__libmansuffix__),
|
||||
XFree(__libmansuffix__),
|
||||
XSetCloseDownMode(__libmansuffix__)
|
||||
.BR XAllocColor (__libmansuffix__),
|
||||
.BR XCreateColormap (__libmansuffix__),
|
||||
.BR XFree (__libmansuffix__),
|
||||
.BR XSetCloseDownMode (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -311,19 +311,19 @@ The server failed to allocate the requested resource or server memory.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XAllocClassHint(__libmansuffix__),
|
||||
XAllocIconSize(__libmansuffix__),
|
||||
XAllocSizeHints(__libmansuffix__),
|
||||
XFree(__libmansuffix__),
|
||||
XSetCommand(__libmansuffix__),
|
||||
XSetTransientForHint(__libmansuffix__),
|
||||
XSetTextProperty(__libmansuffix__),
|
||||
XSetWMClientMachine(__libmansuffix__),
|
||||
XSetWMColormapWindows(__libmansuffix__),
|
||||
XSetWMIconName(__libmansuffix__),
|
||||
XSetWMName(__libmansuffix__),
|
||||
XSetWMProperties(__libmansuffix__),
|
||||
XSetWMProtocols(__libmansuffix__),
|
||||
XStringListToTextProperty(__libmansuffix__)
|
||||
.BR XAllocClassHint (__libmansuffix__),
|
||||
.BR XAllocIconSize (__libmansuffix__),
|
||||
.BR XAllocSizeHints (__libmansuffix__),
|
||||
.BR XFree (__libmansuffix__),
|
||||
.BR XSetCommand (__libmansuffix__),
|
||||
.BR XSetTransientForHint (__libmansuffix__),
|
||||
.BR XSetTextProperty (__libmansuffix__),
|
||||
.BR XSetWMClientMachine (__libmansuffix__),
|
||||
.BR XSetWMColormapWindows (__libmansuffix__),
|
||||
.BR XSetWMIconName (__libmansuffix__),
|
||||
.BR XSetWMName (__libmansuffix__),
|
||||
.BR XSetWMProperties (__libmansuffix__),
|
||||
.BR XSetWMProtocols (__libmansuffix__),
|
||||
.BR XStringListToTextProperty (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -144,30 +144,30 @@ which is the time at which an event occurred.
|
|||
In addition, a pointer to the generic event must be cast before it
|
||||
is used to access any other information in the structure.
|
||||
.SH "SEE ALSO"
|
||||
XButtonEvent(__libmansuffix__),
|
||||
XCreateWindowEvent(__libmansuffix__),
|
||||
XCirculateEvent(__libmansuffix__),
|
||||
XCirculateRequestEvent(__libmansuffix__),
|
||||
XColormapEvent(__libmansuffix__),
|
||||
XConfigureEvent(__libmansuffix__),
|
||||
XConfigureRequestEvent(__libmansuffix__),
|
||||
XCrossingEvent(__libmansuffix__),
|
||||
XDestroyWindowEvent(__libmansuffix__),
|
||||
XErrorEvent(__libmansuffix__),
|
||||
XExposeEvent(__libmansuffix__),
|
||||
XFocusChangeEvent(__libmansuffix__),
|
||||
XGraphicsExposeEvent(__libmansuffix__),
|
||||
XGravityEvent(__libmansuffix__),
|
||||
XKeymapEvent(__libmansuffix__),
|
||||
XMapEvent(__libmansuffix__),
|
||||
XMapRequestEvent(__libmansuffix__),
|
||||
XPropertyEvent(__libmansuffix__),
|
||||
XReparentEvent(__libmansuffix__),
|
||||
XResizeRequestEvent(__libmansuffix__),
|
||||
XSelectionClearEvent(__libmansuffix__),
|
||||
XSelectionEvent(__libmansuffix__),
|
||||
XSelectionRequestEvent(__libmansuffix__),
|
||||
XUnmapEvent(__libmansuffix__),
|
||||
XVisibilityEvent(__libmansuffix__)
|
||||
.BR XButtonEvent (__libmansuffix__),
|
||||
.BR XCreateWindowEvent (__libmansuffix__),
|
||||
.BR XCirculateEvent (__libmansuffix__),
|
||||
.BR XCirculateRequestEvent (__libmansuffix__),
|
||||
.BR XColormapEvent (__libmansuffix__),
|
||||
.BR XConfigureEvent (__libmansuffix__),
|
||||
.BR XConfigureRequestEvent (__libmansuffix__),
|
||||
.BR XCrossingEvent (__libmansuffix__),
|
||||
.BR XDestroyWindowEvent (__libmansuffix__),
|
||||
.BR XErrorEvent (__libmansuffix__),
|
||||
.BR XExposeEvent (__libmansuffix__),
|
||||
.BR XFocusChangeEvent (__libmansuffix__),
|
||||
.BR XGraphicsExposeEvent (__libmansuffix__),
|
||||
.BR XGravityEvent (__libmansuffix__),
|
||||
.BR XKeymapEvent (__libmansuffix__),
|
||||
.BR XMapEvent (__libmansuffix__),
|
||||
.BR XMapRequestEvent (__libmansuffix__),
|
||||
.BR XPropertyEvent (__libmansuffix__),
|
||||
.BR XReparentEvent (__libmansuffix__),
|
||||
.BR XResizeRequestEvent (__libmansuffix__),
|
||||
.BR XSelectionClearEvent (__libmansuffix__),
|
||||
.BR XSelectionEvent (__libmansuffix__),
|
||||
.BR XSelectionRequestEvent (__libmansuffix__),
|
||||
.BR XUnmapEvent (__libmansuffix__),
|
||||
.BR XVisibilityEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -226,30 +226,30 @@ It can be set to
|
|||
or
|
||||
.BR NotifyHint .
|
||||
.SH "SEE ALSO"
|
||||
XAnyEvent(__libmansuffix__),
|
||||
XCreateWindowEvent(__libmansuffix__),
|
||||
XCirculateEvent(__libmansuffix__),
|
||||
XCirculateRequestEvent(__libmansuffix__),
|
||||
XColormapEvent(__libmansuffix__),
|
||||
XConfigureEvent(__libmansuffix__),
|
||||
XConfigureRequestEvent(__libmansuffix__),
|
||||
XCrossingEvent(__libmansuffix__),
|
||||
XDestroyWindowEvent(__libmansuffix__),
|
||||
XErrorEvent(__libmansuffix__),
|
||||
XExposeEvent(__libmansuffix__),
|
||||
XFocusChangeEvent(__libmansuffix__),
|
||||
XGraphicsExposeEvent(__libmansuffix__),
|
||||
XGravityEvent(__libmansuffix__),
|
||||
XKeymapEvent(__libmansuffix__),
|
||||
XMapEvent(__libmansuffix__),
|
||||
XMapRequestEvent(__libmansuffix__),
|
||||
XPropertyEvent(__libmansuffix__),
|
||||
XReparentEvent(__libmansuffix__),
|
||||
XResizeRequestEvent(__libmansuffix__),
|
||||
XSelectionClearEvent(__libmansuffix__),
|
||||
XSelectionEvent(__libmansuffix__),
|
||||
XSelectionRequestEvent(__libmansuffix__),
|
||||
XUnmapEvent(__libmansuffix__),
|
||||
XVisibilityEvent(__libmansuffix__)
|
||||
.BR XAnyEvent (__libmansuffix__),
|
||||
.BR XCreateWindowEvent (__libmansuffix__),
|
||||
.BR XCirculateEvent (__libmansuffix__),
|
||||
.BR XCirculateRequestEvent (__libmansuffix__),
|
||||
.BR XColormapEvent (__libmansuffix__),
|
||||
.BR XConfigureEvent (__libmansuffix__),
|
||||
.BR XConfigureRequestEvent (__libmansuffix__),
|
||||
.BR XCrossingEvent (__libmansuffix__),
|
||||
.BR XDestroyWindowEvent (__libmansuffix__),
|
||||
.BR XErrorEvent (__libmansuffix__),
|
||||
.BR XExposeEvent (__libmansuffix__),
|
||||
.BR XFocusChangeEvent (__libmansuffix__),
|
||||
.BR XGraphicsExposeEvent (__libmansuffix__),
|
||||
.BR XGravityEvent (__libmansuffix__),
|
||||
.BR XKeymapEvent (__libmansuffix__),
|
||||
.BR XMapEvent (__libmansuffix__),
|
||||
.BR XMapRequestEvent (__libmansuffix__),
|
||||
.BR XPropertyEvent (__libmansuffix__),
|
||||
.BR XReparentEvent (__libmansuffix__),
|
||||
.BR XResizeRequestEvent (__libmansuffix__),
|
||||
.BR XSelectionClearEvent (__libmansuffix__),
|
||||
.BR XSelectionEvent (__libmansuffix__),
|
||||
.BR XSelectionRequestEvent (__libmansuffix__),
|
||||
.BR XUnmapEvent (__libmansuffix__),
|
||||
.BR XVisibilityEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -343,11 +343,11 @@ by the argument's type is accepted.
|
|||
Any argument defined as a set of
|
||||
alternatives can generate this error.
|
||||
.SH "SEE ALSO"
|
||||
XChangeKeyboardMapping(__libmansuffix__),
|
||||
XkbChangeEnabledControls(__libmansuffix__),
|
||||
XkbBell(__libmansuffix__),
|
||||
XkbDeviceBell(__libmansuffix__),
|
||||
XkbGetMap(__libmansuffix__),
|
||||
XSetPointerMapping(__libmansuffix__)
|
||||
.BR XChangeKeyboardMapping (__libmansuffix__),
|
||||
.BR XkbChangeEnabledControls (__libmansuffix__),
|
||||
.BR XkbBell (__libmansuffix__),
|
||||
.BR XkbDeviceBell (__libmansuffix__),
|
||||
.BR XkbGetMap (__libmansuffix__),
|
||||
.BR XSetPointerMapping (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -345,8 +345,8 @@ by the argument's type is accepted.
|
|||
Any argument defined as a set of
|
||||
alternatives can generate this error.
|
||||
.SH "SEE ALSO"
|
||||
XFree(__libmansuffix__),
|
||||
XkbGetMap(__libmansuffix__),
|
||||
XSetPointerMapping(__libmansuffix__)
|
||||
.BR XFree (__libmansuffix__),
|
||||
.BR XkbGetMap (__libmansuffix__),
|
||||
.BR XSetPointerMapping (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -128,6 +128,6 @@ alternatives can generate this error.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XReparentWindow(__libmansuffix__)
|
||||
.BR XReparentWindow (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -301,12 +301,12 @@ alternatives can generate this error.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XConfigureWindow(__libmansuffix__),
|
||||
XCreateWindow(__libmansuffix__),
|
||||
XDestroyWindow(__libmansuffix__),
|
||||
XInstallColormap(__libmansuffix__),
|
||||
XMapWindow(__libmansuffix__),
|
||||
XRaiseWindow(__libmansuffix__),
|
||||
XUnmapWindow(__libmansuffix__)
|
||||
.BR XConfigureWindow (__libmansuffix__),
|
||||
.BR XCreateWindow (__libmansuffix__),
|
||||
.BR XDestroyWindow (__libmansuffix__),
|
||||
.BR XInstallColormap (__libmansuffix__),
|
||||
.BR XMapWindow (__libmansuffix__),
|
||||
.BR XRaiseWindow (__libmansuffix__),
|
||||
.BR XUnmapWindow (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -106,30 +106,30 @@ If it is
|
|||
.BR PlaceOnBottom ,
|
||||
the window is now below all siblings.
|
||||
.SH "SEE ALSO"
|
||||
XAnyEvent(__libmansuffix__),
|
||||
XButtonEvent(__libmansuffix__),
|
||||
XCreateWindowEvent(__libmansuffix__),
|
||||
XCirculateRequestEvent(__libmansuffix__),
|
||||
XColormapEvent(__libmansuffix__),
|
||||
XConfigureEvent(__libmansuffix__),
|
||||
XConfigureRequestEvent(__libmansuffix__),
|
||||
XCrossingEvent(__libmansuffix__),
|
||||
XDestroyWindowEvent(__libmansuffix__),
|
||||
XErrorEvent(__libmansuffix__),
|
||||
XExposeEvent(__libmansuffix__),
|
||||
XFocusChangeEvent(__libmansuffix__),
|
||||
XGraphicsExposeEvent(__libmansuffix__),
|
||||
XGravityEvent(__libmansuffix__),
|
||||
XKeymapEvent(__libmansuffix__),
|
||||
XMapEvent(__libmansuffix__),
|
||||
XMapRequestEvent(__libmansuffix__),
|
||||
XPropertyEvent(__libmansuffix__),
|
||||
XReparentEvent(__libmansuffix__),
|
||||
XResizeRequestEvent(__libmansuffix__),
|
||||
XSelectionClearEvent(__libmansuffix__),
|
||||
XSelectionEvent(__libmansuffix__),
|
||||
XSelectionRequestEvent(__libmansuffix__),
|
||||
XUnmapEvent(__libmansuffix__),
|
||||
XVisibilityEvent(__libmansuffix__)
|
||||
.BR XAnyEvent (__libmansuffix__),
|
||||
.BR XButtonEvent (__libmansuffix__),
|
||||
.BR XCreateWindowEvent (__libmansuffix__),
|
||||
.BR XCirculateRequestEvent (__libmansuffix__),
|
||||
.BR XColormapEvent (__libmansuffix__),
|
||||
.BR XConfigureEvent (__libmansuffix__),
|
||||
.BR XConfigureRequestEvent (__libmansuffix__),
|
||||
.BR XCrossingEvent (__libmansuffix__),
|
||||
.BR XDestroyWindowEvent (__libmansuffix__),
|
||||
.BR XErrorEvent (__libmansuffix__),
|
||||
.BR XExposeEvent (__libmansuffix__),
|
||||
.BR XFocusChangeEvent (__libmansuffix__),
|
||||
.BR XGraphicsExposeEvent (__libmansuffix__),
|
||||
.BR XGravityEvent (__libmansuffix__),
|
||||
.BR XKeymapEvent (__libmansuffix__),
|
||||
.BR XMapEvent (__libmansuffix__),
|
||||
.BR XMapRequestEvent (__libmansuffix__),
|
||||
.BR XPropertyEvent (__libmansuffix__),
|
||||
.BR XReparentEvent (__libmansuffix__),
|
||||
.BR XResizeRequestEvent (__libmansuffix__),
|
||||
.BR XSelectionClearEvent (__libmansuffix__),
|
||||
.BR XSelectionEvent (__libmansuffix__),
|
||||
.BR XSelectionRequestEvent (__libmansuffix__),
|
||||
.BR XUnmapEvent (__libmansuffix__),
|
||||
.BR XVisibilityEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -101,30 +101,30 @@ If it is
|
|||
.BR PlaceOnBottom ,
|
||||
the subwindow should be below all siblings.
|
||||
.SH "SEE ALSO"
|
||||
XAnyEvent(__libmansuffix__),
|
||||
XButtonEvent(__libmansuffix__),
|
||||
XCreateWindowEvent(__libmansuffix__),
|
||||
XCirculateEvent(__libmansuffix__),
|
||||
XColormapEvent(__libmansuffix__),
|
||||
XConfigureEvent(__libmansuffix__),
|
||||
XConfigureRequestEvent(__libmansuffix__),
|
||||
XCrossingEvent(__libmansuffix__),
|
||||
XDestroyWindowEvent(__libmansuffix__),
|
||||
XErrorEvent(__libmansuffix__),
|
||||
XExposeEvent(__libmansuffix__),
|
||||
XFocusChangeEvent(__libmansuffix__),
|
||||
XGraphicsExposeEvent(__libmansuffix__),
|
||||
XGravityEvent(__libmansuffix__),
|
||||
XKeymapEvent(__libmansuffix__),
|
||||
XMapEvent(__libmansuffix__),
|
||||
XMapRequestEvent(__libmansuffix__),
|
||||
XPropertyEvent(__libmansuffix__),
|
||||
XReparentEvent(__libmansuffix__),
|
||||
XResizeRequestEvent(__libmansuffix__),
|
||||
XSelectionClearEvent(__libmansuffix__),
|
||||
XSelectionEvent(__libmansuffix__),
|
||||
XSelectionRequestEvent(__libmansuffix__),
|
||||
XUnmapEvent(__libmansuffix__),
|
||||
XVisibilityEvent(__libmansuffix__)
|
||||
.BR XAnyEvent (__libmansuffix__),
|
||||
.BR XButtonEvent (__libmansuffix__),
|
||||
.BR XCreateWindowEvent (__libmansuffix__),
|
||||
.BR XCirculateEvent (__libmansuffix__),
|
||||
.BR XColormapEvent (__libmansuffix__),
|
||||
.BR XConfigureEvent (__libmansuffix__),
|
||||
.BR XConfigureRequestEvent (__libmansuffix__),
|
||||
.BR XCrossingEvent (__libmansuffix__),
|
||||
.BR XDestroyWindowEvent (__libmansuffix__),
|
||||
.BR XErrorEvent (__libmansuffix__),
|
||||
.BR XExposeEvent (__libmansuffix__),
|
||||
.BR XFocusChangeEvent (__libmansuffix__),
|
||||
.BR XGraphicsExposeEvent (__libmansuffix__),
|
||||
.BR XGravityEvent (__libmansuffix__),
|
||||
.BR XKeymapEvent (__libmansuffix__),
|
||||
.BR XMapEvent (__libmansuffix__),
|
||||
.BR XMapRequestEvent (__libmansuffix__),
|
||||
.BR XPropertyEvent (__libmansuffix__),
|
||||
.BR XReparentEvent (__libmansuffix__),
|
||||
.BR XResizeRequestEvent (__libmansuffix__),
|
||||
.BR XSelectionClearEvent (__libmansuffix__),
|
||||
.BR XSelectionEvent (__libmansuffix__),
|
||||
.BR XSelectionRequestEvent (__libmansuffix__),
|
||||
.BR XUnmapEvent (__libmansuffix__),
|
||||
.BR XVisibilityEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -158,6 +158,6 @@ alternatives can generate this error.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XCopyArea(__libmansuffix__)
|
||||
.BR XCopyArea (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -103,31 +103,31 @@ Particular message types might not make use of all these values.
|
|||
The X server places no interpretation on the values in the window,
|
||||
message_type, or data members.
|
||||
.SH "SEE ALSO"
|
||||
XAnyEvent(__libmansuffix__),
|
||||
XButtonEvent(__libmansuffix__),
|
||||
XCreateWindowEvent(__libmansuffix__),
|
||||
XCirculateEvent(__libmansuffix__),
|
||||
XCirculateRequestEvent(__libmansuffix__),
|
||||
XColormapEvent(__libmansuffix__),
|
||||
XConfigureEvent(__libmansuffix__),
|
||||
XConfigureRequestEvent(__libmansuffix__),
|
||||
XCrossingEvent(__libmansuffix__),
|
||||
XDestroyWindowEvent(__libmansuffix__),
|
||||
XErrorEvent(__libmansuffix__),
|
||||
XExposeEvent(__libmansuffix__),
|
||||
XFocusChangeEvent(__libmansuffix__),
|
||||
XGraphicsExposeEvent(__libmansuffix__),
|
||||
XGravityEvent(__libmansuffix__),
|
||||
XKeymapEvent(__libmansuffix__),
|
||||
XMapEvent(__libmansuffix__),
|
||||
XMapRequestEvent(__libmansuffix__),
|
||||
XPropertyEvent(__libmansuffix__),
|
||||
XReparentEvent(__libmansuffix__),
|
||||
XResizeRequestEvent(__libmansuffix__),
|
||||
XSelectionClearEvent(__libmansuffix__),
|
||||
XSelectionEvent(__libmansuffix__),
|
||||
XSelectionRequestEvent(__libmansuffix__),
|
||||
XUnmapEvent(__libmansuffix__),
|
||||
XVisibilityEvent(__libmansuffix__)
|
||||
.BR XAnyEvent (__libmansuffix__),
|
||||
.BR XButtonEvent (__libmansuffix__),
|
||||
.BR XCreateWindowEvent (__libmansuffix__),
|
||||
.BR XCirculateEvent (__libmansuffix__),
|
||||
.BR XCirculateRequestEvent (__libmansuffix__),
|
||||
.BR XColormapEvent (__libmansuffix__),
|
||||
.BR XConfigureEvent (__libmansuffix__),
|
||||
.BR XConfigureRequestEvent (__libmansuffix__),
|
||||
.BR XCrossingEvent (__libmansuffix__),
|
||||
.BR XDestroyWindowEvent (__libmansuffix__),
|
||||
.BR XErrorEvent (__libmansuffix__),
|
||||
.BR XExposeEvent (__libmansuffix__),
|
||||
.BR XFocusChangeEvent (__libmansuffix__),
|
||||
.BR XGraphicsExposeEvent (__libmansuffix__),
|
||||
.BR XGravityEvent (__libmansuffix__),
|
||||
.BR XKeymapEvent (__libmansuffix__),
|
||||
.BR XMapEvent (__libmansuffix__),
|
||||
.BR XMapRequestEvent (__libmansuffix__),
|
||||
.BR XPropertyEvent (__libmansuffix__),
|
||||
.BR XReparentEvent (__libmansuffix__),
|
||||
.BR XResizeRequestEvent (__libmansuffix__),
|
||||
.BR XSelectionClearEvent (__libmansuffix__),
|
||||
.BR XSelectionEvent (__libmansuffix__),
|
||||
.BR XSelectionRequestEvent (__libmansuffix__),
|
||||
.BR XUnmapEvent (__libmansuffix__),
|
||||
.BR XVisibilityEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -114,31 +114,31 @@ uninstalled and can be
|
|||
or
|
||||
.BR ColormapUninstalled .
|
||||
.SH "SEE ALSO"
|
||||
XAnyEvent(__libmansuffix__),
|
||||
XButtonEvent(__libmansuffix__),
|
||||
XCreateWindowEvent(__libmansuffix__),
|
||||
XCirculateEvent(__libmansuffix__),
|
||||
XCirculateRequestEvent(__libmansuffix__),
|
||||
XConfigureEvent(__libmansuffix__),
|
||||
XConfigureRequestEvent(__libmansuffix__),
|
||||
XCreateColormap(__libmansuffix__),
|
||||
XCrossingEvent(__libmansuffix__),
|
||||
XDestroyWindowEvent(__libmansuffix__),
|
||||
XErrorEvent(__libmansuffix__),
|
||||
XExposeEvent(__libmansuffix__),
|
||||
XFocusChangeEvent(__libmansuffix__),
|
||||
XGraphicsExposeEvent(__libmansuffix__),
|
||||
XGravityEvent(__libmansuffix__),
|
||||
XKeymapEvent(__libmansuffix__),
|
||||
XMapEvent(__libmansuffix__),
|
||||
XMapRequestEvent(__libmansuffix__),
|
||||
XPropertyEvent(__libmansuffix__),
|
||||
XReparentEvent(__libmansuffix__),
|
||||
XResizeRequestEvent(__libmansuffix__),
|
||||
XSelectionClearEvent(__libmansuffix__),
|
||||
XSelectionEvent(__libmansuffix__),
|
||||
XSelectionRequestEvent(__libmansuffix__),
|
||||
XUnmapEvent(__libmansuffix__),
|
||||
XVisibilityEvent(__libmansuffix__)
|
||||
.BR XAnyEvent (__libmansuffix__),
|
||||
.BR XButtonEvent (__libmansuffix__),
|
||||
.BR XCreateWindowEvent (__libmansuffix__),
|
||||
.BR XCirculateEvent (__libmansuffix__),
|
||||
.BR XCirculateRequestEvent (__libmansuffix__),
|
||||
.BR XConfigureEvent (__libmansuffix__),
|
||||
.BR XConfigureRequestEvent (__libmansuffix__),
|
||||
.BR XCreateColormap (__libmansuffix__),
|
||||
.BR XCrossingEvent (__libmansuffix__),
|
||||
.BR XDestroyWindowEvent (__libmansuffix__),
|
||||
.BR XErrorEvent (__libmansuffix__),
|
||||
.BR XExposeEvent (__libmansuffix__),
|
||||
.BR XFocusChangeEvent (__libmansuffix__),
|
||||
.BR XGraphicsExposeEvent (__libmansuffix__),
|
||||
.BR XGravityEvent (__libmansuffix__),
|
||||
.BR XKeymapEvent (__libmansuffix__),
|
||||
.BR XMapEvent (__libmansuffix__),
|
||||
.BR XMapRequestEvent (__libmansuffix__),
|
||||
.BR XPropertyEvent (__libmansuffix__),
|
||||
.BR XReparentEvent (__libmansuffix__),
|
||||
.BR XResizeRequestEvent (__libmansuffix__),
|
||||
.BR XSelectionClearEvent (__libmansuffix__),
|
||||
.BR XSelectionEvent (__libmansuffix__),
|
||||
.BR XSelectionRequestEvent (__libmansuffix__),
|
||||
.BR XUnmapEvent (__libmansuffix__),
|
||||
.BR XVisibilityEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -124,30 +124,30 @@ override_redirect member
|
|||
is
|
||||
.BR True .
|
||||
.SH "SEE ALSO"
|
||||
XAnyEvent(__libmansuffix__),
|
||||
XButtonEvent(__libmansuffix__),
|
||||
XCreateWindowEvent(__libmansuffix__),
|
||||
XCirculateEvent(__libmansuffix__),
|
||||
XCirculateRequestEvent(__libmansuffix__),
|
||||
XColormapEvent(__libmansuffix__),
|
||||
XConfigureRequestEvent(__libmansuffix__),
|
||||
XCrossingEvent(__libmansuffix__),
|
||||
XDestroyWindowEvent(__libmansuffix__),
|
||||
XErrorEvent(__libmansuffix__),
|
||||
XExposeEvent(__libmansuffix__),
|
||||
XFocusChangeEvent(__libmansuffix__),
|
||||
XGraphicsExposeEvent(__libmansuffix__),
|
||||
XGravityEvent(__libmansuffix__),
|
||||
XKeymapEvent(__libmansuffix__),
|
||||
XMapEvent(__libmansuffix__),
|
||||
XMapRequestEvent(__libmansuffix__),
|
||||
XPropertyEvent(__libmansuffix__),
|
||||
XReparentEvent(__libmansuffix__),
|
||||
XResizeRequestEvent(__libmansuffix__),
|
||||
XSelectionClearEvent(__libmansuffix__),
|
||||
XSelectionEvent(__libmansuffix__),
|
||||
XSelectionRequestEvent(__libmansuffix__),
|
||||
XUnmapEvent(__libmansuffix__),
|
||||
XVisibilityEvent(__libmansuffix__)
|
||||
.BR XAnyEvent (__libmansuffix__),
|
||||
.BR XButtonEvent (__libmansuffix__),
|
||||
.BR XCreateWindowEvent (__libmansuffix__),
|
||||
.BR XCirculateEvent (__libmansuffix__),
|
||||
.BR XCirculateRequestEvent (__libmansuffix__),
|
||||
.BR XColormapEvent (__libmansuffix__),
|
||||
.BR XConfigureRequestEvent (__libmansuffix__),
|
||||
.BR XCrossingEvent (__libmansuffix__),
|
||||
.BR XDestroyWindowEvent (__libmansuffix__),
|
||||
.BR XErrorEvent (__libmansuffix__),
|
||||
.BR XExposeEvent (__libmansuffix__),
|
||||
.BR XFocusChangeEvent (__libmansuffix__),
|
||||
.BR XGraphicsExposeEvent (__libmansuffix__),
|
||||
.BR XGravityEvent (__libmansuffix__),
|
||||
.BR XKeymapEvent (__libmansuffix__),
|
||||
.BR XMapEvent (__libmansuffix__),
|
||||
.BR XMapRequestEvent (__libmansuffix__),
|
||||
.BR XPropertyEvent (__libmansuffix__),
|
||||
.BR XReparentEvent (__libmansuffix__),
|
||||
.BR XResizeRequestEvent (__libmansuffix__),
|
||||
.BR XSelectionClearEvent (__libmansuffix__),
|
||||
.BR XSelectionEvent (__libmansuffix__),
|
||||
.BR XSelectionRequestEvent (__libmansuffix__),
|
||||
.BR XUnmapEvent (__libmansuffix__),
|
||||
.BR XVisibilityEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -107,30 +107,30 @@ and
|
|||
.BR Above ,
|
||||
respectively, if they are not given in the request.
|
||||
.SH "SEE ALSO"
|
||||
XAnyEvent(__libmansuffix__),
|
||||
XButtonEvent(__libmansuffix__),
|
||||
XCreateWindowEvent(__libmansuffix__),
|
||||
XCirculateEvent(__libmansuffix__),
|
||||
XCirculateRequestEvent(__libmansuffix__),
|
||||
XColormapEvent(__libmansuffix__),
|
||||
XConfigureEvent(__libmansuffix__),
|
||||
XCrossingEvent(__libmansuffix__),
|
||||
XDestroyWindowEvent(__libmansuffix__),
|
||||
XErrorEvent(__libmansuffix__),
|
||||
XExposeEvent(__libmansuffix__),
|
||||
XFocusChangeEvent(__libmansuffix__),
|
||||
XGraphicsExposeEvent(__libmansuffix__),
|
||||
XGravityEvent(__libmansuffix__),
|
||||
XKeymapEvent(__libmansuffix__),
|
||||
XMapEvent(__libmansuffix__),
|
||||
XMapRequestEvent(__libmansuffix__),
|
||||
XPropertyEvent(__libmansuffix__),
|
||||
XReparentEvent(__libmansuffix__),
|
||||
XResizeRequestEvent(__libmansuffix__),
|
||||
XSelectionClearEvent(__libmansuffix__),
|
||||
XSelectionEvent(__libmansuffix__),
|
||||
XSelectionRequestEvent(__libmansuffix__),
|
||||
XUnmapEvent(__libmansuffix__),
|
||||
XVisibilityEvent(__libmansuffix__)
|
||||
.BR XAnyEvent (__libmansuffix__),
|
||||
.BR XButtonEvent (__libmansuffix__),
|
||||
.BR XCreateWindowEvent (__libmansuffix__),
|
||||
.BR XCirculateEvent (__libmansuffix__),
|
||||
.BR XCirculateRequestEvent (__libmansuffix__),
|
||||
.BR XColormapEvent (__libmansuffix__),
|
||||
.BR XConfigureEvent (__libmansuffix__),
|
||||
.BR XCrossingEvent (__libmansuffix__),
|
||||
.BR XDestroyWindowEvent (__libmansuffix__),
|
||||
.BR XErrorEvent (__libmansuffix__),
|
||||
.BR XExposeEvent (__libmansuffix__),
|
||||
.BR XFocusChangeEvent (__libmansuffix__),
|
||||
.BR XGraphicsExposeEvent (__libmansuffix__),
|
||||
.BR XGravityEvent (__libmansuffix__),
|
||||
.BR XKeymapEvent (__libmansuffix__),
|
||||
.BR XMapEvent (__libmansuffix__),
|
||||
.BR XMapRequestEvent (__libmansuffix__),
|
||||
.BR XPropertyEvent (__libmansuffix__),
|
||||
.BR XReparentEvent (__libmansuffix__),
|
||||
.BR XResizeRequestEvent (__libmansuffix__),
|
||||
.BR XSelectionClearEvent (__libmansuffix__),
|
||||
.BR XSelectionEvent (__libmansuffix__),
|
||||
.BR XSelectionRequestEvent (__libmansuffix__),
|
||||
.BR XUnmapEvent (__libmansuffix__),
|
||||
.BR XVisibilityEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -347,11 +347,11 @@ alternatives can generate this error.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XChangeWindowAttributes(__libmansuffix__),
|
||||
XCreateWindow(__libmansuffix__),
|
||||
XDestroyWindow(__libmansuffix__),
|
||||
XMapWindow(__libmansuffix__),
|
||||
XRaiseWindow(__libmansuffix__),
|
||||
XUnmapWindow(__libmansuffix__)
|
||||
.BR XChangeWindowAttributes (__libmansuffix__),
|
||||
.BR XCreateWindow (__libmansuffix__),
|
||||
.BR XDestroyWindow (__libmansuffix__),
|
||||
.BR XMapWindow (__libmansuffix__),
|
||||
.BR XRaiseWindow (__libmansuffix__),
|
||||
.BR XUnmapWindow (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -207,6 +207,6 @@ by the argument's type is accepted.
|
|||
Any argument defined as a set of
|
||||
alternatives can generate this error.
|
||||
.SH "SEE ALSO"
|
||||
XClearArea(__libmansuffix__)
|
||||
.BR XClearArea (__libmansuffix__)
|
||||
.br
|
||||
\fIXlib \- C Language X Interface\fP
|
||||
|
|
|
|||
|
|
@ -260,10 +260,10 @@ alternatives can generate this error.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XAllocColor(__libmansuffix__),
|
||||
XChangeWindowAttributes(__libmansuffix__),
|
||||
XCreateWindow(__libmansuffix__),
|
||||
XQueryColor(__libmansuffix__),
|
||||
XStoreColors(__libmansuffix__)
|
||||
.BR XAllocColor (__libmansuffix__),
|
||||
.BR XChangeWindowAttributes (__libmansuffix__),
|
||||
.BR XCreateWindow (__libmansuffix__),
|
||||
.BR XQueryColor (__libmansuffix__),
|
||||
.BR XStoreColors (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -216,8 +216,8 @@ by the argument's type is accepted.
|
|||
Any argument defined as a set of
|
||||
alternatives can generate this error.
|
||||
.SH "SEE ALSO"
|
||||
XDefineCursor(__libmansuffix__),
|
||||
XLoadFont(__libmansuffix__),
|
||||
XRecolorCursor(__libmansuffix__)
|
||||
.BR XDefineCursor (__libmansuffix__),
|
||||
.BR XLoadFont (__libmansuffix__),
|
||||
.BR XRecolorCursor (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -274,8 +274,8 @@ list, and
|
|||
.BR XFontSetExtents ,
|
||||
if any, are freed.
|
||||
.SH "SEE ALSO"
|
||||
XExtentsofFontSet(__libmansuffix__),
|
||||
XFontsOfFontSet(__libmansuffix__),
|
||||
XFontSetExtents(__libmansuffix__)
|
||||
.BR XExtentsofFontSet (__libmansuffix__),
|
||||
.BR XFontsOfFontSet (__libmansuffix__),
|
||||
.BR XFontSetExtents (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -1034,21 +1034,21 @@ by the argument's type is accepted.
|
|||
Any argument defined as a set of
|
||||
alternatives can generate this error.
|
||||
.SH "SEE ALSO"
|
||||
AllPlanes(__libmansuffix__),
|
||||
XCopyArea(__libmansuffix__),
|
||||
XCreateRegion(__libmansuffix__),
|
||||
XDrawArc(__libmansuffix__),
|
||||
XDrawLine(__libmansuffix__),
|
||||
XDrawRectangle(__libmansuffix__),
|
||||
XDrawText(__libmansuffix__),
|
||||
XFillRectangle(__libmansuffix__),
|
||||
XQueryBestSize(__libmansuffix__),
|
||||
XSetArcMode(__libmansuffix__),
|
||||
XSetClipOrigin(__libmansuffix__),
|
||||
XSetFillStyle(__libmansuffix__),
|
||||
XSetFont(__libmansuffix__),
|
||||
XSetLineAttributes(__libmansuffix__),
|
||||
XSetState(__libmansuffix__),
|
||||
XSetTile(__libmansuffix__)
|
||||
.BR AllPlanes (__libmansuffix__),
|
||||
.BR XCopyArea (__libmansuffix__),
|
||||
.BR XCreateRegion (__libmansuffix__),
|
||||
.BR XDrawArc (__libmansuffix__),
|
||||
.BR XDrawLine (__libmansuffix__),
|
||||
.BR XDrawRectangle (__libmansuffix__),
|
||||
.BR XDrawText (__libmansuffix__),
|
||||
.BR XFillRectangle (__libmansuffix__),
|
||||
.BR XQueryBestSize (__libmansuffix__),
|
||||
.BR XSetArcMode (__libmansuffix__),
|
||||
.BR XSetClipOrigin (__libmansuffix__),
|
||||
.BR XSetFillStyle (__libmansuffix__),
|
||||
.BR XSetFont (__libmansuffix__),
|
||||
.BR XSetLineAttributes (__libmansuffix__),
|
||||
.BR XSetState (__libmansuffix__),
|
||||
.BR XSetTile (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -116,9 +116,9 @@ A value for a Pixmap argument does not name a defined Pixmap.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XOpenIM(__libmansuffix__),
|
||||
XSetICFocus(__libmansuffix__),
|
||||
XSetICValues(__libmansuffix__),
|
||||
XmbResetIC(__libmansuffix__)
|
||||
.BR XOpenIM (__libmansuffix__),
|
||||
.BR XSetICFocus (__libmansuffix__),
|
||||
.BR XSetICValues (__libmansuffix__),
|
||||
.BR XmbResetIC (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@ The
|
|||
function returns the output method associated with the
|
||||
specified output context.
|
||||
.SH "SEE ALSO"
|
||||
XCreateOM(__libmansuffix__),
|
||||
XCreateFontSet(__libmansuffix__)
|
||||
.BR XCreateOM (__libmansuffix__),
|
||||
.BR XCreateFontSet (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -131,6 +131,6 @@ by the argument's type is accepted.
|
|||
Any argument defined as a set of
|
||||
alternatives can generate this error.
|
||||
.SH "SEE ALSO"
|
||||
XCopyArea(__libmansuffix__)
|
||||
.BR XCopyArea (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ The
|
|||
.B XDestroyRegion
|
||||
function deallocates the storage associated with a specified region.
|
||||
.SH "SEE ALSO"
|
||||
XEmptyRegion(__libmansuffix__),
|
||||
XIntersectRegion(__libmansuffix__)
|
||||
.BR XEmptyRegion (__libmansuffix__),
|
||||
.BR XIntersectRegion (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -385,12 +385,12 @@ alternatives can generate this error.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XChangeWindowAttributes(__libmansuffix__),
|
||||
XConfigureWindow(__libmansuffix__),
|
||||
XDefineCursor(__libmansuffix__),
|
||||
XDestroyWindow(__libmansuffix__),
|
||||
XMapWindow(__libmansuffix__),
|
||||
XRaiseWindow(__libmansuffix__),
|
||||
XUnmapWindow(__libmansuffix__)
|
||||
.BR XChangeWindowAttributes (__libmansuffix__),
|
||||
.BR XConfigureWindow (__libmansuffix__),
|
||||
.BR XDefineCursor (__libmansuffix__),
|
||||
.BR XDestroyWindow (__libmansuffix__),
|
||||
.BR XMapWindow (__libmansuffix__),
|
||||
.BR XRaiseWindow (__libmansuffix__),
|
||||
.BR XUnmapWindow (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -104,30 +104,30 @@ Window manager clients normally should ignore this window
|
|||
if the override_redirect member is
|
||||
.BR True .
|
||||
.SH "SEE ALSO"
|
||||
XAnyEvent(__libmansuffix__),
|
||||
XButtonEvent(__libmansuffix__),
|
||||
XCirculateEvent(__libmansuffix__),
|
||||
XCirculateRequestEvent(__libmansuffix__),
|
||||
XColormapEvent(__libmansuffix__),
|
||||
XConfigureEvent(__libmansuffix__),
|
||||
XConfigureRequestEvent(__libmansuffix__),
|
||||
XCrossingEvent(__libmansuffix__),
|
||||
XDestroyWindowEvent(__libmansuffix__),
|
||||
XErrorEvent(__libmansuffix__),
|
||||
XExposeEvent(__libmansuffix__),
|
||||
XFocusChangeEvent(__libmansuffix__),
|
||||
XGraphicsExposeEvent(__libmansuffix__),
|
||||
XGravityEvent(__libmansuffix__),
|
||||
XKeymapEvent(__libmansuffix__),
|
||||
XMapEvent(__libmansuffix__),
|
||||
XMapRequestEvent(__libmansuffix__),
|
||||
XPropertyEvent(__libmansuffix__),
|
||||
XReparentEvent(__libmansuffix__),
|
||||
XResizeRequestEvent(__libmansuffix__),
|
||||
XSelectionClearEvent(__libmansuffix__),
|
||||
XSelectionEvent(__libmansuffix__),
|
||||
XSelectionRequestEvent(__libmansuffix__),
|
||||
XUnmapEvent(__libmansuffix__),
|
||||
XVisibilityEvent(__libmansuffix__)
|
||||
.BR XAnyEvent (__libmansuffix__),
|
||||
.BR XButtonEvent (__libmansuffix__),
|
||||
.BR XCirculateEvent (__libmansuffix__),
|
||||
.BR XCirculateRequestEvent (__libmansuffix__),
|
||||
.BR XColormapEvent (__libmansuffix__),
|
||||
.BR XConfigureEvent (__libmansuffix__),
|
||||
.BR XConfigureRequestEvent (__libmansuffix__),
|
||||
.BR XCrossingEvent (__libmansuffix__),
|
||||
.BR XDestroyWindowEvent (__libmansuffix__),
|
||||
.BR XErrorEvent (__libmansuffix__),
|
||||
.BR XExposeEvent (__libmansuffix__),
|
||||
.BR XFocusChangeEvent (__libmansuffix__),
|
||||
.BR XGraphicsExposeEvent (__libmansuffix__),
|
||||
.BR XGravityEvent (__libmansuffix__),
|
||||
.BR XKeymapEvent (__libmansuffix__),
|
||||
.BR XMapEvent (__libmansuffix__),
|
||||
.BR XMapRequestEvent (__libmansuffix__),
|
||||
.BR XPropertyEvent (__libmansuffix__),
|
||||
.BR XReparentEvent (__libmansuffix__),
|
||||
.BR XResizeRequestEvent (__libmansuffix__),
|
||||
.BR XSelectionClearEvent (__libmansuffix__),
|
||||
.BR XSelectionEvent (__libmansuffix__),
|
||||
.BR XSelectionRequestEvent (__libmansuffix__),
|
||||
.BR XUnmapEvent (__libmansuffix__),
|
||||
.BR XVisibilityEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -201,30 +201,30 @@ The detail member is set to indicate the notify detail and can be
|
|||
or
|
||||
.BR NotifyNonlinearVirtual .
|
||||
.SH "SEE ALSO"
|
||||
XAnyEvent(__libmansuffix__),
|
||||
XButtonEvent(__libmansuffix__),
|
||||
XCreateWindowEvent(__libmansuffix__),
|
||||
XCirculateEvent(__libmansuffix__),
|
||||
XCirculateRequestEvent(__libmansuffix__),
|
||||
XColormapEvent(__libmansuffix__),
|
||||
XConfigureEvent(__libmansuffix__),
|
||||
XConfigureRequestEvent(__libmansuffix__),
|
||||
XDestroyWindowEvent(__libmansuffix__),
|
||||
XErrorEvent(__libmansuffix__),
|
||||
XExposeEvent(__libmansuffix__),
|
||||
XFocusChangeEvent(__libmansuffix__),
|
||||
XGraphicsExposeEvent(__libmansuffix__),
|
||||
XGravityEvent(__libmansuffix__),
|
||||
XKeymapEvent(__libmansuffix__),
|
||||
XMapEvent(__libmansuffix__),
|
||||
XMapRequestEvent(__libmansuffix__),
|
||||
XPropertyEvent(__libmansuffix__),
|
||||
XReparentEvent(__libmansuffix__),
|
||||
XResizeRequestEvent(__libmansuffix__),
|
||||
XSelectionClearEvent(__libmansuffix__),
|
||||
XSelectionEvent(__libmansuffix__),
|
||||
XSelectionRequestEvent(__libmansuffix__),
|
||||
XUnmapEvent(__libmansuffix__),
|
||||
XVisibilityEvent(__libmansuffix__)
|
||||
.BR XAnyEvent (__libmansuffix__),
|
||||
.BR XButtonEvent (__libmansuffix__),
|
||||
.BR XCreateWindowEvent (__libmansuffix__),
|
||||
.BR XCirculateEvent (__libmansuffix__),
|
||||
.BR XCirculateRequestEvent (__libmansuffix__),
|
||||
.BR XColormapEvent (__libmansuffix__),
|
||||
.BR XConfigureEvent (__libmansuffix__),
|
||||
.BR XConfigureRequestEvent (__libmansuffix__),
|
||||
.BR XDestroyWindowEvent (__libmansuffix__),
|
||||
.BR XErrorEvent (__libmansuffix__),
|
||||
.BR XExposeEvent (__libmansuffix__),
|
||||
.BR XFocusChangeEvent (__libmansuffix__),
|
||||
.BR XGraphicsExposeEvent (__libmansuffix__),
|
||||
.BR XGravityEvent (__libmansuffix__),
|
||||
.BR XKeymapEvent (__libmansuffix__),
|
||||
.BR XMapEvent (__libmansuffix__),
|
||||
.BR XMapRequestEvent (__libmansuffix__),
|
||||
.BR XPropertyEvent (__libmansuffix__),
|
||||
.BR XReparentEvent (__libmansuffix__),
|
||||
.BR XResizeRequestEvent (__libmansuffix__),
|
||||
.BR XSelectionClearEvent (__libmansuffix__),
|
||||
.BR XSelectionEvent (__libmansuffix__),
|
||||
.BR XSelectionRequestEvent (__libmansuffix__),
|
||||
.BR XUnmapEvent (__libmansuffix__),
|
||||
.BR XVisibilityEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ A value for a Cursor argument does not name a defined Cursor.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XCreateFontCursor(__libmansuffix__),
|
||||
XRecolorCursor(__libmansuffix__)
|
||||
.BR XCreateFontCursor (__libmansuffix__),
|
||||
.BR XRecolorCursor (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -113,11 +113,11 @@ error.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XChangeWindowAttributes(__libmansuffix__),
|
||||
XConfigureWindow(__libmansuffix__),
|
||||
XCreateWindow(__libmansuffix__),
|
||||
XMapWindow(__libmansuffix__),
|
||||
XRaiseWindow(__libmansuffix__),
|
||||
XUnmapWindow(__libmansuffix__)
|
||||
.BR XChangeWindowAttributes (__libmansuffix__),
|
||||
.BR XConfigureWindow (__libmansuffix__),
|
||||
.BR XCreateWindow (__libmansuffix__),
|
||||
.BR XMapWindow (__libmansuffix__),
|
||||
.BR XRaiseWindow (__libmansuffix__),
|
||||
.BR XUnmapWindow (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -94,30 +94,30 @@ or
|
|||
was selected.
|
||||
The window member is set to the window that is destroyed.
|
||||
.SH "SEE ALSO"
|
||||
XAnyEvent(__libmansuffix__),
|
||||
XButtonEvent(__libmansuffix__),
|
||||
XCreateWindowEvent(__libmansuffix__),
|
||||
XCirculateEvent(__libmansuffix__),
|
||||
XCirculateRequestEvent(__libmansuffix__),
|
||||
XColormapEvent(__libmansuffix__),
|
||||
XConfigureEvent(__libmansuffix__),
|
||||
XConfigureRequestEvent(__libmansuffix__),
|
||||
XCrossingEvent(__libmansuffix__),
|
||||
XErrorEvent(__libmansuffix__),
|
||||
XExposeEvent(__libmansuffix__),
|
||||
XFocusChangeEvent(__libmansuffix__),
|
||||
XGraphicsExposeEvent(__libmansuffix__),
|
||||
XGravityEvent(__libmansuffix__),
|
||||
XKeymapEvent(__libmansuffix__),
|
||||
XMapEvent(__libmansuffix__),
|
||||
XMapRequestEvent(__libmansuffix__),
|
||||
XPropertyEvent(__libmansuffix__),
|
||||
XReparentEvent(__libmansuffix__),
|
||||
XResizeRequestEvent(__libmansuffix__),
|
||||
XSelectionClearEvent(__libmansuffix__),
|
||||
XSelectionEvent(__libmansuffix__),
|
||||
XSelectionRequestEvent(__libmansuffix__),
|
||||
XUnmapEvent(__libmansuffix__),
|
||||
XVisibilityEvent(__libmansuffix__)
|
||||
.BR XAnyEvent (__libmansuffix__),
|
||||
.BR XButtonEvent (__libmansuffix__),
|
||||
.BR XCreateWindowEvent (__libmansuffix__),
|
||||
.BR XCirculateEvent (__libmansuffix__),
|
||||
.BR XCirculateRequestEvent (__libmansuffix__),
|
||||
.BR XColormapEvent (__libmansuffix__),
|
||||
.BR XConfigureEvent (__libmansuffix__),
|
||||
.BR XConfigureRequestEvent (__libmansuffix__),
|
||||
.BR XCrossingEvent (__libmansuffix__),
|
||||
.BR XErrorEvent (__libmansuffix__),
|
||||
.BR XExposeEvent (__libmansuffix__),
|
||||
.BR XFocusChangeEvent (__libmansuffix__),
|
||||
.BR XGraphicsExposeEvent (__libmansuffix__),
|
||||
.BR XGravityEvent (__libmansuffix__),
|
||||
.BR XKeymapEvent (__libmansuffix__),
|
||||
.BR XMapEvent (__libmansuffix__),
|
||||
.BR XMapRequestEvent (__libmansuffix__),
|
||||
.BR XPropertyEvent (__libmansuffix__),
|
||||
.BR XReparentEvent (__libmansuffix__),
|
||||
.BR XResizeRequestEvent (__libmansuffix__),
|
||||
.BR XSelectionClearEvent (__libmansuffix__),
|
||||
.BR XSelectionEvent (__libmansuffix__),
|
||||
.BR XSelectionRequestEvent (__libmansuffix__),
|
||||
.BR XUnmapEvent (__libmansuffix__),
|
||||
.BR XVisibilityEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -238,8 +238,8 @@ window is used as a Drawable.
|
|||
Some argument or pair of arguments has the correct type and range but fails
|
||||
to match in some other way required by the request.
|
||||
.SH "SEE ALSO"
|
||||
XDrawLine(__libmansuffix__),
|
||||
XDrawPoint(__libmansuffix__),
|
||||
XDrawRectangle(__libmansuffix__)
|
||||
.BR XDrawLine (__libmansuffix__),
|
||||
.BR XDrawPoint (__libmansuffix__),
|
||||
.BR XDrawRectangle (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -157,9 +157,9 @@ these functions split the string into chunks up to 255 characters.
|
|||
After sending each chunk,
|
||||
these functions query the server to determine the actual text extent.
|
||||
.SH "SEE ALSO"
|
||||
XDrawString(__libmansuffix__),
|
||||
XDrawText(__libmansuffix__),
|
||||
XLoadFont(__libmansuffix__),
|
||||
XTextExtents(__libmansuffix__)
|
||||
.BR XDrawString (__libmansuffix__),
|
||||
.BR XDrawText (__libmansuffix__),
|
||||
.BR XLoadFont (__libmansuffix__),
|
||||
.BR XTextExtents (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -206,8 +206,8 @@ by the argument's type is accepted.
|
|||
Any argument defined as a set of
|
||||
alternatives can generate this error.
|
||||
.SH "SEE ALSO"
|
||||
XDrawArc(__libmansuffix__),
|
||||
XDrawPoint(__libmansuffix__),
|
||||
XDrawRectangle(__libmansuffix__)
|
||||
.BR XDrawArc (__libmansuffix__),
|
||||
.BR XDrawPoint (__libmansuffix__),
|
||||
.BR XDrawRectangle (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -150,8 +150,8 @@ by the argument's type is accepted.
|
|||
Any argument defined as a set of
|
||||
alternatives can generate this error.
|
||||
.SH "SEE ALSO"
|
||||
XDrawArc(__libmansuffix__),
|
||||
XDrawLine(__libmansuffix__),
|
||||
XDrawRectangle(__libmansuffix__)
|
||||
.BR XDrawArc (__libmansuffix__),
|
||||
.BR XDrawLine (__libmansuffix__),
|
||||
.BR XDrawRectangle (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -147,8 +147,8 @@ window is used as a Drawable.
|
|||
Some argument or pair of arguments has the correct type and range but fails
|
||||
to match in some other way required by the request.
|
||||
.SH "SEE ALSO"
|
||||
XDrawArc(__libmansuffix__),
|
||||
XDrawLine(__libmansuffix__),
|
||||
XDrawPoint(__libmansuffix__)
|
||||
.BR XDrawArc (__libmansuffix__),
|
||||
.BR XDrawLine (__libmansuffix__),
|
||||
.BR XDrawPoint (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -117,8 +117,8 @@ window is used as a Drawable.
|
|||
Some argument or pair of arguments has the correct type and range but fails
|
||||
to match in some other way required by the request.
|
||||
.SH "SEE ALSO"
|
||||
XDrawImageString(__libmansuffix__),
|
||||
XDrawText(__libmansuffix__),
|
||||
XLoadFont(__libmansuffix__)
|
||||
.BR XDrawImageString (__libmansuffix__),
|
||||
.BR XDrawText (__libmansuffix__),
|
||||
.BR XLoadFont (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -184,8 +184,8 @@ An
|
|||
.B InputOnly
|
||||
window is used as a Drawable.
|
||||
.SH "SEE ALSO"
|
||||
XDrawImageString(__libmansuffix__),
|
||||
XDrawString(__libmansuffix__),
|
||||
XLoadFont(__libmansuffix__)
|
||||
.BR XDrawImageString (__libmansuffix__),
|
||||
.BR XDrawString (__libmansuffix__),
|
||||
.BR XLoadFont (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ and
|
|||
.B RectanglePart
|
||||
if the rectangle is partially in the specified region.
|
||||
.SH "SEE ALSO"
|
||||
XCreateRegion(__libmansuffix__),
|
||||
XIntersectRegion(__libmansuffix__)
|
||||
.BR XCreateRegion (__libmansuffix__),
|
||||
.BR XIntersectRegion (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -77,31 +77,31 @@ The request_code member is a protocol request
|
|||
of the procedure that failed, as defined in
|
||||
.BR X11/Xproto.h .
|
||||
.SH "SEE ALSO"
|
||||
AllPlanes(__libmansuffix__),
|
||||
XAnyEvent(__libmansuffix__),
|
||||
XButtonEvent(__libmansuffix__),
|
||||
XCreateWindowEvent(__libmansuffix__),
|
||||
XCirculateEvent(__libmansuffix__),
|
||||
XCirculateRequestEvent(__libmansuffix__),
|
||||
XColormapEvent(__libmansuffix__),
|
||||
XConfigureEvent(__libmansuffix__),
|
||||
XConfigureRequestEvent(__libmansuffix__),
|
||||
XCrossingEvent(__libmansuffix__),
|
||||
XDestroyWindowEvent(__libmansuffix__),
|
||||
XExposeEvent(__libmansuffix__),
|
||||
XFocusChangeEvent(__libmansuffix__),
|
||||
XGraphicsExposeEvent(__libmansuffix__),
|
||||
XGravityEvent(__libmansuffix__),
|
||||
XKeymapEvent(__libmansuffix__),
|
||||
XMapEvent(__libmansuffix__),
|
||||
XMapRequestEvent(__libmansuffix__),
|
||||
XPropertyEvent(__libmansuffix__),
|
||||
XReparentEvent(__libmansuffix__),
|
||||
XResizeRequestEvent(__libmansuffix__),
|
||||
XSelectionClearEvent(__libmansuffix__),
|
||||
XSelectionEvent(__libmansuffix__),
|
||||
XSelectionRequestEvent(__libmansuffix__),
|
||||
XUnmapEvent(__libmansuffix__),
|
||||
XVisibilityEvent(__libmansuffix__)
|
||||
.BR AllPlanes (__libmansuffix__),
|
||||
.BR XAnyEvent (__libmansuffix__),
|
||||
.BR XButtonEvent (__libmansuffix__),
|
||||
.BR XCreateWindowEvent (__libmansuffix__),
|
||||
.BR XCirculateEvent (__libmansuffix__),
|
||||
.BR XCirculateRequestEvent (__libmansuffix__),
|
||||
.BR XColormapEvent (__libmansuffix__),
|
||||
.BR XConfigureEvent (__libmansuffix__),
|
||||
.BR XConfigureRequestEvent (__libmansuffix__),
|
||||
.BR XCrossingEvent (__libmansuffix__),
|
||||
.BR XDestroyWindowEvent (__libmansuffix__),
|
||||
.BR XExposeEvent (__libmansuffix__),
|
||||
.BR XFocusChangeEvent (__libmansuffix__),
|
||||
.BR XGraphicsExposeEvent (__libmansuffix__),
|
||||
.BR XGravityEvent (__libmansuffix__),
|
||||
.BR XKeymapEvent (__libmansuffix__),
|
||||
.BR XMapEvent (__libmansuffix__),
|
||||
.BR XMapRequestEvent (__libmansuffix__),
|
||||
.BR XPropertyEvent (__libmansuffix__),
|
||||
.BR XReparentEvent (__libmansuffix__),
|
||||
.BR XResizeRequestEvent (__libmansuffix__),
|
||||
.BR XSelectionClearEvent (__libmansuffix__),
|
||||
.BR XSelectionEvent (__libmansuffix__),
|
||||
.BR XSelectionRequestEvent (__libmansuffix__),
|
||||
.BR XUnmapEvent (__libmansuffix__),
|
||||
.BR XVisibilityEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -107,30 +107,30 @@ between subareas of its window can just ignore all
|
|||
events with nonzero counts and perform full redisplays
|
||||
on events with zero counts.
|
||||
.SH "SEE ALSO"
|
||||
XAnyEvent(__libmansuffix__),
|
||||
XButtonEvent(__libmansuffix__),
|
||||
XCreateWindowEvent(__libmansuffix__),
|
||||
XCirculateEvent(__libmansuffix__),
|
||||
XCirculateRequestEvent(__libmansuffix__),
|
||||
XColormapEvent(__libmansuffix__),
|
||||
XConfigureEvent(__libmansuffix__),
|
||||
XConfigureRequestEvent(__libmansuffix__),
|
||||
XCrossingEvent(__libmansuffix__),
|
||||
XDestroyWindowEvent(__libmansuffix__),
|
||||
XErrorEvent(__libmansuffix__),
|
||||
XFocusChangeEvent(__libmansuffix__),
|
||||
XGraphicsExposeEvent(__libmansuffix__),
|
||||
XGravityEvent(__libmansuffix__),
|
||||
XKeymapEvent(__libmansuffix__),
|
||||
XMapEvent(__libmansuffix__),
|
||||
XMapRequestEvent(__libmansuffix__),
|
||||
XPropertyEvent(__libmansuffix__),
|
||||
XReparentEvent(__libmansuffix__),
|
||||
XResizeRequestEvent(__libmansuffix__),
|
||||
XSelectionClearEvent(__libmansuffix__),
|
||||
XSelectionEvent(__libmansuffix__),
|
||||
XSelectionRequestEvent(__libmansuffix__),
|
||||
XUnmapEvent(__libmansuffix__),
|
||||
XVisibilityEvent(__libmansuffix__)
|
||||
.BR XAnyEvent (__libmansuffix__),
|
||||
.BR XButtonEvent (__libmansuffix__),
|
||||
.BR XCreateWindowEvent (__libmansuffix__),
|
||||
.BR XCirculateEvent (__libmansuffix__),
|
||||
.BR XCirculateRequestEvent (__libmansuffix__),
|
||||
.BR XColormapEvent (__libmansuffix__),
|
||||
.BR XConfigureEvent (__libmansuffix__),
|
||||
.BR XConfigureRequestEvent (__libmansuffix__),
|
||||
.BR XCrossingEvent (__libmansuffix__),
|
||||
.BR XDestroyWindowEvent (__libmansuffix__),
|
||||
.BR XErrorEvent (__libmansuffix__),
|
||||
.BR XFocusChangeEvent (__libmansuffix__),
|
||||
.BR XGraphicsExposeEvent (__libmansuffix__),
|
||||
.BR XGravityEvent (__libmansuffix__),
|
||||
.BR XKeymapEvent (__libmansuffix__),
|
||||
.BR XMapEvent (__libmansuffix__),
|
||||
.BR XMapRequestEvent (__libmansuffix__),
|
||||
.BR XPropertyEvent (__libmansuffix__),
|
||||
.BR XReparentEvent (__libmansuffix__),
|
||||
.BR XResizeRequestEvent (__libmansuffix__),
|
||||
.BR XSelectionClearEvent (__libmansuffix__),
|
||||
.BR XSelectionEvent (__libmansuffix__),
|
||||
.BR XSelectionRequestEvent (__libmansuffix__),
|
||||
.BR XUnmapEvent (__libmansuffix__),
|
||||
.BR XVisibilityEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -72,8 +72,8 @@ with the associated
|
|||
.BR XFontSet .
|
||||
Until freed, its contents will not be modified by Xlib.
|
||||
.SH "SEE ALSO"
|
||||
XCreateFontSet(__libmansuffix__),
|
||||
XFontsOfFontSet(__libmansuffix__),
|
||||
XFontSetExtents(__libmansuffix__)
|
||||
.BR XCreateFontSet (__libmansuffix__),
|
||||
.BR XFontsOfFontSet (__libmansuffix__),
|
||||
.BR XFontSetExtents (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -293,8 +293,8 @@ by the argument's type is accepted.
|
|||
Any argument defined as a set of
|
||||
alternatives can generate this error.
|
||||
.SH "SEE ALSO"
|
||||
XDrawArc(__libmansuffix__),
|
||||
XDrawPoint(__libmansuffix__),
|
||||
XDrawRectangle(__libmansuffix__)
|
||||
.BR XDrawArc (__libmansuffix__),
|
||||
.BR XDrawPoint (__libmansuffix__),
|
||||
.BR XDrawRectangle (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -85,6 +85,6 @@ returns
|
|||
.BR True ,
|
||||
the client should ungrab the keyboard.
|
||||
.SH "SEE ALSO"
|
||||
XNextEvent(__libmansuffix__)
|
||||
.BR XNextEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -159,9 +159,9 @@ with the mode
|
|||
.B QueuedAfterFlush
|
||||
specified.
|
||||
.SH "SEE ALSO"
|
||||
AllPlanes(__libmansuffix__),
|
||||
XIfEvent(__libmansuffix__),
|
||||
XNextEvent(__libmansuffix__),
|
||||
XPutBackEvent(__libmansuffix__)
|
||||
.BR AllPlanes (__libmansuffix__),
|
||||
.BR XIfEvent (__libmansuffix__),
|
||||
.BR XNextEvent (__libmansuffix__),
|
||||
.BR XPutBackEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -141,30 +141,30 @@ the detail member is set to indicate the notify detail and can be
|
|||
or
|
||||
.BR NotifyDetailNone .
|
||||
.SH "SEE ALSO"
|
||||
XAnyEvent(__libmansuffix__),
|
||||
XButtonEvent(__libmansuffix__),
|
||||
XCreateWindowEvent(__libmansuffix__),
|
||||
XCirculateEvent(__libmansuffix__),
|
||||
XCirculateRequestEvent(__libmansuffix__),
|
||||
XColormapEvent(__libmansuffix__),
|
||||
XConfigureEvent(__libmansuffix__),
|
||||
XConfigureRequestEvent(__libmansuffix__),
|
||||
XCrossingEvent(__libmansuffix__),
|
||||
XDestroyWindowEvent(__libmansuffix__),
|
||||
XErrorEvent(__libmansuffix__),
|
||||
XExposeEvent(__libmansuffix__),
|
||||
XGraphicsExposeEvent(__libmansuffix__),
|
||||
XGravityEvent(__libmansuffix__),
|
||||
XKeymapEvent(__libmansuffix__),
|
||||
XMapEvent(__libmansuffix__),
|
||||
XMapRequestEvent(__libmansuffix__),
|
||||
XPropertyEvent(__libmansuffix__),
|
||||
XReparentEvent(__libmansuffix__),
|
||||
XResizeRequestEvent(__libmansuffix__),
|
||||
XSelectionClearEvent(__libmansuffix__),
|
||||
XSelectionEvent(__libmansuffix__),
|
||||
XSelectionRequestEvent(__libmansuffix__),
|
||||
XUnmapEvent(__libmansuffix__),
|
||||
XVisibilityEvent(__libmansuffix__)
|
||||
.BR XAnyEvent (__libmansuffix__),
|
||||
.BR XButtonEvent (__libmansuffix__),
|
||||
.BR XCreateWindowEvent (__libmansuffix__),
|
||||
.BR XCirculateEvent (__libmansuffix__),
|
||||
.BR XCirculateRequestEvent (__libmansuffix__),
|
||||
.BR XColormapEvent (__libmansuffix__),
|
||||
.BR XConfigureEvent (__libmansuffix__),
|
||||
.BR XConfigureRequestEvent (__libmansuffix__),
|
||||
.BR XCrossingEvent (__libmansuffix__),
|
||||
.BR XDestroyWindowEvent (__libmansuffix__),
|
||||
.BR XErrorEvent (__libmansuffix__),
|
||||
.BR XExposeEvent (__libmansuffix__),
|
||||
.BR XGraphicsExposeEvent (__libmansuffix__),
|
||||
.BR XGravityEvent (__libmansuffix__),
|
||||
.BR XKeymapEvent (__libmansuffix__),
|
||||
.BR XMapEvent (__libmansuffix__),
|
||||
.BR XMapRequestEvent (__libmansuffix__),
|
||||
.BR XPropertyEvent (__libmansuffix__),
|
||||
.BR XReparentEvent (__libmansuffix__),
|
||||
.BR XResizeRequestEvent (__libmansuffix__),
|
||||
.BR XSelectionClearEvent (__libmansuffix__),
|
||||
.BR XSelectionEvent (__libmansuffix__),
|
||||
.BR XSelectionRequestEvent (__libmansuffix__),
|
||||
.BR XUnmapEvent (__libmansuffix__),
|
||||
.BR XVisibilityEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -90,8 +90,8 @@ appending a given character to a string may change
|
|||
the string's extent by an amount other than that character's
|
||||
individual extent.
|
||||
.SH "SEE ALSO"
|
||||
XCreateFontSet(__libmansuffix__),
|
||||
XExtentsOfFontSet(__libmansuffix__),
|
||||
XFontsOfFontSet(__libmansuffix__)
|
||||
.BR XCreateFontSet (__libmansuffix__),
|
||||
.BR XExtentsOfFontSet (__libmansuffix__),
|
||||
.BR XFontsOfFontSet (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -185,10 +185,10 @@ if the drawing functions implement implicit text directionality;
|
|||
otherwise, it returns
|
||||
.BR False .
|
||||
.SH "SEE ALSO"
|
||||
XCreateFontSet(__libmansuffix__),
|
||||
XCreateOM(__libmansuffix__),
|
||||
XCreateOC(__libmansuffix__),
|
||||
XExtentsOfFontSet(__libmansuffix__),
|
||||
XFontSetExtents(__libmansuffix__)
|
||||
.BR XCreateFontSet (__libmansuffix__),
|
||||
.BR XCreateOM (__libmansuffix__),
|
||||
.BR XCreateOC (__libmansuffix__),
|
||||
.BR XExtentsOfFontSet (__libmansuffix__),
|
||||
.BR XFontSetExtents (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@ is called before the next call to
|
|||
.BR XNextEvent .
|
||||
|
||||
.SH "SEE ALSO"
|
||||
XNextEvent(__libmansuffix__),
|
||||
.BR XNextEvent (__libmansuffix__),
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
||||
|
|
|
|||
|
|
@ -210,6 +210,6 @@ typedef struct {
|
|||
} XVisualInfo;
|
||||
.EE
|
||||
.SH "SEE ALSO"
|
||||
XFree(__libmansuffix__)
|
||||
.BR XFree (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -293,7 +293,7 @@ A value for a Drawable argument does not name a defined Window or Pixmap.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XQueryPointer(__libmansuffix__),
|
||||
XQueryTree(__libmansuffix__)
|
||||
.BR XQueryPointer (__libmansuffix__),
|
||||
.BR XQueryTree (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -378,7 +378,7 @@ alternatives can generate this error.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XFree(__libmansuffix__),
|
||||
XInternAtom(__libmansuffix__)
|
||||
.BR XFree (__libmansuffix__),
|
||||
.BR XInternAtom (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ XCB library, just as they would with an XCB connection created with XCB.
|
|||
Callers of this function must link to libX11-xcb and a version of Xlib built
|
||||
with XCB support.
|
||||
.SH "SEE ALSO"
|
||||
XOpenDisplay(__libmansuffix__),
|
||||
XSetEventQueueOwner(__libmansuffix__),
|
||||
.BR XOpenDisplay (__libmansuffix__),
|
||||
.BR XSetEventQueueOwner (__libmansuffix__),
|
||||
.br
|
||||
\fIXlib \- C Language X Interface\fP
|
||||
|
|
|
|||
|
|
@ -210,9 +210,9 @@ alternatives can generate this error.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XAllowEvents(__libmansuffix__),
|
||||
XGrabPointer(__libmansuffix__),
|
||||
XGrabKey(__libmansuffix__),
|
||||
XGrabKeyboard(__libmansuffix__),
|
||||
.BR XAllowEvents (__libmansuffix__),
|
||||
.BR XGrabPointer (__libmansuffix__),
|
||||
.BR XGrabKey (__libmansuffix__),
|
||||
.BR XGrabKeyboard (__libmansuffix__),
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -197,9 +197,9 @@ alternatives can generate this error.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XAllowEvents(__libmansuffix__),
|
||||
XGrabButton(__libmansuffix__),
|
||||
XGrabKeyboard(__libmansuffix__),
|
||||
XGrabPointer(__libmansuffix__)
|
||||
.BR XAllowEvents (__libmansuffix__),
|
||||
.BR XGrabButton (__libmansuffix__),
|
||||
.BR XGrabKeyboard (__libmansuffix__),
|
||||
.BR XGrabPointer (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -196,9 +196,9 @@ alternatives can generate this error.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XAllowEvents(__libmansuffix__),
|
||||
XGrabButton(__libmansuffix__),
|
||||
XGrabKey(__libmansuffix__),
|
||||
XGrabPointer(__libmansuffix__)
|
||||
.BR XAllowEvents (__libmansuffix__),
|
||||
.BR XGrabButton (__libmansuffix__),
|
||||
.BR XGrabKey (__libmansuffix__),
|
||||
.BR XGrabPointer (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -264,9 +264,9 @@ alternatives can generate this error.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XAllowEvents(__libmansuffix__),
|
||||
XGrabButton(__libmansuffix__),
|
||||
XGrabKey(__libmansuffix__),
|
||||
XGrabKeyboard(__libmansuffix__)
|
||||
.BR XAllowEvents (__libmansuffix__),
|
||||
.BR XGrabButton (__libmansuffix__),
|
||||
.BR XGrabKey (__libmansuffix__),
|
||||
.BR XGrabKeyboard (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -68,9 +68,9 @@ The
|
|||
function restarts processing of requests and close downs on other connections.
|
||||
You should avoid grabbing the X server as much as possible.
|
||||
.SH "SEE ALSO"
|
||||
XGrabButton(__libmansuffix__),
|
||||
XGrabKey(__libmansuffix__),
|
||||
XGrabKeyboard(__libmansuffix__),
|
||||
XGrabPointer(__libmansuffix__)
|
||||
.BR XGrabButton (__libmansuffix__),
|
||||
.BR XGrabKey (__libmansuffix__),
|
||||
.BR XGrabKeyboard (__libmansuffix__),
|
||||
.BR XGrabPointer (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -148,31 +148,31 @@ However, if count is nonzero, at least that number of
|
|||
.B GraphicsExpose
|
||||
events (and possibly more) are to follow for this window.
|
||||
.SH "SEE ALSO"
|
||||
XAnyEvent(__libmansuffix__),
|
||||
XButtonEvent(__libmansuffix__),
|
||||
XCreateWindowEvent(__libmansuffix__),
|
||||
XCirculateEvent(__libmansuffix__),
|
||||
XCirculateRequestEvent(__libmansuffix__),
|
||||
XColormapEvent(__libmansuffix__),
|
||||
XConfigureEvent(__libmansuffix__),
|
||||
XConfigureRequestEvent(__libmansuffix__),
|
||||
XCopyArea(__libmansuffix__),
|
||||
XCrossingEvent(__libmansuffix__),
|
||||
XDestroyWindowEvent(__libmansuffix__),
|
||||
XErrorEvent(__libmansuffix__),
|
||||
XExposeEvent(__libmansuffix__),
|
||||
XFocusChangeEvent(__libmansuffix__),
|
||||
XGravityEvent(__libmansuffix__),
|
||||
XKeymapEvent(__libmansuffix__),
|
||||
XMapEvent(__libmansuffix__),
|
||||
XMapRequestEvent(__libmansuffix__),
|
||||
XPropertyEvent(__libmansuffix__),
|
||||
XReparentEvent(__libmansuffix__),
|
||||
XResizeRequestEvent(__libmansuffix__),
|
||||
XSelectionClearEvent(__libmansuffix__),
|
||||
XSelectionEvent(__libmansuffix__),
|
||||
XSelectionRequestEvent(__libmansuffix__),
|
||||
XUnmapEvent(__libmansuffix__),
|
||||
XVisibilityEvent(__libmansuffix__)
|
||||
.BR XAnyEvent (__libmansuffix__),
|
||||
.BR XButtonEvent (__libmansuffix__),
|
||||
.BR XCreateWindowEvent (__libmansuffix__),
|
||||
.BR XCirculateEvent (__libmansuffix__),
|
||||
.BR XCirculateRequestEvent (__libmansuffix__),
|
||||
.BR XColormapEvent (__libmansuffix__),
|
||||
.BR XConfigureEvent (__libmansuffix__),
|
||||
.BR XConfigureRequestEvent (__libmansuffix__),
|
||||
.BR XCopyArea (__libmansuffix__),
|
||||
.BR XCrossingEvent (__libmansuffix__),
|
||||
.BR XDestroyWindowEvent (__libmansuffix__),
|
||||
.BR XErrorEvent (__libmansuffix__),
|
||||
.BR XExposeEvent (__libmansuffix__),
|
||||
.BR XFocusChangeEvent (__libmansuffix__),
|
||||
.BR XGravityEvent (__libmansuffix__),
|
||||
.BR XKeymapEvent (__libmansuffix__),
|
||||
.BR XMapEvent (__libmansuffix__),
|
||||
.BR XMapRequestEvent (__libmansuffix__),
|
||||
.BR XPropertyEvent (__libmansuffix__),
|
||||
.BR XReparentEvent (__libmansuffix__),
|
||||
.BR XResizeRequestEvent (__libmansuffix__),
|
||||
.BR XSelectionClearEvent (__libmansuffix__),
|
||||
.BR XSelectionEvent (__libmansuffix__),
|
||||
.BR XSelectionRequestEvent (__libmansuffix__),
|
||||
.BR XUnmapEvent (__libmansuffix__),
|
||||
.BR XVisibilityEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -99,30 +99,30 @@ new parent window's origin
|
|||
and indicate the position of the upper-left outside corner of the
|
||||
window.
|
||||
.SH "SEE ALSO"
|
||||
XAnyEvent(__libmansuffix__),
|
||||
XButtonEvent(__libmansuffix__),
|
||||
XCreateWindowEvent(__libmansuffix__),
|
||||
XCirculateEvent(__libmansuffix__),
|
||||
XCirculateRequestEvent(__libmansuffix__),
|
||||
XColormapEvent(__libmansuffix__),
|
||||
XConfigureEvent(__libmansuffix__),
|
||||
XConfigureRequestEvent(__libmansuffix__),
|
||||
XCrossingEvent(__libmansuffix__),
|
||||
XDestroyWindowEvent(__libmansuffix__),
|
||||
XErrorEvent(__libmansuffix__),
|
||||
XExposeEvent(__libmansuffix__),
|
||||
XFocusChangeEvent(__libmansuffix__),
|
||||
XGraphicsExposeEvent(__libmansuffix__),
|
||||
XKeymapEvent(__libmansuffix__),
|
||||
XMapEvent(__libmansuffix__),
|
||||
XMapRequestEvent(__libmansuffix__),
|
||||
XPropertyEvent(__libmansuffix__),
|
||||
XReparentEvent(__libmansuffix__),
|
||||
XResizeRequestEvent(__libmansuffix__),
|
||||
XSelectionClearEvent(__libmansuffix__),
|
||||
XSelectionEvent(__libmansuffix__),
|
||||
XSelectionRequestEvent(__libmansuffix__),
|
||||
XUnmapEvent(__libmansuffix__),
|
||||
XVisibilityEvent(__libmansuffix__)
|
||||
.BR XAnyEvent (__libmansuffix__),
|
||||
.BR XButtonEvent (__libmansuffix__),
|
||||
.BR XCreateWindowEvent (__libmansuffix__),
|
||||
.BR XCirculateEvent (__libmansuffix__),
|
||||
.BR XCirculateRequestEvent (__libmansuffix__),
|
||||
.BR XColormapEvent (__libmansuffix__),
|
||||
.BR XConfigureEvent (__libmansuffix__),
|
||||
.BR XConfigureRequestEvent (__libmansuffix__),
|
||||
.BR XCrossingEvent (__libmansuffix__),
|
||||
.BR XDestroyWindowEvent (__libmansuffix__),
|
||||
.BR XErrorEvent (__libmansuffix__),
|
||||
.BR XExposeEvent (__libmansuffix__),
|
||||
.BR XFocusChangeEvent (__libmansuffix__),
|
||||
.BR XGraphicsExposeEvent (__libmansuffix__),
|
||||
.BR XKeymapEvent (__libmansuffix__),
|
||||
.BR XMapEvent (__libmansuffix__),
|
||||
.BR XMapRequestEvent (__libmansuffix__),
|
||||
.BR XPropertyEvent (__libmansuffix__),
|
||||
.BR XReparentEvent (__libmansuffix__),
|
||||
.BR XResizeRequestEvent (__libmansuffix__),
|
||||
.BR XSelectionClearEvent (__libmansuffix__),
|
||||
.BR XSelectionEvent (__libmansuffix__),
|
||||
.BR XSelectionRequestEvent (__libmansuffix__),
|
||||
.BR XUnmapEvent (__libmansuffix__),
|
||||
.BR XVisibilityEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -152,12 +152,12 @@ alternatives can generate this error.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XChangeWindowAttributes(__libmansuffix__),
|
||||
XConfigureWindow(__libmansuffix__),
|
||||
XCreateWindow(__libmansuffix__),
|
||||
XDestroyWindow(__libmansuffix__),
|
||||
XRaiseWindow(__libmansuffix__),
|
||||
XMapWindow(__libmansuffix__),
|
||||
XUnmapWindow(__libmansuffix__)
|
||||
.BR XChangeWindowAttributes (__libmansuffix__),
|
||||
.BR XConfigureWindow (__libmansuffix__),
|
||||
.BR XCreateWindow (__libmansuffix__),
|
||||
.BR XDestroyWindow (__libmansuffix__),
|
||||
.BR XRaiseWindow (__libmansuffix__),
|
||||
.BR XMapWindow (__libmansuffix__),
|
||||
.BR XUnmapWindow (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -152,9 +152,9 @@ Note that the predicate procedure is called with the
|
|||
display locked, and thus is not allowed to call any function
|
||||
that would take the display lock again.
|
||||
.SH "SEE ALSO"
|
||||
XAnyEvent(__libmansuffix__),
|
||||
XNextEvent(__libmansuffix__),
|
||||
XPutBackEvent(__libmansuffix__)
|
||||
XSendEvent(__libmansuffix__)
|
||||
.BR XAnyEvent (__libmansuffix__),
|
||||
.BR XNextEvent (__libmansuffix__),
|
||||
.BR XPutBackEvent (__libmansuffix__)
|
||||
.BR XSendEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -216,6 +216,6 @@ function deallocates the memory associated with the
|
|||
.B XImage
|
||||
structure.
|
||||
.SH "SEE ALSO"
|
||||
XPutImage(__libmansuffix__)
|
||||
.BR XPutImage (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -143,9 +143,9 @@ A value for a Colormap argument does not name a defined Colormap.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XChangeWindowAttributes(__libmansuffix__),
|
||||
XCreateColormap(__libmansuffix__),
|
||||
XCreateWindow(__libmansuffix__),
|
||||
XFree(__libmansuffix__)
|
||||
.BR XChangeWindowAttributes (__libmansuffix__),
|
||||
.BR XCreateColormap (__libmansuffix__),
|
||||
.BR XCreateWindow (__libmansuffix__),
|
||||
.BR XFree (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -176,7 +176,7 @@ by the argument's type is accepted.
|
|||
Any argument defined as a set of
|
||||
alternatives can generate this error.
|
||||
.SH "SEE ALSO"
|
||||
XFree(__libmansuffix__),
|
||||
XGetWindowProperty(__libmansuffix__)
|
||||
.BR XFree (__libmansuffix__),
|
||||
.BR XGetWindowProperty (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -123,8 +123,8 @@ function reduces the specified region by a specified amount.
|
|||
Positive values shrink the size of the region,
|
||||
and negative values expand the region.
|
||||
.SH "SEE ALSO"
|
||||
XCreateRegion(__libmansuffix__),
|
||||
XDrawRectangle(__libmansuffix__),
|
||||
XEmptyRegion(__libmansuffix__)
|
||||
.BR XCreateRegion (__libmansuffix__),
|
||||
.BR XDrawRectangle (__libmansuffix__),
|
||||
.BR XEmptyRegion (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -95,30 +95,30 @@ The vector is represented as 32 bytes.
|
|||
Byte N (from 0) contains the bits for keys 8N to 8N + 7
|
||||
with the least significant bit in the byte representing key 8N.
|
||||
.SH "SEE ALSO"
|
||||
XAnyEvent(__libmansuffix__),
|
||||
XButtonEvent(__libmansuffix__),
|
||||
XCreateWindowEvent(__libmansuffix__),
|
||||
XCirculateEvent(__libmansuffix__),
|
||||
XCirculateRequestEvent(__libmansuffix__),
|
||||
XColormapEvent(__libmansuffix__),
|
||||
XConfigureEvent(__libmansuffix__),
|
||||
XConfigureRequestEvent(__libmansuffix__),
|
||||
XCrossingEvent(__libmansuffix__),
|
||||
XDestroyWindowEvent(__libmansuffix__),
|
||||
XErrorEvent(__libmansuffix__),
|
||||
XExposeEvent(__libmansuffix__),
|
||||
XFocusChangeEvent(__libmansuffix__),
|
||||
XGraphicsExposeEvent(__libmansuffix__),
|
||||
XGravityEvent(__libmansuffix__),
|
||||
XMapEvent(__libmansuffix__),
|
||||
XMapRequestEvent(__libmansuffix__),
|
||||
XPropertyEvent(__libmansuffix__),
|
||||
XReparentEvent(__libmansuffix__),
|
||||
XResizeRequestEvent(__libmansuffix__),
|
||||
XSelectionClearEvent(__libmansuffix__),
|
||||
XSelectionEvent(__libmansuffix__),
|
||||
XSelectionRequestEvent(__libmansuffix__),
|
||||
XUnmapEvent(__libmansuffix__),
|
||||
XVisibilityEvent(__libmansuffix__)
|
||||
.BR XAnyEvent (__libmansuffix__),
|
||||
.BR XButtonEvent (__libmansuffix__),
|
||||
.BR XCreateWindowEvent (__libmansuffix__),
|
||||
.BR XCirculateEvent (__libmansuffix__),
|
||||
.BR XCirculateRequestEvent (__libmansuffix__),
|
||||
.BR XColormapEvent (__libmansuffix__),
|
||||
.BR XConfigureEvent (__libmansuffix__),
|
||||
.BR XConfigureRequestEvent (__libmansuffix__),
|
||||
.BR XCrossingEvent (__libmansuffix__),
|
||||
.BR XDestroyWindowEvent (__libmansuffix__),
|
||||
.BR XErrorEvent (__libmansuffix__),
|
||||
.BR XExposeEvent (__libmansuffix__),
|
||||
.BR XFocusChangeEvent (__libmansuffix__),
|
||||
.BR XGraphicsExposeEvent (__libmansuffix__),
|
||||
.BR XGravityEvent (__libmansuffix__),
|
||||
.BR XMapEvent (__libmansuffix__),
|
||||
.BR XMapRequestEvent (__libmansuffix__),
|
||||
.BR XPropertyEvent (__libmansuffix__),
|
||||
.BR XReparentEvent (__libmansuffix__),
|
||||
.BR XResizeRequestEvent (__libmansuffix__),
|
||||
.BR XSelectionClearEvent (__libmansuffix__),
|
||||
.BR XSelectionEvent (__libmansuffix__),
|
||||
.BR XSelectionRequestEvent (__libmansuffix__),
|
||||
.BR XUnmapEvent (__libmansuffix__),
|
||||
.BR XVisibilityEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -166,7 +166,7 @@ If other threads make X requests on the same
|
|||
.BR Display ,
|
||||
then this function's behavior is undefined.
|
||||
.SH "SEE ALSO"
|
||||
XLoadFont(__libmansuffix__),
|
||||
XSetFontPath(__libmansuffix__)
|
||||
.BR XLoadFont (__libmansuffix__),
|
||||
.BR XSetFontPath (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -434,8 +434,8 @@ A value for a Font or GContext argument does not name a defined Font.
|
|||
.B BadName
|
||||
A font or color of the specified name does not exist.
|
||||
.SH "SEE ALSO"
|
||||
XCreateGC(__libmansuffix__),
|
||||
XListFonts(__libmansuffix__),
|
||||
XSetFontPath(__libmansuffix__)
|
||||
.BR XCreateGC (__libmansuffix__),
|
||||
.BR XListFonts (__libmansuffix__),
|
||||
.BR XSetFontPath (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -170,14 +170,14 @@ No text conversions are performed;
|
|||
the client is responsible for supplying appropriately encoded strings.
|
||||
Note that you can rebind a KeySym that may not exist.
|
||||
.SH "SEE ALSO"
|
||||
XButtonEvent(__libmansuffix__),
|
||||
XMapEvent(__libmansuffix__),
|
||||
XStringToKeysym(__libmansuffix__),
|
||||
XkbLookupKeySym(__libmansuffix__),
|
||||
XkbRefreshKeyboardMapping(__libmansuffix__),
|
||||
XmbLookupString(__libmansuffix__),
|
||||
XwcLookupString(__libmansuffix__),
|
||||
Xutf8LookupString(__libmansuffix__),
|
||||
Compose(__filemansuffix__)
|
||||
.BR XButtonEvent (__libmansuffix__),
|
||||
.BR XMapEvent (__libmansuffix__),
|
||||
.BR XStringToKeysym (__libmansuffix__),
|
||||
.BR XkbLookupKeySym (__libmansuffix__),
|
||||
.BR XkbRefreshKeyboardMapping (__libmansuffix__),
|
||||
.BR XmbLookupString (__libmansuffix__),
|
||||
.BR XwcLookupString (__libmansuffix__),
|
||||
.BR Xutf8LookupString (__libmansuffix__),
|
||||
.BR Compose (__filemansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -163,30 +163,30 @@ The number in first_keycode represents the first number in the range
|
|||
of the altered mapping,
|
||||
and count represents the number of keycodes altered.
|
||||
.SH "SEE ALSO"
|
||||
XAnyEvent(__libmansuffix__),
|
||||
XButtonEvent(__libmansuffix__),
|
||||
XCreateWindowEvent(__libmansuffix__),
|
||||
XCirculateEvent(__libmansuffix__),
|
||||
XCirculateRequestEvent(__libmansuffix__),
|
||||
XColormapEvent(__libmansuffix__),
|
||||
XConfigureEvent(__libmansuffix__),
|
||||
XConfigureRequestEvent(__libmansuffix__),
|
||||
XCrossingEvent(__libmansuffix__),
|
||||
XDestroyWindowEvent(__libmansuffix__),
|
||||
XErrorEvent(__libmansuffix__),
|
||||
XExposeEvent(__libmansuffix__),
|
||||
XFocusChangeEvent(__libmansuffix__),
|
||||
XGraphicsExposeEvent(__libmansuffix__),
|
||||
XGravityEvent(__libmansuffix__),
|
||||
XKeymapEvent(__libmansuffix__),
|
||||
XMapRequestEvent(__libmansuffix__),
|
||||
XPropertyEvent(__libmansuffix__),
|
||||
XReparentEvent(__libmansuffix__),
|
||||
XResizeRequestEvent(__libmansuffix__),
|
||||
XSelectionClearEvent(__libmansuffix__),
|
||||
XSelectionEvent(__libmansuffix__),
|
||||
XSelectionRequestEvent(__libmansuffix__),
|
||||
XUnmapEvent(__libmansuffix__),
|
||||
XVisibilityEvent(__libmansuffix__)
|
||||
.BR XAnyEvent (__libmansuffix__),
|
||||
.BR XButtonEvent (__libmansuffix__),
|
||||
.BR XCreateWindowEvent (__libmansuffix__),
|
||||
.BR XCirculateEvent (__libmansuffix__),
|
||||
.BR XCirculateRequestEvent (__libmansuffix__),
|
||||
.BR XColormapEvent (__libmansuffix__),
|
||||
.BR XConfigureEvent (__libmansuffix__),
|
||||
.BR XConfigureRequestEvent (__libmansuffix__),
|
||||
.BR XCrossingEvent (__libmansuffix__),
|
||||
.BR XDestroyWindowEvent (__libmansuffix__),
|
||||
.BR XErrorEvent (__libmansuffix__),
|
||||
.BR XExposeEvent (__libmansuffix__),
|
||||
.BR XFocusChangeEvent (__libmansuffix__),
|
||||
.BR XGraphicsExposeEvent (__libmansuffix__),
|
||||
.BR XGravityEvent (__libmansuffix__),
|
||||
.BR XKeymapEvent (__libmansuffix__),
|
||||
.BR XMapRequestEvent (__libmansuffix__),
|
||||
.BR XPropertyEvent (__libmansuffix__),
|
||||
.BR XReparentEvent (__libmansuffix__),
|
||||
.BR XResizeRequestEvent (__libmansuffix__),
|
||||
.BR XSelectionClearEvent (__libmansuffix__),
|
||||
.BR XSelectionEvent (__libmansuffix__),
|
||||
.BR XSelectionRequestEvent (__libmansuffix__),
|
||||
.BR XUnmapEvent (__libmansuffix__),
|
||||
.BR XVisibilityEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -89,30 +89,30 @@ dispatchers.
|
|||
The parent member is set to the parent window.
|
||||
The window member is set to the window to be mapped.
|
||||
.SH "SEE ALSO"
|
||||
XAnyEvent(__libmansuffix__),
|
||||
XButtonEvent(__libmansuffix__),
|
||||
XCreateWindowEvent(__libmansuffix__),
|
||||
XCirculateEvent(__libmansuffix__),
|
||||
XCirculateRequestEvent(__libmansuffix__),
|
||||
XColormapEvent(__libmansuffix__),
|
||||
XConfigureEvent(__libmansuffix__),
|
||||
XConfigureRequestEvent(__libmansuffix__),
|
||||
XCrossingEvent(__libmansuffix__),
|
||||
XDestroyWindowEvent(__libmansuffix__),
|
||||
XErrorEvent(__libmansuffix__),
|
||||
XExposeEvent(__libmansuffix__),
|
||||
XFocusChangeEvent(__libmansuffix__),
|
||||
XGraphicsExposeEvent(__libmansuffix__),
|
||||
XGravityEvent(__libmansuffix__),
|
||||
XKeymapEvent(__libmansuffix__),
|
||||
XMapEvent(__libmansuffix__),
|
||||
XPropertyEvent(__libmansuffix__),
|
||||
XReparentEvent(__libmansuffix__),
|
||||
XResizeRequestEvent(__libmansuffix__),
|
||||
XSelectionClearEvent(__libmansuffix__),
|
||||
XSelectionEvent(__libmansuffix__),
|
||||
XSelectionRequestEvent(__libmansuffix__),
|
||||
XUnmapEvent(__libmansuffix__),
|
||||
XVisibilityEvent(__libmansuffix__)
|
||||
.BR XAnyEvent (__libmansuffix__),
|
||||
.BR XButtonEvent (__libmansuffix__),
|
||||
.BR XCreateWindowEvent (__libmansuffix__),
|
||||
.BR XCirculateEvent (__libmansuffix__),
|
||||
.BR XCirculateRequestEvent (__libmansuffix__),
|
||||
.BR XColormapEvent (__libmansuffix__),
|
||||
.BR XConfigureEvent (__libmansuffix__),
|
||||
.BR XConfigureRequestEvent (__libmansuffix__),
|
||||
.BR XCrossingEvent (__libmansuffix__),
|
||||
.BR XDestroyWindowEvent (__libmansuffix__),
|
||||
.BR XErrorEvent (__libmansuffix__),
|
||||
.BR XExposeEvent (__libmansuffix__),
|
||||
.BR XFocusChangeEvent (__libmansuffix__),
|
||||
.BR XGraphicsExposeEvent (__libmansuffix__),
|
||||
.BR XGravityEvent (__libmansuffix__),
|
||||
.BR XKeymapEvent (__libmansuffix__),
|
||||
.BR XMapEvent (__libmansuffix__),
|
||||
.BR XPropertyEvent (__libmansuffix__),
|
||||
.BR XReparentEvent (__libmansuffix__),
|
||||
.BR XResizeRequestEvent (__libmansuffix__),
|
||||
.BR XSelectionClearEvent (__libmansuffix__),
|
||||
.BR XSelectionEvent (__libmansuffix__),
|
||||
.BR XSelectionRequestEvent (__libmansuffix__),
|
||||
.BR XUnmapEvent (__libmansuffix__),
|
||||
.BR XVisibilityEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -171,11 +171,11 @@ error.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XChangeWindowAttributes(__libmansuffix__),
|
||||
XConfigureWindow(__libmansuffix__),
|
||||
XCreateWindow(__libmansuffix__),
|
||||
XDestroyWindow(__libmansuffix__),
|
||||
XRaiseWindow(__libmansuffix__),
|
||||
XUnmapWindow(__libmansuffix__)
|
||||
.BR XChangeWindowAttributes (__libmansuffix__),
|
||||
.BR XConfigureWindow (__libmansuffix__),
|
||||
.BR XCreateWindow (__libmansuffix__),
|
||||
.BR XDestroyWindow (__libmansuffix__),
|
||||
.BR XRaiseWindow (__libmansuffix__),
|
||||
.BR XUnmapWindow (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -205,9 +205,9 @@ returns
|
|||
.BR False ,
|
||||
and the output buffer will have been flushed.
|
||||
.SH "SEE ALSO"
|
||||
XAnyEvent(__libmansuffix__),
|
||||
XIfEvent(__libmansuffix__),
|
||||
XPutBackEvent(__libmansuffix__),
|
||||
XSendEvent(__libmansuffix__)
|
||||
.BR XAnyEvent (__libmansuffix__),
|
||||
.BR XIfEvent (__libmansuffix__),
|
||||
.BR XPutBackEvent (__libmansuffix__),
|
||||
.BR XSendEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -149,8 +149,8 @@ can generate a
|
|||
.B BadGC
|
||||
error.
|
||||
.SH "SEE ALSO"
|
||||
AllPlanes(__libmansuffix__),
|
||||
XFlush(__libmansuffix__),
|
||||
XSetCloseDownMode(__libmansuffix__)
|
||||
.BR AllPlanes (__libmansuffix__),
|
||||
.BR XFlush (__libmansuffix__),
|
||||
.BR XSetCloseDownMode (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -201,9 +201,9 @@ The function returns
|
|||
if it succeeds; otherwise, it returns
|
||||
.BR False .
|
||||
.SH "SEE ALSO"
|
||||
XCreateIC(__libmansuffix__),
|
||||
XSetICFocus(__libmansuffix__),
|
||||
XSetICValues(__libmansuffix__),
|
||||
XmbResetIC(__libmansuffix__)
|
||||
.BR XCreateIC (__libmansuffix__),
|
||||
.BR XSetICFocus (__libmansuffix__),
|
||||
.BR XSetICValues (__libmansuffix__),
|
||||
.BR XmbResetIC (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -156,7 +156,7 @@ The
|
|||
.B XLocaleOfOM
|
||||
returns the locale associated with the specified output method.
|
||||
.SH "SEE ALSO"
|
||||
XCreateOC(__libmansuffix__),
|
||||
XCreateFontSet(__libmansuffix__)
|
||||
.BR XCreateOC (__libmansuffix__),
|
||||
.BR XCreateFontSet (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -184,6 +184,6 @@ of zero to be returned.
|
|||
The caller may pass the address of the hints win_gravity field
|
||||
as gravity_return to update the hints directly.
|
||||
.SH "SEE ALSO"
|
||||
XSetWMProperties(__libmansuffix__)
|
||||
.BR XSetWMProperties (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -81,8 +81,8 @@ The
|
|||
.B XClipBox
|
||||
function returns the smallest rectangle enclosing the specified region.
|
||||
.SH "SEE ALSO"
|
||||
XCreateGC(__libmansuffix__),
|
||||
XDrawPoint(__libmansuffix__),
|
||||
XDrawRectangle(__libmansuffix__)
|
||||
.BR XCreateGC (__libmansuffix__),
|
||||
.BR XDrawPoint (__libmansuffix__),
|
||||
.BR XDrawRectangle (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -118,31 +118,31 @@ or, if the delete argument is
|
|||
.BR True ,
|
||||
.BR XGetWindowProperty .
|
||||
.SH "SEE ALSO"
|
||||
XAnyEvent(__libmansuffix__),
|
||||
XButtonEvent(__libmansuffix__),
|
||||
XCreateWindowEvent(__libmansuffix__),
|
||||
XCirculateEvent(__libmansuffix__),
|
||||
XCirculateRequestEvent(__libmansuffix__),
|
||||
XColormapEvent(__libmansuffix__),
|
||||
XConfigureEvent(__libmansuffix__),
|
||||
XConfigureRequestEvent(__libmansuffix__),
|
||||
XCrossingEvent(__libmansuffix__),
|
||||
XDestroyWindowEvent(__libmansuffix__),
|
||||
XErrorEvent(__libmansuffix__),
|
||||
XExposeEvent(__libmansuffix__),
|
||||
XFocusChangeEvent(__libmansuffix__),
|
||||
XGetWindowProperty(__libmansuffix__),
|
||||
XGraphicsExposeEvent(__libmansuffix__),
|
||||
XGravityEvent(__libmansuffix__),
|
||||
XKeymapEvent(__libmansuffix__),
|
||||
XMapEvent(__libmansuffix__),
|
||||
XMapRequestEvent(__libmansuffix__),
|
||||
XReparentEvent(__libmansuffix__),
|
||||
XResizeRequestEvent(__libmansuffix__),
|
||||
XSelectionClearEvent(__libmansuffix__),
|
||||
XSelectionEvent(__libmansuffix__),
|
||||
XSelectionRequestEvent(__libmansuffix__),
|
||||
XUnmapEvent(__libmansuffix__),
|
||||
XVisibilityEvent(__libmansuffix__)
|
||||
.BR XAnyEvent (__libmansuffix__),
|
||||
.BR XButtonEvent (__libmansuffix__),
|
||||
.BR XCreateWindowEvent (__libmansuffix__),
|
||||
.BR XCirculateEvent (__libmansuffix__),
|
||||
.BR XCirculateRequestEvent (__libmansuffix__),
|
||||
.BR XColormapEvent (__libmansuffix__),
|
||||
.BR XConfigureEvent (__libmansuffix__),
|
||||
.BR XConfigureRequestEvent (__libmansuffix__),
|
||||
.BR XCrossingEvent (__libmansuffix__),
|
||||
.BR XDestroyWindowEvent (__libmansuffix__),
|
||||
.BR XErrorEvent (__libmansuffix__),
|
||||
.BR XExposeEvent (__libmansuffix__),
|
||||
.BR XFocusChangeEvent (__libmansuffix__),
|
||||
.BR XGetWindowProperty (__libmansuffix__),
|
||||
.BR XGraphicsExposeEvent (__libmansuffix__),
|
||||
.BR XGravityEvent (__libmansuffix__),
|
||||
.BR XKeymapEvent (__libmansuffix__),
|
||||
.BR XMapEvent (__libmansuffix__),
|
||||
.BR XMapRequestEvent (__libmansuffix__),
|
||||
.BR XReparentEvent (__libmansuffix__),
|
||||
.BR XResizeRequestEvent (__libmansuffix__),
|
||||
.BR XSelectionClearEvent (__libmansuffix__),
|
||||
.BR XSelectionEvent (__libmansuffix__),
|
||||
.BR XSelectionRequestEvent (__libmansuffix__),
|
||||
.BR XUnmapEvent (__libmansuffix__),
|
||||
.BR XVisibilityEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -66,9 +66,9 @@ would rather deal with it later.
|
|||
There is no limit to the number of times in succession that you can call
|
||||
.BR XPutBackEvent .
|
||||
.SH "SEE ALSO"
|
||||
XAnyEvent(__libmansuffix__),
|
||||
XIfEvent(__libmansuffix__),
|
||||
XNextEvent(__libmansuffix__),
|
||||
XSendEvent(__libmansuffix__)
|
||||
.BR XAnyEvent (__libmansuffix__),
|
||||
.BR XIfEvent (__libmansuffix__),
|
||||
.BR XNextEvent (__libmansuffix__),
|
||||
.BR XSendEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -182,13 +182,13 @@ by the argument's type is accepted.
|
|||
Any argument defined as a set of
|
||||
alternatives can generate this error.
|
||||
.SH "SEE ALSO"
|
||||
XCreateGC(__libmansuffix__),
|
||||
XSetArcMode(__libmansuffix__),
|
||||
XSetClipOrigin(__libmansuffix__),
|
||||
XSetFillStyle(__libmansuffix__),
|
||||
XSetFont(__libmansuffix__),
|
||||
XSetLineAttributes(__libmansuffix__),
|
||||
XSetState(__libmansuffix__),
|
||||
XSetTile(__libmansuffix__)
|
||||
.BR XCreateGC (__libmansuffix__),
|
||||
.BR XSetArcMode (__libmansuffix__),
|
||||
.BR XSetClipOrigin (__libmansuffix__),
|
||||
.BR XSetFillStyle (__libmansuffix__),
|
||||
.BR XSetFont (__libmansuffix__),
|
||||
.BR XSetLineAttributes (__libmansuffix__),
|
||||
.BR XSetState (__libmansuffix__),
|
||||
.BR XSetTile (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -244,8 +244,8 @@ by the argument's type is accepted.
|
|||
Any argument defined as a set of
|
||||
alternatives can generate this error.
|
||||
.SH "SEE ALSO"
|
||||
XAllocColor(__libmansuffix__),
|
||||
XCreateColormap(__libmansuffix__),
|
||||
XStoreColors(__libmansuffix__)
|
||||
.BR XAllocColor (__libmansuffix__),
|
||||
.BR XCreateColormap (__libmansuffix__),
|
||||
.BR XStoreColors (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ error.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XGetWindowAttributes(__libmansuffix__),
|
||||
XQueryTree(__libmansuffix__)
|
||||
.BR XGetWindowAttributes (__libmansuffix__),
|
||||
.BR XQueryTree (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -92,8 +92,8 @@ This really should return a screen *, not a root window ID.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XFree(__libmansuffix__),
|
||||
XGetWindowAttributes(__libmansuffix__),
|
||||
XQueryPointer(__libmansuffix__)
|
||||
.BR XFree (__libmansuffix__),
|
||||
.BR XGetWindowAttributes (__libmansuffix__),
|
||||
.BR XQueryPointer (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -243,11 +243,11 @@ alternatives can generate this error.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XChangeWindowAttributes(__libmansuffix__),
|
||||
XConfigureWindow(__libmansuffix__),
|
||||
XCreateWindow(__libmansuffix__),
|
||||
XDestroyWindow(__libmansuffix__),
|
||||
XMapWindow(__libmansuffix__),
|
||||
XUnmapWindow(__libmansuffix__)
|
||||
.BR XChangeWindowAttributes (__libmansuffix__),
|
||||
.BR XConfigureWindow (__libmansuffix__),
|
||||
.BR XCreateWindow (__libmansuffix__),
|
||||
.BR XDestroyWindow (__libmansuffix__),
|
||||
.BR XMapWindow (__libmansuffix__),
|
||||
.BR XUnmapWindow (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -255,7 +255,7 @@ An
|
|||
.B InputOnly
|
||||
window is used as a Drawable.
|
||||
.SH "SEE ALSO"
|
||||
XCreatePixmap(__libmansuffix__),
|
||||
XPutImage(__libmansuffix__)
|
||||
.BR XCreatePixmap (__libmansuffix__),
|
||||
.BR XPutImage (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -128,8 +128,8 @@ A value for a Cursor argument does not name a defined Cursor.
|
|||
.B BadDrawable
|
||||
A value for a Drawable argument does not name a defined Window or Pixmap.
|
||||
.SH "SEE ALSO"
|
||||
XCreateColormap(__libmansuffix__),
|
||||
XCreateFontCursor(__libmansuffix__),
|
||||
XDefineCursor(__libmansuffix__)
|
||||
.BR XCreateColormap (__libmansuffix__),
|
||||
.BR XCreateFontCursor (__libmansuffix__),
|
||||
.BR XDefineCursor (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -106,30 +106,30 @@ Window manager clients normally should ignore this window
|
|||
if the override_redirect member is
|
||||
.BR True .
|
||||
.SH "SEE ALSO"
|
||||
XAnyEvent(__libmansuffix__),
|
||||
XButtonEvent(__libmansuffix__),
|
||||
XCreateWindowEvent(__libmansuffix__),
|
||||
XCirculateEvent(__libmansuffix__),
|
||||
XCirculateRequestEvent(__libmansuffix__),
|
||||
XColormapEvent(__libmansuffix__),
|
||||
XConfigureEvent(__libmansuffix__),
|
||||
XConfigureRequestEvent(__libmansuffix__),
|
||||
XCrossingEvent(__libmansuffix__),
|
||||
XDestroyWindowEvent(__libmansuffix__),
|
||||
XErrorEvent(__libmansuffix__),
|
||||
XExposeEvent(__libmansuffix__),
|
||||
XFocusChangeEvent(__libmansuffix__),
|
||||
XGraphicsExposeEvent(__libmansuffix__),
|
||||
XGravityEvent(__libmansuffix__),
|
||||
XKeymapEvent(__libmansuffix__),
|
||||
XMapEvent(__libmansuffix__),
|
||||
XMapRequestEvent(__libmansuffix__),
|
||||
XPropertyEvent(__libmansuffix__),
|
||||
XResizeRequestEvent(__libmansuffix__),
|
||||
XSelectionClearEvent(__libmansuffix__),
|
||||
XSelectionEvent(__libmansuffix__),
|
||||
XSelectionRequestEvent(__libmansuffix__),
|
||||
XUnmapEvent(__libmansuffix__),
|
||||
XVisibilityEvent(__libmansuffix__)
|
||||
.BR XAnyEvent (__libmansuffix__),
|
||||
.BR XButtonEvent (__libmansuffix__),
|
||||
.BR XCreateWindowEvent (__libmansuffix__),
|
||||
.BR XCirculateEvent (__libmansuffix__),
|
||||
.BR XCirculateRequestEvent (__libmansuffix__),
|
||||
.BR XColormapEvent (__libmansuffix__),
|
||||
.BR XConfigureEvent (__libmansuffix__),
|
||||
.BR XConfigureRequestEvent (__libmansuffix__),
|
||||
.BR XCrossingEvent (__libmansuffix__),
|
||||
.BR XDestroyWindowEvent (__libmansuffix__),
|
||||
.BR XErrorEvent (__libmansuffix__),
|
||||
.BR XExposeEvent (__libmansuffix__),
|
||||
.BR XFocusChangeEvent (__libmansuffix__),
|
||||
.BR XGraphicsExposeEvent (__libmansuffix__),
|
||||
.BR XGravityEvent (__libmansuffix__),
|
||||
.BR XKeymapEvent (__libmansuffix__),
|
||||
.BR XMapEvent (__libmansuffix__),
|
||||
.BR XMapRequestEvent (__libmansuffix__),
|
||||
.BR XPropertyEvent (__libmansuffix__),
|
||||
.BR XResizeRequestEvent (__libmansuffix__),
|
||||
.BR XSelectionClearEvent (__libmansuffix__),
|
||||
.BR XSelectionEvent (__libmansuffix__),
|
||||
.BR XSelectionRequestEvent (__libmansuffix__),
|
||||
.BR XUnmapEvent (__libmansuffix__),
|
||||
.BR XVisibilityEvent (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
|
|
@ -128,6 +128,6 @@ errors.
|
|||
.B BadWindow
|
||||
A value for a Window argument does not name a defined Window.
|
||||
.SH "SEE ALSO"
|
||||
XChangeSaveSet(__libmansuffix__)
|
||||
.BR XChangeSaveSet (__libmansuffix__)
|
||||
.br
|
||||
\fI\*(xL\fP
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue