OpenGL.raw.GLX.__init__
index
/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GLX/__init__.py

Raw (C-style) API for OpenGL.GLX
 
Automatically generated by the generateraw script, do not edit!

 
Modules
       
OpenGL.constants
OpenGL.arrays
ctypes.macholib
OpenGL.platform
ctypes.util

 
Classes
       
Structure(_ctypes._CData)
Depth
GLXBufferClobberEventSGIX
GLXHyperpipeConfigSGIX
GLXHyperpipeNetworkSGIX
GLXPbufferClobberEvent
GLXPipeRect
GLXPipeRectLimits
N10XSizeHints4DOT_93E
N14pthread_cond_t3DOT_7E
N16pthread_rwlock_t4DOT_10E
Screen
ScreenFormat
Visual
XAnyEvent
XArc
XButtonEvent
XButtonEvent
XButtonEvent
XChar2b
XCharStruct
XCirculateEvent
XCirculateRequestEvent
XClassHint
XClientMessageEvent
XColor
XColormapEvent
XConfigureEvent
XConfigureRequestEvent
XCreateWindowEvent
XCrossingEvent
XCrossingEvent
XCrossingEvent
XDestroyWindowEvent
XErrorEvent
XExposeEvent
XExtCodes
XFocusChangeEvent
XFocusChangeEvent
XFocusChangeEvent
XFontProp
XFontSetExtents
XFontStruct
XGCValues
XGraphicsExposeEvent
XGravityEvent
XHostAddress
XICCallback
XIMCallback
XIMStyles
XIMValuesList
XIconSize
XKeyEvent
XKeyEvent
XKeyEvent
XKeyboardControl
XKeyboardState
XKeymapEvent
XMapEvent
XMapRequestEvent
XMappingEvent
XModifierKeymap
XMotionEvent
XMotionEvent
XNoExposeEvent
XOMCharSetList
XOMFontInfo
XOMOrientation
XPixmapFormatValues
XPoint
XPropertyEvent
XRectangle
XReparentEvent
XResizeRequestEvent
XSegment
XSelectionClearEvent
XSelectionEvent
XSelectionRequestEvent
XServerInterpretedAddress
XSetWindowAttributes
XSizeHints
XStandardColormap
XTextItem
XTextItem16
XTextProperty
XTimeCoord
XUnmapEvent
XVisibilityEvent
XVisualInfo
XWMHints
XWindowAttributes
XWindowChanges
XmbTextItem
XwcTextItem
_4DOT_35
_XComposeStatus
_XComposeStatus
_XDisplay
_XDisplay
_XExtData
_XExtData
_XGC
_XIC
_XIM
_XIMHotKeyTrigger
_XIMHotKeyTrigger
_XIMHotKeyTriggers
_XIMHotKeyTriggers
_XIMPreeditCaretCallbackStruct
_XIMPreeditCaretCallbackStruct
_XIMPreeditDrawCallbackStruct
_XIMPreeditDrawCallbackStruct
_XIMPreeditStateNotifyCallbackStruct
_XIMPreeditStateNotifyCallbackStruct
_XIMStatusDrawCallbackStruct
_XIMStatusDrawCallbackStruct
_XIMStringConversionCallbackStruct
_XIMStringConversionCallbackStruct
_XIMStringConversionText
_XIMStringConversionText
_XIMText
_XIMText
_XImage
_XImage
_XOC
_XOM
_XPrivate
_XRegion
_XrmHashBucketRec
__GLXFBConfigRec
__GLXcontextRec
__fsid_t
__fsid_t
__pthread_internal_list
__pthread_internal_list
__pthread_mutex_s
__sigset_t
__sigset_t
fd_set
funcs
imaxdiv_t
timespec
timeval
Union(_ctypes._CData)
N19XClientMessageEvent4DOT_64E
N24_XIMStringConversionText4DOT_86E
N28_XIMStatusDrawCallbackStruct4DOT_90E
N8_XIMText4DOT_85E
XEDataObject
_XEvent
_XEvent
__GLXEvent
__GLXEvent
pthread_attr_t
pthread_barrier_t
pthread_barrierattr_t
pthread_cond_t
pthread_condattr_t
pthread_mutex_t
pthread_mutexattr_t
pthread_rwlock_t
pthread_rwlockattr_t

 
class Depth(Structure)
    #def DefaultVisual(dpy,scr): return (ScreenOfDisplay(dpy,scr)->root_visual) # macro
#def DefaultVisualOfScreen(s): return ((s)->root_visual) # macro
 
 
Method resolution order:
Depth
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
depth
Structure/Union member
nvisuals
Structure/Union member
visuals
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
Display = class _XDisplay(Structure)
    
Method resolution order:
_XDisplay
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class GLXBufferClobberEventSGIX(Structure)
    
Method resolution order:
GLXBufferClobberEventSGIX
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
count
Structure/Union member
display
Structure/Union member
draw_type
Structure/Union member
drawable
Structure/Union member
event_type
Structure/Union member
height
Structure/Union member
mask
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
type
Structure/Union member
width
Structure/Union member
x
Structure/Union member
y
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
GLXEvent = class __GLXEvent(Union)
    
Method resolution order:
__GLXEvent
Union
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
glxpbufferclobber
Structure/Union member
pad
Structure/Union member

Methods inherited from Union:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Union:
__new__ = <built-in method __new__ of _ctypes.UnionType object at 0x40271cc0>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class GLXHyperpipeConfigSGIX(Structure)
    
Method resolution order:
GLXHyperpipeConfigSGIX
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
channel
Structure/Union member
participationType
Structure/Union member
pipeName
Structure/Union member
timeSlice
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class GLXHyperpipeNetworkSGIX(Structure)
    
Method resolution order:
GLXHyperpipeNetworkSGIX
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
networkId
Structure/Union member
pipeName
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class GLXPbufferClobberEvent(Structure)
    
Method resolution order:
GLXPbufferClobberEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
aux_buffer
Structure/Union member
buffer_mask
Structure/Union member
count
Structure/Union member
display
Structure/Union member
draw_type
Structure/Union member
drawable
Structure/Union member
event_type
Structure/Union member
height
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
width
Structure/Union member
x
Structure/Union member
y
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class GLXPipeRect(Structure)
    
Method resolution order:
GLXPipeRect
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
destHeight
Structure/Union member
destWidth
Structure/Union member
destXOrigin
Structure/Union member
destYOrigin
Structure/Union member
pipeName
Structure/Union member
srcHeight
Structure/Union member
srcWidth
Structure/Union member
srcXOrigin
Structure/Union member
srcYOrigin
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class GLXPipeRectLimits(Structure)
    
Method resolution order:
GLXPipeRectLimits
Structure
_ctypes._CData
object

Data descriptors defined here:
XOrigin
Structure/Union member
YOrigin
Structure/Union member
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
maxHeight
Structure/Union member
maxWidth
Structure/Union member
pipeName
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class N10XSizeHints4DOT_93E(Structure)
    #def MaxCmapsOfScreen(s): return ((s)->max_maps) # macro
#def MinCmapsOfScreen(s): return ((s)->min_maps) # macro
 
 
Method resolution order:
N10XSizeHints4DOT_93E
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
x
Structure/Union member
y
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class N14pthread_cond_t3DOT_7E(Structure)
    
Method resolution order:
N14pthread_cond_t3DOT_7E
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class N16pthread_rwlock_t4DOT_10E(Structure)
    
Method resolution order:
N16pthread_rwlock_t4DOT_10E
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class N19XClientMessageEvent4DOT_64E(Union)
    
Method resolution order:
N19XClientMessageEvent4DOT_64E
Union
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
b
Structure/Union member
l
Structure/Union member
s
Structure/Union member

Methods inherited from Union:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Union:
__new__ = <built-in method __new__ of _ctypes.UnionType object at 0x40271cc0>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class N24_XIMStringConversionText4DOT_86E(Union)
    
Method resolution order:
N24_XIMStringConversionText4DOT_86E
Union
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
mbs
Structure/Union member
wcs
Structure/Union member

Methods inherited from Union:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Union:
__new__ = <built-in method __new__ of _ctypes.UnionType object at 0x40271cc0>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class N28_XIMStatusDrawCallbackStruct4DOT_90E(Union)
    
Method resolution order:
N28_XIMStatusDrawCallbackStruct4DOT_90E
Union
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
bitmap
Structure/Union member
text
Structure/Union member

Methods inherited from Union:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Union:
__new__ = <built-in method __new__ of _ctypes.UnionType object at 0x40271cc0>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class N8_XIMText4DOT_85E(Union)
    
Method resolution order:
N8_XIMText4DOT_85E
Union
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
multi_byte
Structure/Union member
wide_char
Structure/Union member

Methods inherited from Union:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Union:
__new__ = <built-in method __new__ of _ctypes.UnionType object at 0x40271cc0>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class Screen(Structure)
    #def RootWindow(dpy,scr): return (ScreenOfDisplay(dpy,scr)->root) # macro
#def RootWindowOfScreen(s): return ((s)->root) # macro
 
 
Method resolution order:
Screen
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
backing_store
Structure/Union member
black_pixel
Structure/Union member
cmap
Structure/Union member
default_gc
Structure/Union member
depths
Structure/Union member
display
Structure/Union member
ext_data
Structure/Union member
height
Structure/Union member
max_maps
Structure/Union member
mheight
Structure/Union member
min_maps
Structure/Union member
mwidth
Structure/Union member
ndepths
Structure/Union member
root
Structure/Union member
root_depth
Structure/Union member
root_input_mask
Structure/Union member
root_visual
Structure/Union member
save_unders
Structure/Union member
white_pixel
Structure/Union member
width
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class ScreenFormat(Structure)
    #def ScreenCount(dpy): return (((_XPrivDisplay)dpy)->nscreens) # macro
 
 
Method resolution order:
ScreenFormat
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
bits_per_pixel
Structure/Union member
depth
Structure/Union member
ext_data
Structure/Union member
scanline_pad
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class Visual(Structure)
    
Method resolution order:
Visual
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
bits_per_rgb
Structure/Union member
blue_mask
Structure/Union member
c_class
Structure/Union member
ext_data
Structure/Union member
green_mask
Structure/Union member
map_entries
Structure/Union member
red_mask
Structure/Union member
visualid
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XAnyEvent(Structure)
    
Method resolution order:
XAnyEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
display
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
type
Structure/Union member
window
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XArc(Structure)
    
Method resolution order:
XArc
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
angle1
Structure/Union member
angle2
Structure/Union member
height
Structure/Union member
width
Structure/Union member
x
Structure/Union member
y
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XButtonEvent(Structure)
    
Method resolution order:
XButtonEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
button
Structure/Union member
display
Structure/Union member
root
Structure/Union member
same_screen
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
state
Structure/Union member
subwindow
Structure/Union member
time
Structure/Union member
type
Structure/Union member
window
Structure/Union member
x
Structure/Union member
x_root
Structure/Union member
y
Structure/Union member
y_root
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XButtonPressedEvent = class XButtonEvent(Structure)
    
Method resolution order:
XButtonEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
button
Structure/Union member
display
Structure/Union member
root
Structure/Union member
same_screen
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
state
Structure/Union member
subwindow
Structure/Union member
time
Structure/Union member
type
Structure/Union member
window
Structure/Union member
x
Structure/Union member
x_root
Structure/Union member
y
Structure/Union member
y_root
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XButtonReleasedEvent = class XButtonEvent(Structure)
    
Method resolution order:
XButtonEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
button
Structure/Union member
display
Structure/Union member
root
Structure/Union member
same_screen
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
state
Structure/Union member
subwindow
Structure/Union member
time
Structure/Union member
type
Structure/Union member
window
Structure/Union member
x
Structure/Union member
x_root
Structure/Union member
y
Structure/Union member
y_root
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XChar2b(Structure)
    
Method resolution order:
XChar2b
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
byte1
Structure/Union member
byte2
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XCharStruct(Structure)
    
Method resolution order:
XCharStruct
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
ascent
Structure/Union member
attributes
Structure/Union member
descent
Structure/Union member
lbearing
Structure/Union member
rbearing
Structure/Union member
width
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XCirculateEvent(Structure)
    
Method resolution order:
XCirculateEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
display
Structure/Union member
event
Structure/Union member
place
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
type
Structure/Union member
window
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XCirculateRequestEvent(Structure)
    
Method resolution order:
XCirculateRequestEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
display
Structure/Union member
parent
Structure/Union member
place
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
type
Structure/Union member
window
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XClassHint(Structure)
    
Method resolution order:
XClassHint
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
res_class
Structure/Union member
res_name
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XClientMessageEvent(Structure)
    
Method resolution order:
XClientMessageEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
data
Structure/Union member
display
Structure/Union member
format
Structure/Union member
message_type
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
type
Structure/Union member
window
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XColor(Structure)
    
Method resolution order:
XColor
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
blue
Structure/Union member
flags
Structure/Union member
green
Structure/Union member
pad
Structure/Union member
pixel
Structure/Union member
red
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XColormapEvent(Structure)
    
Method resolution order:
XColormapEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
c_new
Structure/Union member
colormap
Structure/Union member
display
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
state
Structure/Union member
type
Structure/Union member
window
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XComposeStatus = class _XComposeStatus(Structure)
    
Method resolution order:
_XComposeStatus
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
chars_matched
Structure/Union member
compose_ptr
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XConfigureEvent(Structure)
    
Method resolution order:
XConfigureEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
above
Structure/Union member
border_width
Structure/Union member
display
Structure/Union member
event
Structure/Union member
height
Structure/Union member
override_redirect
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
type
Structure/Union member
width
Structure/Union member
window
Structure/Union member
x
Structure/Union member
y
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XConfigureRequestEvent(Structure)
    
Method resolution order:
XConfigureRequestEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
above
Structure/Union member
border_width
Structure/Union member
detail
Structure/Union member
display
Structure/Union member
height
Structure/Union member
parent
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
type
Structure/Union member
value_mask
Structure/Union member
width
Structure/Union member
window
Structure/Union member
x
Structure/Union member
y
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XCreateWindowEvent(Structure)
    
Method resolution order:
XCreateWindowEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
border_width
Structure/Union member
display
Structure/Union member
height
Structure/Union member
override_redirect
Structure/Union member
parent
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
type
Structure/Union member
width
Structure/Union member
window
Structure/Union member
x
Structure/Union member
y
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XCrossingEvent(Structure)
    
Method resolution order:
XCrossingEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
detail
Structure/Union member
display
Structure/Union member
focus
Structure/Union member
mode
Structure/Union member
root
Structure/Union member
same_screen
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
state
Structure/Union member
subwindow
Structure/Union member
time
Structure/Union member
type
Structure/Union member
window
Structure/Union member
x
Structure/Union member
x_root
Structure/Union member
y
Structure/Union member
y_root
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XDestroyWindowEvent(Structure)
    
Method resolution order:
XDestroyWindowEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
display
Structure/Union member
event
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
type
Structure/Union member
window
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XEDataObject(Union)
    
Method resolution order:
XEDataObject
Union
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
display
Structure/Union member
font
Structure/Union member
gc
Structure/Union member
pixmap_format
Structure/Union member
screen
Structure/Union member
visual
Structure/Union member

Methods inherited from Union:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Union:
__new__ = <built-in method __new__ of _ctypes.UnionType object at 0x40271cc0>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XEnterWindowEvent = class XCrossingEvent(Structure)
    
Method resolution order:
XCrossingEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
detail
Structure/Union member
display
Structure/Union member
focus
Structure/Union member
mode
Structure/Union member
root
Structure/Union member
same_screen
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
state
Structure/Union member
subwindow
Structure/Union member
time
Structure/Union member
type
Structure/Union member
window
Structure/Union member
x
Structure/Union member
x_root
Structure/Union member
y
Structure/Union member
y_root
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XErrorEvent(Structure)
    
Method resolution order:
XErrorEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
display
Structure/Union member
error_code
Structure/Union member
minor_code
Structure/Union member
request_code
Structure/Union member
resourceid
Structure/Union member
serial
Structure/Union member
type
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XEvent = class _XEvent(Union)
    
Method resolution order:
_XEvent
Union
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
pad
Structure/Union member
type
Structure/Union member
xany
Structure/Union member
xbutton
Structure/Union member
xcirculate
Structure/Union member
xcirculaterequest
Structure/Union member
xclient
Structure/Union member
xcolormap
Structure/Union member
xconfigure
Structure/Union member
xconfigurerequest
Structure/Union member
xcreatewindow
Structure/Union member
xcrossing
Structure/Union member
xdestroywindow
Structure/Union member
xerror
Structure/Union member
xexpose
Structure/Union member
xfocus
Structure/Union member
xgraphicsexpose
Structure/Union member
xgravity
Structure/Union member
xkey
Structure/Union member
xkeymap
Structure/Union member
xmap
Structure/Union member
xmapping
Structure/Union member
xmaprequest
Structure/Union member
xmotion
Structure/Union member
xnoexpose
Structure/Union member
xproperty
Structure/Union member
xreparent
Structure/Union member
xresizerequest
Structure/Union member
xselection
Structure/Union member
xselectionclear
Structure/Union member
xselectionrequest
Structure/Union member
xunmap
Structure/Union member
xvisibility
Structure/Union member

Methods inherited from Union:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Union:
__new__ = <built-in method __new__ of _ctypes.UnionType object at 0x40271cc0>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XExposeEvent(Structure)
    
Method resolution order:
XExposeEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
count
Structure/Union member
display
Structure/Union member
height
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
type
Structure/Union member
width
Structure/Union member
window
Structure/Union member
x
Structure/Union member
y
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XExtCodes(Structure)
    
Method resolution order:
XExtCodes
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
extension
Structure/Union member
first_error
Structure/Union member
first_event
Structure/Union member
major_opcode
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XExtData = class _XExtData(Structure)
    
Method resolution order:
_XExtData
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
free_private
Structure/Union member
next
Structure/Union member
number
Structure/Union member
private_data
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XFocusChangeEvent(Structure)
    
Method resolution order:
XFocusChangeEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
detail
Structure/Union member
display
Structure/Union member
mode
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
type
Structure/Union member
window
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XFocusInEvent = class XFocusChangeEvent(Structure)
    
Method resolution order:
XFocusChangeEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
detail
Structure/Union member
display
Structure/Union member
mode
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
type
Structure/Union member
window
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XFocusOutEvent = class XFocusChangeEvent(Structure)
    
Method resolution order:
XFocusChangeEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
detail
Structure/Union member
display
Structure/Union member
mode
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
type
Structure/Union member
window
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XFontProp(Structure)
    
Method resolution order:
XFontProp
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
card32
Structure/Union member
name
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XFontSetExtents(Structure)
    
Method resolution order:
XFontSetExtents
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
max_ink_extent
Structure/Union member
max_logical_extent
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XFontStruct(Structure)
    
Method resolution order:
XFontStruct
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
all_chars_exist
Structure/Union member
ascent
Structure/Union member
default_char
Structure/Union member
descent
Structure/Union member
direction
Structure/Union member
ext_data
Structure/Union member
fid
Structure/Union member
max_bounds
Structure/Union member
max_byte1
Structure/Union member
max_char_or_byte2
Structure/Union member
min_bounds
Structure/Union member
min_byte1
Structure/Union member
min_char_or_byte2
Structure/Union member
n_properties
Structure/Union member
per_char
Structure/Union member
properties
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XGCValues(Structure)
    
Method resolution order:
XGCValues
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
arc_mode
Structure/Union member
background
Structure/Union member
cap_style
Structure/Union member
clip_mask
Structure/Union member
clip_x_origin
Structure/Union member
clip_y_origin
Structure/Union member
dash_offset
Structure/Union member
dashes
Structure/Union member
fill_rule
Structure/Union member
fill_style
Structure/Union member
font
Structure/Union member
foreground
Structure/Union member
function
Structure/Union member
graphics_exposures
Structure/Union member
join_style
Structure/Union member
line_style
Structure/Union member
line_width
Structure/Union member
plane_mask
Structure/Union member
stipple
Structure/Union member
subwindow_mode
Structure/Union member
tile
Structure/Union member
ts_x_origin
Structure/Union member
ts_y_origin
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XGraphicsExposeEvent(Structure)
    
Method resolution order:
XGraphicsExposeEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
count
Structure/Union member
display
Structure/Union member
drawable
Structure/Union member
height
Structure/Union member
major_code
Structure/Union member
minor_code
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
type
Structure/Union member
width
Structure/Union member
x
Structure/Union member
y
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XGravityEvent(Structure)
    
Method resolution order:
XGravityEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
display
Structure/Union member
event
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
type
Structure/Union member
window
Structure/Union member
x
Structure/Union member
y
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XHostAddress(Structure)
    
Method resolution order:
XHostAddress
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
address
Structure/Union member
family
Structure/Union member
length
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XICCallback(Structure)
    
Method resolution order:
XICCallback
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
callback
Structure/Union member
client_data
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XIMCallback(Structure)
    
Method resolution order:
XIMCallback
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
callback
Structure/Union member
client_data
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XIMHotKeyTrigger = class _XIMHotKeyTrigger(Structure)
    
Method resolution order:
_XIMHotKeyTrigger
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
keysym
Structure/Union member
modifier
Structure/Union member
modifier_mask
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XIMHotKeyTriggers = class _XIMHotKeyTriggers(Structure)
    
Method resolution order:
_XIMHotKeyTriggers
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
key
Structure/Union member
num_hot_key
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XIMPreeditCaretCallbackStruct = class _XIMPreeditCaretCallbackStruct(Structure)
    
Method resolution order:
_XIMPreeditCaretCallbackStruct
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
direction
Structure/Union member
position
Structure/Union member
style
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XIMPreeditDrawCallbackStruct = class _XIMPreeditDrawCallbackStruct(Structure)
    
Method resolution order:
_XIMPreeditDrawCallbackStruct
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
caret
Structure/Union member
chg_first
Structure/Union member
chg_length
Structure/Union member
text
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XIMPreeditStateNotifyCallbackStruct = class _XIMPreeditStateNotifyCallbackStruct(Structure)
    
Method resolution order:
_XIMPreeditStateNotifyCallbackStruct
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
state
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XIMStatusDrawCallbackStruct = class _XIMStatusDrawCallbackStruct(Structure)
    
Method resolution order:
_XIMStatusDrawCallbackStruct
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
data
Structure/Union member
type
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XIMStringConversionCallbackStruct = class _XIMStringConversionCallbackStruct(Structure)
    
Method resolution order:
_XIMStringConversionCallbackStruct
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
direction
Structure/Union member
factor
Structure/Union member
operation
Structure/Union member
position
Structure/Union member
text
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XIMStringConversionText = class _XIMStringConversionText(Structure)
    
Method resolution order:
_XIMStringConversionText
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
encoding_is_wchar
Structure/Union member
feedback
Structure/Union member
length
Structure/Union member
string
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XIMStyles(Structure)
    
Method resolution order:
XIMStyles
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
count_styles
Structure/Union member
supported_styles
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XIMText = class _XIMText(Structure)
    
Method resolution order:
_XIMText
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
encoding_is_wchar
Structure/Union member
feedback
Structure/Union member
length
Structure/Union member
string
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XIMValuesList(Structure)
    
Method resolution order:
XIMValuesList
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
count_values
Structure/Union member
supported_values
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XIconSize(Structure)
    #def XAllocID(dpy): return ((*((_XPrivDisplay)dpy)->resource_alloc)((dpy))) # macro
 
 
Method resolution order:
XIconSize
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
height_inc
Structure/Union member
max_height
Structure/Union member
max_width
Structure/Union member
min_height
Structure/Union member
min_width
Structure/Union member
width_inc
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XImage = class _XImage(Structure)
    
Method resolution order:
_XImage
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
bitmap_bit_order
Structure/Union member
bitmap_pad
Structure/Union member
bitmap_unit
Structure/Union member
bits_per_pixel
Structure/Union member
blue_mask
Structure/Union member
byte_order
Structure/Union member
bytes_per_line
Structure/Union member
data
Structure/Union member
depth
Structure/Union member
f
Structure/Union member
format
Structure/Union member
green_mask
Structure/Union member
height
Structure/Union member
obdata
Structure/Union member
red_mask
Structure/Union member
width
Structure/Union member
xoffset
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XKeyEvent(Structure)
    
Method resolution order:
XKeyEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
display
Structure/Union member
keycode
Structure/Union member
root
Structure/Union member
same_screen
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
state
Structure/Union member
subwindow
Structure/Union member
time
Structure/Union member
type
Structure/Union member
window
Structure/Union member
x
Structure/Union member
x_root
Structure/Union member
y
Structure/Union member
y_root
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XKeyPressedEvent = class XKeyEvent(Structure)
    
Method resolution order:
XKeyEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
display
Structure/Union member
keycode
Structure/Union member
root
Structure/Union member
same_screen
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
state
Structure/Union member
subwindow
Structure/Union member
time
Structure/Union member
type
Structure/Union member
window
Structure/Union member
x
Structure/Union member
x_root
Structure/Union member
y
Structure/Union member
y_root
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XKeyReleasedEvent = class XKeyEvent(Structure)
    
Method resolution order:
XKeyEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
display
Structure/Union member
keycode
Structure/Union member
root
Structure/Union member
same_screen
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
state
Structure/Union member
subwindow
Structure/Union member
time
Structure/Union member
type
Structure/Union member
window
Structure/Union member
x
Structure/Union member
x_root
Structure/Union member
y
Structure/Union member
y_root
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XKeyboardControl(Structure)
    
Method resolution order:
XKeyboardControl
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
auto_repeat_mode
Structure/Union member
bell_duration
Structure/Union member
bell_percent
Structure/Union member
bell_pitch
Structure/Union member
key
Structure/Union member
key_click_percent
Structure/Union member
led
Structure/Union member
led_mode
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XKeyboardState(Structure)
    
Method resolution order:
XKeyboardState
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
auto_repeats
Structure/Union member
bell_duration
Structure/Union member
bell_percent
Structure/Union member
bell_pitch
Structure/Union member
global_auto_repeat
Structure/Union member
key_click_percent
Structure/Union member
led_mask
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XKeymapEvent(Structure)
    
Method resolution order:
XKeymapEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
display
Structure/Union member
key_vector
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
type
Structure/Union member
window
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XLeaveWindowEvent = class XCrossingEvent(Structure)
    
Method resolution order:
XCrossingEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
detail
Structure/Union member
display
Structure/Union member
focus
Structure/Union member
mode
Structure/Union member
root
Structure/Union member
same_screen
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
state
Structure/Union member
subwindow
Structure/Union member
time
Structure/Union member
type
Structure/Union member
window
Structure/Union member
x
Structure/Union member
x_root
Structure/Union member
y
Structure/Union member
y_root
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XMapEvent(Structure)
    
Method resolution order:
XMapEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
display
Structure/Union member
event
Structure/Union member
override_redirect
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
type
Structure/Union member
window
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XMapRequestEvent(Structure)
    
Method resolution order:
XMapRequestEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
display
Structure/Union member
parent
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
type
Structure/Union member
window
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XMappingEvent(Structure)
    
Method resolution order:
XMappingEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
count
Structure/Union member
display
Structure/Union member
first_keycode
Structure/Union member
request
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
type
Structure/Union member
window
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XModifierKeymap(Structure)
    
Method resolution order:
XModifierKeymap
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
max_keypermod
Structure/Union member
modifiermap
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XMotionEvent(Structure)
    
Method resolution order:
XMotionEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
display
Structure/Union member
is_hint
Structure/Union member
root
Structure/Union member
same_screen
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
state
Structure/Union member
subwindow
Structure/Union member
time
Structure/Union member
type
Structure/Union member
window
Structure/Union member
x
Structure/Union member
x_root
Structure/Union member
y
Structure/Union member
y_root
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XNoExposeEvent(Structure)
    
Method resolution order:
XNoExposeEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
display
Structure/Union member
drawable
Structure/Union member
major_code
Structure/Union member
minor_code
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
type
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XOMCharSetList(Structure)
    
Method resolution order:
XOMCharSetList
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
charset_count
Structure/Union member
charset_list
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XOMFontInfo(Structure)
    
Method resolution order:
XOMFontInfo
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
font_name_list
Structure/Union member
font_struct_list
Structure/Union member
num_font
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XOMOrientation(Structure)
    
Method resolution order:
XOMOrientation
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
num_orientation
Structure/Union member
orientation
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XPixmapFormatValues(Structure)
    
Method resolution order:
XPixmapFormatValues
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
bits_per_pixel
Structure/Union member
depth
Structure/Union member
scanline_pad
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XPoint(Structure)
    
Method resolution order:
XPoint
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
x
Structure/Union member
y
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
XPointerMovedEvent = class XMotionEvent(Structure)
    
Method resolution order:
XMotionEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
display
Structure/Union member
is_hint
Structure/Union member
root
Structure/Union member
same_screen
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
state
Structure/Union member
subwindow
Structure/Union member
time
Structure/Union member
type
Structure/Union member
window
Structure/Union member
x
Structure/Union member
x_root
Structure/Union member
y
Structure/Union member
y_root
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XPropertyEvent(Structure)
    
Method resolution order:
XPropertyEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
atom
Structure/Union member
display
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
state
Structure/Union member
time
Structure/Union member
type
Structure/Union member
window
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XRectangle(Structure)
    
Method resolution order:
XRectangle
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
height
Structure/Union member
width
Structure/Union member
x
Structure/Union member
y
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XReparentEvent(Structure)
    
Method resolution order:
XReparentEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
display
Structure/Union member
event
Structure/Union member
override_redirect
Structure/Union member
parent
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
type
Structure/Union member
window
Structure/Union member
x
Structure/Union member
y
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XResizeRequestEvent(Structure)
    
Method resolution order:
XResizeRequestEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
display
Structure/Union member
height
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
type
Structure/Union member
width
Structure/Union member
window
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XSegment(Structure)
    
Method resolution order:
XSegment
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
x1
Structure/Union member
x2
Structure/Union member
y1
Structure/Union member
y2
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XSelectionClearEvent(Structure)
    
Method resolution order:
XSelectionClearEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
display
Structure/Union member
selection
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
time
Structure/Union member
type
Structure/Union member
window
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XSelectionEvent(Structure)
    
Method resolution order:
XSelectionEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
display
Structure/Union member
property
Structure/Union member
requestor
Structure/Union member
selection
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
target
Structure/Union member
time
Structure/Union member
type
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XSelectionRequestEvent(Structure)
    
Method resolution order:
XSelectionRequestEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
display
Structure/Union member
owner
Structure/Union member
property
Structure/Union member
requestor
Structure/Union member
selection
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
target
Structure/Union member
time
Structure/Union member
type
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XServerInterpretedAddress(Structure)
    
Method resolution order:
XServerInterpretedAddress
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
type
Structure/Union member
typelength
Structure/Union member
value
Structure/Union member
valuelength
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XSetWindowAttributes(Structure)
    
Method resolution order:
XSetWindowAttributes
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
background_pixel
Structure/Union member
background_pixmap
Structure/Union member
backing_pixel
Structure/Union member
backing_planes
Structure/Union member
backing_store
Structure/Union member
bit_gravity
Structure/Union member
border_pixel
Structure/Union member
border_pixmap
Structure/Union member
colormap
Structure/Union member
cursor
Structure/Union member
do_not_propagate_mask
Structure/Union member
event_mask
Structure/Union member
override_redirect
Structure/Union member
save_under
Structure/Union member
win_gravity
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XSizeHints(Structure)
    
Method resolution order:
XSizeHints
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
base_height
Structure/Union member
base_width
Structure/Union member
flags
Structure/Union member
height
Structure/Union member
height_inc
Structure/Union member
max_aspect
Structure/Union member
max_height
Structure/Union member
max_width
Structure/Union member
min_aspect
Structure/Union member
min_height
Structure/Union member
min_width
Structure/Union member
width
Structure/Union member
width_inc
Structure/Union member
win_gravity
Structure/Union member
x
Structure/Union member
y
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XStandardColormap(Structure)
    
Method resolution order:
XStandardColormap
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
base_pixel
Structure/Union member
blue_max
Structure/Union member
blue_mult
Structure/Union member
colormap
Structure/Union member
green_max
Structure/Union member
green_mult
Structure/Union member
killid
Structure/Union member
red_max
Structure/Union member
red_mult
Structure/Union member
visualid
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XTextItem(Structure)
    
Method resolution order:
XTextItem
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
chars
Structure/Union member
delta
Structure/Union member
font
Structure/Union member
nchars
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XTextItem16(Structure)
    
Method resolution order:
XTextItem16
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
chars
Structure/Union member
delta
Structure/Union member
font
Structure/Union member
nchars
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XTextProperty(Structure)
    
Method resolution order:
XTextProperty
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
encoding
Structure/Union member
format
Structure/Union member
nitems
Structure/Union member
value
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XTimeCoord(Structure)
    
Method resolution order:
XTimeCoord
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
time
Structure/Union member
x
Structure/Union member
y
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XUnmapEvent(Structure)
    
Method resolution order:
XUnmapEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
display
Structure/Union member
event
Structure/Union member
from_configure
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
type
Structure/Union member
window
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XVisibilityEvent(Structure)
    
Method resolution order:
XVisibilityEvent
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
display
Structure/Union member
send_event
Structure/Union member
serial
Structure/Union member
state
Structure/Union member
type
Structure/Union member
window
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XVisualInfo(Structure)
    
Method resolution order:
XVisualInfo
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
bits_per_rgb
Structure/Union member
blue_mask
Structure/Union member
c_class
Structure/Union member
colormap_size
Structure/Union member
depth
Structure/Union member
green_mask
Structure/Union member
red_mask
Structure/Union member
screen
Structure/Union member
visual
Structure/Union member
visualid
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XWMHints(Structure)
    
Method resolution order:
XWMHints
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
flags
Structure/Union member
icon_mask
Structure/Union member
icon_pixmap
Structure/Union member
icon_window
Structure/Union member
icon_x
Structure/Union member
icon_y
Structure/Union member
initial_state
Structure/Union member
input
Structure/Union member
window_group
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XWindowAttributes(Structure)
    
Method resolution order:
XWindowAttributes
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
all_event_masks
Structure/Union member
backing_pixel
Structure/Union member
backing_planes
Structure/Union member
backing_store
Structure/Union member
bit_gravity
Structure/Union member
border_width
Structure/Union member
c_class
Structure/Union member
colormap
Structure/Union member
depth
Structure/Union member
do_not_propagate_mask
Structure/Union member
height
Structure/Union member
map_installed
Structure/Union member
map_state
Structure/Union member
override_redirect
Structure/Union member
root
Structure/Union member
save_under
Structure/Union member
screen
Structure/Union member
visual
Structure/Union member
width
Structure/Union member
win_gravity
Structure/Union member
x
Structure/Union member
y
Structure/Union member
your_event_mask
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XWindowChanges(Structure)
    
Method resolution order:
XWindowChanges
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
border_width
Structure/Union member
height
Structure/Union member
sibling
Structure/Union member
stack_mode
Structure/Union member
width
Structure/Union member
x
Structure/Union member
y
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XmbTextItem(Structure)
    
Method resolution order:
XmbTextItem
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
chars
Structure/Union member
delta
Structure/Union member
font_set
Structure/Union member
nchars
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class XwcTextItem(Structure)
    
Method resolution order:
XwcTextItem
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
chars
Structure/Union member
delta
Structure/Union member
font_set
Structure/Union member
nchars
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class _4DOT_35(Structure)
    
Method resolution order:
_4DOT_35
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
bitmap_bit_order
Structure/Union member
bitmap_pad
Structure/Union member
bitmap_unit
Structure/Union member
byte_order
Structure/Union member
db
Structure/Union member
default_screen
Structure/Union member
display_name
Structure/Union member
ext_data
Structure/Union member
fd
Structure/Union member
last_request_read
Structure/Union member
max_keycode
Structure/Union member
max_request_size
Structure/Union member
min_keycode
Structure/Union member
motion_buffer
Structure/Union member
nformats
Structure/Union member
nscreens
Structure/Union member
pixmap_format
Structure/Union member
private1
Structure/Union member
private10
Structure/Union member
private11
Structure/Union member
private12
Structure/Union member
private13
Structure/Union member
private14
Structure/Union member
private15
Structure/Union member
private16
Structure/Union member
private17
Structure/Union member
private18
Structure/Union member
private19
Structure/Union member
private2
Structure/Union member
private3
Structure/Union member
private4
Structure/Union member
private5
Structure/Union member
private6
Structure/Union member
private8
Structure/Union member
private9
Structure/Union member
proto_major_version
Structure/Union member
proto_minor_version
Structure/Union member
qlen
Structure/Union member
release
Structure/Union member
request
Structure/Union member
resource_alloc
Structure/Union member
screens
Structure/Union member
vendor
Structure/Union member
xdefaults
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class _XComposeStatus(Structure)
    
Method resolution order:
_XComposeStatus
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
chars_matched
Structure/Union member
compose_ptr
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class _XDisplay(Structure)
    
Method resolution order:
_XDisplay
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class _XEvent(Union)
    
Method resolution order:
_XEvent
Union
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
pad
Structure/Union member
type
Structure/Union member
xany
Structure/Union member
xbutton
Structure/Union member
xcirculate
Structure/Union member
xcirculaterequest
Structure/Union member
xclient
Structure/Union member
xcolormap
Structure/Union member
xconfigure
Structure/Union member
xconfigurerequest
Structure/Union member
xcreatewindow
Structure/Union member
xcrossing
Structure/Union member
xdestroywindow
Structure/Union member
xerror
Structure/Union member
xexpose
Structure/Union member
xfocus
Structure/Union member
xgraphicsexpose
Structure/Union member
xgravity
Structure/Union member
xkey
Structure/Union member
xkeymap
Structure/Union member
xmap
Structure/Union member
xmapping
Structure/Union member
xmaprequest
Structure/Union member
xmotion
Structure/Union member
xnoexpose
Structure/Union member
xproperty
Structure/Union member
xreparent
Structure/Union member
xresizerequest
Structure/Union member
xselection
Structure/Union member
xselectionclear
Structure/Union member
xselectionrequest
Structure/Union member
xunmap
Structure/Union member
xvisibility
Structure/Union member

Methods inherited from Union:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Union:
__new__ = <built-in method __new__ of _ctypes.UnionType object at 0x40271cc0>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class _XExtData(Structure)
    
Method resolution order:
_XExtData
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
free_private
Structure/Union member
next
Structure/Union member
number
Structure/Union member
private_data
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class _XGC(Structure)
    
Method resolution order:
_XGC
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class _XIC(Structure)
    
Method resolution order:
_XIC
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class _XIM(Structure)
    
Method resolution order:
_XIM
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class _XIMHotKeyTrigger(Structure)
    
Method resolution order:
_XIMHotKeyTrigger
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
keysym
Structure/Union member
modifier
Structure/Union member
modifier_mask
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class _XIMHotKeyTriggers(Structure)
    
Method resolution order:
_XIMHotKeyTriggers
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
key
Structure/Union member
num_hot_key
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class _XIMPreeditCaretCallbackStruct(Structure)
    
Method resolution order:
_XIMPreeditCaretCallbackStruct
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
direction
Structure/Union member
position
Structure/Union member
style
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class _XIMPreeditDrawCallbackStruct(Structure)
    
Method resolution order:
_XIMPreeditDrawCallbackStruct
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
caret
Structure/Union member
chg_first
Structure/Union member
chg_length
Structure/Union member
text
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class _XIMPreeditStateNotifyCallbackStruct(Structure)
    
Method resolution order:
_XIMPreeditStateNotifyCallbackStruct
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
state
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class _XIMStatusDrawCallbackStruct(Structure)
    
Method resolution order:
_XIMStatusDrawCallbackStruct
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
data
Structure/Union member
type
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class _XIMStringConversionCallbackStruct(Structure)
    
Method resolution order:
_XIMStringConversionCallbackStruct
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
direction
Structure/Union member
factor
Structure/Union member
operation
Structure/Union member
position
Structure/Union member
text
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class _XIMStringConversionText(Structure)
    
Method resolution order:
_XIMStringConversionText
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
encoding_is_wchar
Structure/Union member
feedback
Structure/Union member
length
Structure/Union member
string
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class _XIMText(Structure)
    
Method resolution order:
_XIMText
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
encoding_is_wchar
Structure/Union member
feedback
Structure/Union member
length
Structure/Union member
string
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class _XImage(Structure)
    
Method resolution order:
_XImage
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
bitmap_bit_order
Structure/Union member
bitmap_pad
Structure/Union member
bitmap_unit
Structure/Union member
bits_per_pixel
Structure/Union member
blue_mask
Structure/Union member
byte_order
Structure/Union member
bytes_per_line
Structure/Union member
data
Structure/Union member
depth
Structure/Union member
f
Structure/Union member
format
Structure/Union member
green_mask
Structure/Union member
height
Structure/Union member
obdata
Structure/Union member
red_mask
Structure/Union member
width
Structure/Union member
xoffset
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class _XOC(Structure)
    
Method resolution order:
_XOC
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class _XOM(Structure)
    
Method resolution order:
_XOM
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class _XPrivate(Structure)
    
Method resolution order:
_XPrivate
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class _XRegion(Structure)
    #def PlanesOfScreen(s): return ((s)->root_depth) # macro
#def ProtocolRevision(dpy): return (((_XPrivDisplay)dpy)->proto_minor_version) # macro
#def ProtocolVersion(dpy): return (((_XPrivDisplay)dpy)->proto_major_version) # macro
#def QLength(dpy): return (((_XPrivDisplay)dpy)->qlen) # macro
 
 
Method resolution order:
_XRegion
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class _XrmHashBucketRec(Structure)
    
Method resolution order:
_XrmHashBucketRec
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class __GLXEvent(Union)
    
Method resolution order:
__GLXEvent
Union
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
glxpbufferclobber
Structure/Union member
pad
Structure/Union member

Methods inherited from Union:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Union:
__new__ = <built-in method __new__ of _ctypes.UnionType object at 0x40271cc0>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class __GLXFBConfigRec(Structure)
    
Method resolution order:
__GLXFBConfigRec
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class __GLXcontextRec(Structure)
    
Method resolution order:
__GLXcontextRec
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class __fsid_t(Structure)
    
Method resolution order:
__fsid_t
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class __pthread_internal_list(Structure)
    
Method resolution order:
__pthread_internal_list
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
__pthread_list_t = class __pthread_internal_list(Structure)
    
Method resolution order:
__pthread_internal_list
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class __pthread_mutex_s(Structure)
    
Method resolution order:
__pthread_mutex_s
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class __sigset_t(Structure)
    
Method resolution order:
__sigset_t
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class fd_set(Structure)
    
Method resolution order:
fd_set
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
fds_bits
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
fsid_t = class __fsid_t(Structure)
    
Method resolution order:
__fsid_t
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class funcs(Structure)
    
Method resolution order:
funcs
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
add_pixel
Structure/Union member
create_image
Structure/Union member
destroy_image
Structure/Union member
get_pixel
Structure/Union member
put_pixel
Structure/Union member
sub_image
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class imaxdiv_t(Structure)
    
Method resolution order:
imaxdiv_t
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
quot
Structure/Union member
rem
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class pthread_attr_t(Union)
    
Method resolution order:
pthread_attr_t
Union
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Union:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Union:
__new__ = <built-in method __new__ of _ctypes.UnionType object at 0x40271cc0>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class pthread_barrier_t(Union)
    
Method resolution order:
pthread_barrier_t
Union
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Union:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Union:
__new__ = <built-in method __new__ of _ctypes.UnionType object at 0x40271cc0>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class pthread_barrierattr_t(Union)
    
Method resolution order:
pthread_barrierattr_t
Union
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Union:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Union:
__new__ = <built-in method __new__ of _ctypes.UnionType object at 0x40271cc0>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class pthread_cond_t(Union)
    
Method resolution order:
pthread_cond_t
Union
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Union:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Union:
__new__ = <built-in method __new__ of _ctypes.UnionType object at 0x40271cc0>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class pthread_condattr_t(Union)
    
Method resolution order:
pthread_condattr_t
Union
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Union:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Union:
__new__ = <built-in method __new__ of _ctypes.UnionType object at 0x40271cc0>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class pthread_mutex_t(Union)
    
Method resolution order:
pthread_mutex_t
Union
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Union:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Union:
__new__ = <built-in method __new__ of _ctypes.UnionType object at 0x40271cc0>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class pthread_mutexattr_t(Union)
    
Method resolution order:
pthread_mutexattr_t
Union
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Union:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Union:
__new__ = <built-in method __new__ of _ctypes.UnionType object at 0x40271cc0>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class pthread_rwlock_t(Union)
    
Method resolution order:
pthread_rwlock_t
Union
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Union:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Union:
__new__ = <built-in method __new__ of _ctypes.UnionType object at 0x40271cc0>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class pthread_rwlockattr_t(Union)
    
Method resolution order:
pthread_rwlockattr_t
Union
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Union:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Union:
__new__ = <built-in method __new__ of _ctypes.UnionType object at 0x40271cc0>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
sigset_t = class __sigset_t(Structure)
    
Method resolution order:
__sigset_t
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class timespec(Structure)
    
Method resolution order:
timespec
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
tv_nsec
Structure/Union member
tv_sec
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
class timeval(Structure)
    
Method resolution order:
timeval
Structure
_ctypes._CData
object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
tv_sec
Structure/Union member
tv_usec
Structure/Union member

Methods inherited from Structure:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from Structure:
__new__ = <built-in method __new__ of _ctypes.StructType object at 0x40271c00>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from _ctypes._CData:
__ctypes_from_outparam__(...)
__hash__(...)
x.__hash__() <==> hash(x)

 
Functions
       
DefaultScreenOfDisplay(dpy)
#def DefaultColormap(dpy,scr): return (ScreenOfDisplay(dpy,scr)->cmap) # macro
#def DefaultColormapOfScreen(s): return ((s)->cmap) # macro
#def DefaultDepth(dpy,scr): return (ScreenOfDisplay(dpy,scr)->root_depth) # macro
#def DefaultDepthOfScreen(s): return ((s)->root_depth) # macro
#def DefaultGC(dpy,scr): return (ScreenOfDisplay(dpy,scr)->default_gc) # macro
#def DefaultGCOfScreen(s): return ((s)->default_gc) # macro
#def DefaultRootWindow(dpy): return (ScreenOfDisplay(dpy,DefaultScreen(dpy))->root) # macro
#def DefaultScreen(dpy): return (((_XPrivDisplay)dpy)->default_screen) # macro
FD_CLR(fd, fdsetp)
#def EventMaskOfScreen(s): return ((s)->root_input_mask) # macro
FD_ISSET(fd, fdsetp)
FD_SET(fd, fdsetp)
FD_ZERO(fdsetp)
XActivateScreenSaver(...)
XActivateScreenSaver( POINTER(Display)(None) ) -> c_int
XAddConnectionWatch(...)
XAddConnectionWatch( POINTER(Display)(None), XConnectionWatchProc(None), XPointer(None) ) -> c_int
XAddExtension(...)
XAddExtension( POINTER(Display)(None) ) -> POINTER(XExtCodes)
XAddHost(...)
XAddHost( POINTER(Display)(None), POINTER(XHostAddress)(None) ) -> c_int
XAddHosts(...)
XAddHosts( POINTER(Display)(None), POINTER(XHostAddress)(None), c_int(None) ) -> c_int
XAddToExtensionList(...)
XAddToExtensionList( POINTER(POINTER(_XExtData))(None), POINTER(XExtData)(None) ) -> c_int
XAddToSaveSet(...)
XAddToSaveSet( POINTER(Display)(None), Window(None) ) -> c_int
XAllPlanes(...)
XAllPlanes(  ) -> c_ulong
XAllocClassHint(...)
XAllocClassHint(  ) -> POINTER(XClassHint)
XAllocColor(...)
XAllocColor( POINTER(Display)(None), Colormap(None), POINTER(XColor)(None) ) -> c_int
XAllocColorCells(...)
XAllocColorCells( POINTER(Display)(None), Colormap(None), c_int(None), POINTER(c_ulong)(None), c_uint(None), POINTER(c_ulong)(None), c_uint(None) ) -> c_int
XAllocColorPlanes(...)
XAllocColorPlanes( POINTER(Display)(None), Colormap(None), c_int(None), POINTER(c_ulong)(None), c_int(None), c_int(None), c_int(None), c_int(None), POINTER(c_ulong)(None), POINTER(c_ulong)(None), POINTER(c_ulong)(None) ) -> c_int
XAllocIconSize(...)
XAllocIconSize(  ) -> POINTER(XIconSize)
XAllocNamedColor(...)
XAllocNamedColor( POINTER(Display)(None), Colormap(None), STRING(None), POINTER(XColor)(None), POINTER(XColor)(None) ) -> c_int
XAllocSizeHints(...)
XAllocSizeHints(  ) -> POINTER(XSizeHints)
XAllocStandardColormap(...)
XAllocStandardColormap(  ) -> POINTER(XStandardColormap)
XAllocWMHints(...)
XAllocWMHints(  ) -> POINTER(XWMHints)
XAllowEvents(...)
XAllowEvents( POINTER(Display)(None), c_int(None), Time(None) ) -> c_int
XAutoRepeatOff(...)
XAutoRepeatOff( POINTER(Display)(None) ) -> c_int
XAutoRepeatOn(...)
XAutoRepeatOn( POINTER(Display)(None) ) -> c_int
XBaseFontNameListOfFontSet(...)
XBaseFontNameListOfFontSet( XFontSet(None) ) -> STRING
XBell(...)
XBell( POINTER(Display)(None), c_int(None) ) -> c_int
XBitmapBitOrder(...)
XBitmapBitOrder( POINTER(Display)(None) ) -> c_int
XBitmapPad(...)
XBitmapPad( POINTER(Display)(None) ) -> c_int
XBitmapUnit(...)
XBitmapUnit( POINTER(Display)(None) ) -> c_int
XBlackPixel(...)
XBlackPixel( POINTER(Display)(None), c_int(None) ) -> c_ulong
XBlackPixelOfScreen(...)
XBlackPixelOfScreen( POINTER(Screen)(None) ) -> c_ulong
XCellsOfScreen(...)
XCellsOfScreen( POINTER(Screen)(None) ) -> c_int
XChangeActivePointerGrab(...)
XChangeActivePointerGrab( POINTER(Display)(None), c_uint(None), Cursor(None), Time(None) ) -> c_int
XChangeGC(...)
XChangeGC( POINTER(Display)(None), GC(None), c_ulong(None), POINTER(XGCValues)(None) ) -> c_int
XChangeKeyboardControl(...)
XChangeKeyboardControl( POINTER(Display)(None), c_ulong(None), POINTER(XKeyboardControl)(None) ) -> c_int
XChangeKeyboardMapping(...)
XChangeKeyboardMapping( POINTER(Display)(None), c_int(None), c_int(None), POINTER(KeySym)(None), c_int(None) ) -> c_int
XChangePointerControl(...)
XChangePointerControl( POINTER(Display)(None), c_int(None), c_int(None), c_int(None), c_int(None), c_int(None) ) -> c_int
XChangeProperty(...)
XChangeProperty( POINTER(Display)(None), Window(None), Atom(None), Atom(None), c_int(None), c_int(None), POINTER(c_ubyte)(None), c_int(None) ) -> c_int
XChangeSaveSet(...)
XChangeSaveSet( POINTER(Display)(None), Window(None), c_int(None) ) -> c_int
XChangeWindowAttributes(...)
XChangeWindowAttributes( POINTER(Display)(None), Window(None), c_ulong(None), POINTER(XSetWindowAttributes)(None) ) -> c_int
XCheckIfEvent(...)
XCheckIfEvent( POINTER(Display)(None), POINTER(XEvent)(None), CFUNCTYPE(c_int, POINTER(Display), POINTER(XEvent), STRING)(None), XPointer(None) ) -> c_int
XCheckMaskEvent(...)
XCheckMaskEvent( POINTER(Display)(None), c_long(None), POINTER(XEvent)(None) ) -> c_int
XCheckTypedEvent(...)
XCheckTypedEvent( POINTER(Display)(None), c_int(None), POINTER(XEvent)(None) ) -> c_int
XCheckTypedWindowEvent(...)
XCheckTypedWindowEvent( POINTER(Display)(None), Window(None), c_int(None), POINTER(XEvent)(None) ) -> c_int
XCheckWindowEvent(...)
XCheckWindowEvent( POINTER(Display)(None), Window(None), c_long(None), POINTER(XEvent)(None) ) -> c_int
XCirculateSubwindows(...)
XCirculateSubwindows( POINTER(Display)(None), Window(None), c_int(None) ) -> c_int
XCirculateSubwindowsDown(...)
XCirculateSubwindowsDown( POINTER(Display)(None), Window(None) ) -> c_int
XCirculateSubwindowsUp(...)
XCirculateSubwindowsUp( POINTER(Display)(None), Window(None) ) -> c_int
XClearArea(...)
XClearArea( POINTER(Display)(None), Window(None), c_int(None), c_int(None), c_uint(None), c_uint(None), c_int(None) ) -> c_int
XClearWindow(...)
XClearWindow( POINTER(Display)(None), Window(None) ) -> c_int
XClipBox(...)
XClipBox( Region(None), POINTER(XRectangle)(None) ) -> c_int
XCloseDisplay(...)
XCloseDisplay( POINTER(Display)(None) ) -> c_int
XCloseIM(...)
XCloseIM( XIM(None) ) -> c_int
XCloseOM(...)
XCloseOM( XOM(None) ) -> c_int
XConfigureWindow(...)
XConfigureWindow( POINTER(Display)(None), Window(None), c_uint(None), POINTER(XWindowChanges)(None) ) -> c_int
XConnectionNumber(...)
XConnectionNumber( POINTER(Display)(None) ) -> c_int
XContextDependentDrawing(...)
XContextDependentDrawing( XFontSet(None) ) -> c_int
XContextualDrawing(...)
XContextualDrawing( XFontSet(None) ) -> c_int
XConvertCase(...)
XConvertCase( KeySym(None), POINTER(KeySym)(None), POINTER(KeySym)(None) ) -> None
XConvertSelection(...)
XConvertSelection( POINTER(Display)(None), Atom(None), Atom(None), Atom(None), Window(None), Time(None) ) -> c_int
XCopyArea(...)
XCopyArea( POINTER(Display)(None), Drawable(None), Drawable(None), GC(None), c_int(None), c_int(None), c_uint(None), c_uint(None), c_int(None), c_int(None) ) -> c_int
XCopyColormapAndFree(...)
XCopyColormapAndFree( POINTER(Display)(None), Colormap(None) ) -> Colormap
XCopyGC(...)
XCopyGC( POINTER(Display)(None), GC(None), c_ulong(None), GC(None) ) -> c_int
XCopyPlane(...)
XCopyPlane( POINTER(Display)(None), Drawable(None), Drawable(None), GC(None), c_int(None), c_int(None), c_uint(None), c_uint(None), c_int(None), c_int(None), c_ulong(None) ) -> c_int
XCreateBitmapFromData(...)
XCreateBitmapFromData( POINTER(Display)(None), Drawable(None), STRING(None), c_uint(None), c_uint(None) ) -> Pixmap
XCreateColormap(...)
XCreateColormap( POINTER(Display)(None), Window(None), POINTER(Visual)(None), c_int(None) ) -> Colormap
XCreateFontCursor(...)
XCreateFontCursor( POINTER(Display)(None), c_uint(None) ) -> Cursor
XCreateFontSet(...)
XCreateFontSet( POINTER(Display)(None), STRING(None), POINTER(POINTER(STRING))(None), POINTER(c_int)(None), POINTER(STRING)(None) ) -> XFontSet
XCreateGC(...)
XCreateGC( POINTER(Display)(None), Drawable(None), c_ulong(None), POINTER(XGCValues)(None) ) -> GC
XCreateGlyphCursor(...)
XCreateGlyphCursor( POINTER(Display)(None), Font(None), Font(None), c_uint(None), c_uint(None), POINTER(XColor)(None), POINTER(XColor)(None) ) -> Cursor
XCreateIC(...)
XCreateIC( XIM(None) ) -> XIC
XCreateImage(...)
XCreateImage( POINTER(Display)(None), POINTER(Visual)(None), c_uint(None), c_int(None), c_int(None), STRING(None), c_uint(None), c_uint(None), c_int(None), c_int(None) ) -> POINTER(XImage)
XCreateOC(...)
XCreateOC( XOM(None) ) -> XOC
XCreatePixmap(...)
XCreatePixmap( POINTER(Display)(None), Drawable(None), c_uint(None), c_uint(None), c_uint(None) ) -> Pixmap
XCreatePixmapCursor(...)
XCreatePixmapCursor( POINTER(Display)(None), Pixmap(None), Pixmap(None), POINTER(XColor)(None), POINTER(XColor)(None), c_uint(None), c_uint(None) ) -> Cursor
XCreatePixmapFromBitmapData(...)
XCreatePixmapFromBitmapData( POINTER(Display)(None), Drawable(None), STRING(None), c_uint(None), c_uint(None), c_ulong(None), c_ulong(None), c_uint(None) ) -> Pixmap
XCreateRegion(...)
XCreateRegion(  ) -> Region
XCreateSimpleWindow(...)
XCreateSimpleWindow( POINTER(Display)(None), Window(None), c_int(None), c_int(None), c_uint(None), c_uint(None), c_uint(None), c_ulong(None), c_ulong(None) ) -> Window
XCreateWindow(...)
XCreateWindow( POINTER(Display)(None), Window(None), c_int(None), c_int(None), c_uint(None), c_uint(None), c_uint(None), c_int(None), c_uint(None), POINTER(Visual)(None), c_ulong(None), POINTER(XSetWindowAttributes)(None) ) -> Window
XDefaultColormap(...)
XDefaultColormap( POINTER(Display)(None), c_int(None) ) -> Colormap
XDefaultColormapOfScreen(...)
XDefaultColormapOfScreen( POINTER(Screen)(None) ) -> Colormap
XDefaultDepth(...)
XDefaultDepth( POINTER(Display)(None), c_int(None) ) -> c_int
XDefaultDepthOfScreen(...)
XDefaultDepthOfScreen( POINTER(Screen)(None) ) -> c_int
XDefaultGC(...)
XDefaultGC( POINTER(Display)(None), c_int(None) ) -> GC
XDefaultGCOfScreen(...)
XDefaultGCOfScreen( POINTER(Screen)(None) ) -> GC
XDefaultRootWindow(...)
XDefaultRootWindow( POINTER(Display)(None) ) -> Window
XDefaultScreen(...)
XDefaultScreen( POINTER(Display)(None) ) -> c_int
XDefaultScreenOfDisplay(...)
XDefaultScreenOfDisplay( POINTER(Display)(None) ) -> POINTER(Screen)
XDefaultString(...)
XDefaultString(  ) -> STRING
XDefaultVisual(...)
XDefaultVisual( POINTER(Display)(None), c_int(None) ) -> POINTER(Visual)
XDefaultVisualOfScreen(...)
XDefaultVisualOfScreen( POINTER(Screen)(None) ) -> POINTER(Visual)
XDefineCursor(...)
XDefineCursor( POINTER(Display)(None), Window(None), Cursor(None) ) -> c_int
XDeleteContext(...)
XDeleteContext( POINTER(Display)(None), XID(None), XContext(None) ) -> c_int
XDeleteModifiermapEntry(...)
XDeleteModifiermapEntry( POINTER(XModifierKeymap)(None), KeyCode(None), c_int(None) ) -> POINTER(XModifierKeymap)
XDeleteProperty(...)
XDeleteProperty( POINTER(Display)(None), Window(None), Atom(None) ) -> c_int
XDestroyIC(...)
XDestroyIC( XIC(None) ) -> None
XDestroyOC(...)
XDestroyOC( XOC(None) ) -> None
XDestroyRegion(...)
XDestroyRegion( Region(None) ) -> c_int
XDestroySubwindows(...)
XDestroySubwindows( POINTER(Display)(None), Window(None) ) -> c_int
XDestroyWindow(...)
XDestroyWindow( POINTER(Display)(None), Window(None) ) -> c_int
XDirectionalDependentDrawing(...)
XDirectionalDependentDrawing( XFontSet(None) ) -> c_int
XDisableAccessControl(...)
XDisableAccessControl( POINTER(Display)(None) ) -> c_int
XDisplayCells(...)
XDisplayCells( POINTER(Display)(None), c_int(None) ) -> c_int
XDisplayHeight(...)
XDisplayHeight( POINTER(Display)(None), c_int(None) ) -> c_int
XDisplayHeightMM(...)
XDisplayHeightMM( POINTER(Display)(None), c_int(None) ) -> c_int
XDisplayKeycodes(...)
XDisplayKeycodes( POINTER(Display)(None), POINTER(c_int)(None), POINTER(c_int)(None) ) -> c_int
XDisplayMotionBufferSize(...)
XDisplayMotionBufferSize( POINTER(Display)(None) ) -> c_ulong
XDisplayName(...)
XDisplayName( STRING(None) ) -> STRING
XDisplayOfIM(...)
XDisplayOfIM( XIM(None) ) -> POINTER(Display)
XDisplayOfOM(...)
XDisplayOfOM( XOM(None) ) -> POINTER(Display)
XDisplayOfScreen(...)
XDisplayOfScreen( POINTER(Screen)(None) ) -> POINTER(Display)
XDisplayPlanes(...)
XDisplayPlanes( POINTER(Display)(None), c_int(None) ) -> c_int
XDisplayString(...)
XDisplayString( POINTER(Display)(None) ) -> STRING
XDisplayWidth(...)
XDisplayWidth( POINTER(Display)(None), c_int(None) ) -> c_int
XDisplayWidthMM(...)
XDisplayWidthMM( POINTER(Display)(None), c_int(None) ) -> c_int
XDoesBackingStore(...)
XDoesBackingStore( POINTER(Screen)(None) ) -> c_int
XDoesSaveUnders(...)
XDoesSaveUnders( POINTER(Screen)(None) ) -> c_int
XDrawArc(...)
XDrawArc( POINTER(Display)(None), Drawable(None), GC(None), c_int(None), c_int(None), c_uint(None), c_uint(None), c_int(None), c_int(None) ) -> c_int
XDrawArcs(...)
XDrawArcs( POINTER(Display)(None), Drawable(None), GC(None), POINTER(XArc)(None), c_int(None) ) -> c_int
XDrawImageString(...)
XDrawImageString( POINTER(Display)(None), Drawable(None), GC(None), c_int(None), c_int(None), STRING(None), c_int(None) ) -> c_int
XDrawImageString16(...)
XDrawImageString16( POINTER(Display)(None), Drawable(None), GC(None), c_int(None), c_int(None), POINTER(XChar2b)(None), c_int(None) ) -> c_int
XDrawLine(...)
XDrawLine( POINTER(Display)(None), Drawable(None), GC(None), c_int(None), c_int(None), c_int(None), c_int(None) ) -> c_int
XDrawLines(...)
XDrawLines( POINTER(Display)(None), Drawable(None), GC(None), POINTER(XPoint)(None), c_int(None), c_int(None) ) -> c_int
XDrawPoint(...)
XDrawPoint( POINTER(Display)(None), Drawable(None), GC(None), c_int(None), c_int(None) ) -> c_int
XDrawPoints(...)
XDrawPoints( POINTER(Display)(None), Drawable(None), GC(None), POINTER(XPoint)(None), c_int(None), c_int(None) ) -> c_int
XDrawRectangle(...)
XDrawRectangle( POINTER(Display)(None), Drawable(None), GC(None), c_int(None), c_int(None), c_uint(None), c_uint(None) ) -> c_int
XDrawRectangles(...)
XDrawRectangles( POINTER(Display)(None), Drawable(None), GC(None), POINTER(XRectangle)(None), c_int(None) ) -> c_int
XDrawSegments(...)
XDrawSegments( POINTER(Display)(None), Drawable(None), GC(None), POINTER(XSegment)(None), c_int(None) ) -> c_int
XDrawString(...)
XDrawString( POINTER(Display)(None), Drawable(None), GC(None), c_int(None), c_int(None), STRING(None), c_int(None) ) -> c_int
XDrawString16(...)
XDrawString16( POINTER(Display)(None), Drawable(None), GC(None), c_int(None), c_int(None), POINTER(XChar2b)(None), c_int(None) ) -> c_int
XDrawText(...)
XDrawText( POINTER(Display)(None), Drawable(None), GC(None), c_int(None), c_int(None), POINTER(XTextItem)(None), c_int(None) ) -> c_int
XDrawText16(...)
XDrawText16( POINTER(Display)(None), Drawable(None), GC(None), c_int(None), c_int(None), POINTER(XTextItem16)(None), c_int(None) ) -> c_int
XEHeadOfExtensionList(...)
XEHeadOfExtensionListXEDataObject(None) ) -> POINTER(POINTER(XExtData))
XEmptyRegion(...)
XEmptyRegion( Region(None) ) -> c_int
XEnableAccessControl(...)
XEnableAccessControl( POINTER(Display)(None) ) -> c_int
XEqualRegion(...)
XEqualRegion( Region(None), Region(None) ) -> c_int
XEventMaskOfScreen(...)
XEventMaskOfScreen( POINTER(Screen)(None) ) -> c_long
XEventsQueued(...)
XEventsQueued( POINTER(Display)(None), c_int(None) ) -> c_int
XExtendedMaxRequestSize(...)
XExtendedMaxRequestSize( POINTER(Display)(None) ) -> c_long
XExtentsOfFontSet(...)
XExtentsOfFontSet( XFontSet(None) ) -> POINTER(XFontSetExtents)
XFetchBuffer(...)
XFetchBuffer( POINTER(Display)(None), POINTER(c_int)(None), c_int(None) ) -> STRING
XFetchBytes(...)
XFetchBytes( POINTER(Display)(None), POINTER(c_int)(None) ) -> STRING
XFetchName(...)
XFetchName( POINTER(Display)(None), Window(None), POINTER(STRING)(None) ) -> c_int
XFillArc(...)
XFillArc( POINTER(Display)(None), Drawable(None), GC(None), c_int(None), c_int(None), c_uint(None), c_uint(None), c_int(None), c_int(None) ) -> c_int
XFillArcs(...)
XFillArcs( POINTER(Display)(None), Drawable(None), GC(None), POINTER(XArc)(None), c_int(None) ) -> c_int
XFillPolygon(...)
XFillPolygon( POINTER(Display)(None), Drawable(None), GC(None), POINTER(XPoint)(None), c_int(None), c_int(None), c_int(None) ) -> c_int
XFillRectangle(...)
XFillRectangle( POINTER(Display)(None), Drawable(None), GC(None), c_int(None), c_int(None), c_uint(None), c_uint(None) ) -> c_int
XFillRectangles(...)
XFillRectangles( POINTER(Display)(None), Drawable(None), GC(None), POINTER(XRectangle)(None), c_int(None) ) -> c_int
XFilterEvent(...)
XFilterEvent( POINTER(XEvent)(None), Window(None) ) -> c_int
XFindContext(...)
XFindContext( POINTER(Display)(None), XID(None), XContext(None), POINTER(XPointer)(None) ) -> c_int
XFindOnExtensionList(...)
XFindOnExtensionList( POINTER(POINTER(XExtData))(None), c_int(None) ) -> POINTER(XExtData)
XFlush(...)
XFlush( POINTER(Display)(None) ) -> c_int
XFlushGC(...)
XFlushGC( POINTER(Display)(None), GC(None) ) -> None
XFontsOfFontSet(...)
XFontsOfFontSet( XFontSet(None), POINTER(POINTER(POINTER(XFontStruct)))(None), POINTER(POINTER(STRING))(None) ) -> c_int
XForceScreenSaver(...)
XForceScreenSaver( POINTER(Display)(None), c_int(None) ) -> c_int
XFree(...)
XFree( c_void_p(None) ) -> c_int
XFreeColormap(...)
XFreeColormap( POINTER(Display)(None), Colormap(None) ) -> c_int
XFreeColors(...)
XFreeColors( POINTER(Display)(None), Colormap(None), POINTER(c_ulong)(None), c_int(None), c_ulong(None) ) -> c_int
XFreeCursor(...)
XFreeCursor( POINTER(Display)(None), Cursor(None) ) -> c_int
XFreeExtensionList(...)
XFreeExtensionList( POINTER(STRING)(None) ) -> c_int
XFreeFont(...)
XFreeFont( POINTER(Display)(None), POINTER(XFontStruct)(None) ) -> c_int
XFreeFontInfo(...)
XFreeFontInfo( POINTER(STRING)(None), POINTER(XFontStruct)(None), c_int(None) ) -> c_int
XFreeFontNames(...)
XFreeFontNames( POINTER(STRING)(None) ) -> c_int
XFreeFontPath(...)
XFreeFontPath( POINTER(STRING)(None) ) -> c_int
XFreeFontSet(...)
XFreeFontSet( POINTER(Display)(None), XFontSet(None) ) -> None
XFreeGC(...)
XFreeGC( POINTER(Display)(None), GC(None) ) -> c_int
XFreeModifiermap(...)
XFreeModifiermap( POINTER(XModifierKeymap)(None) ) -> c_int
XFreePixmap(...)
XFreePixmap( POINTER(Display)(None), Pixmap(None) ) -> c_int
XFreeStringList(...)
XFreeStringList( POINTER(STRING)(None) ) -> None
XGContextFromGC(...)
XGContextFromGC( GC(None) ) -> GContext
XGeometry(...)
XGeometry( POINTER(Display)(None), c_int(None), STRING(None), STRING(None), c_uint(None), c_uint(None), c_uint(None), c_int(None), c_int(None), POINTER(c_int)(None), POINTER(c_int)(None), POINTER(c_int)(None), POINTER(c_int)(None) ) -> c_int
XGetAtomName(...)
XGetAtomName( POINTER(Display)(None), Atom(None) ) -> STRING
XGetAtomNames(...)
XGetAtomNames( POINTER(Display)(None), POINTER(Atom)(None), c_int(None), POINTER(STRING)(None) ) -> c_int
XGetClassHint(...)
XGetClassHint( POINTER(Display)(None), Window(None), POINTER(XClassHint)(None) ) -> c_int
XGetCommand(...)
XGetCommand( POINTER(Display)(None), Window(None), POINTER(POINTER(STRING))(None), POINTER(c_int)(None) ) -> c_int
XGetDefault(...)
XGetDefault( POINTER(Display)(None), STRING(None), STRING(None) ) -> STRING
XGetErrorDatabaseText(...)
XGetErrorDatabaseText( POINTER(Display)(None), STRING(None), STRING(None), STRING(None), STRING(None), c_int(None) ) -> c_int
XGetErrorText(...)
XGetErrorText( POINTER(Display)(None), c_int(None), STRING(None), c_int(None) ) -> c_int
XGetFontPath(...)
XGetFontPath( POINTER(Display)(None), POINTER(c_int)(None) ) -> POINTER(STRING)
XGetFontProperty(...)
XGetFontProperty( POINTER(XFontStruct)(None), Atom(None), POINTER(c_ulong)(None) ) -> c_int
XGetGCValues(...)
XGetGCValues( POINTER(Display)(None), GC(None), c_ulong(None), POINTER(XGCValues)(None) ) -> c_int
XGetGeometry(...)
XGetGeometry( POINTER(Display)(None), Drawable(None), POINTER(Window)(None), POINTER(c_int)(None), POINTER(c_int)(None), POINTER(c_uint)(None), POINTER(c_uint)(None), POINTER(c_uint)(None), POINTER(c_uint)(None) ) -> c_int
XGetICValues(...)
XGetICValues( XIC(None) ) -> STRING
XGetIMValues(...)
XGetIMValues( XIM(None) ) -> STRING
XGetIconName(...)
XGetIconName( POINTER(Display)(None), Window(None), POINTER(STRING)(None) ) -> c_int
XGetIconSizes(...)
XGetIconSizes( POINTER(Display)(None), Window(None), POINTER(POINTER(XIconSize))(None), POINTER(c_int)(None) ) -> c_int
XGetImage(...)
XGetImage( POINTER(Display)(None), Drawable(None), c_int(None), c_int(None), c_uint(None), c_uint(None), c_ulong(None), c_int(None) ) -> POINTER(XImage)
XGetInputFocus(...)
XGetInputFocus( POINTER(Display)(None), POINTER(Window)(None), POINTER(c_int)(None) ) -> c_int
XGetKeyboardControl(...)
XGetKeyboardControl( POINTER(Display)(None), POINTER(XKeyboardState)(None) ) -> c_int
XGetKeyboardMapping(...)
XGetKeyboardMapping( POINTER(Display)(None), KeyCode(None), c_int(None), POINTER(c_int)(None) ) -> POINTER(KeySym)
XGetModifierMapping(...)
XGetModifierMapping( POINTER(Display)(None) ) -> POINTER(XModifierKeymap)
XGetMotionEvents(...)
XGetMotionEvents( POINTER(Display)(None), Window(None), Time(None), Time(None), POINTER(c_int)(None) ) -> POINTER(XTimeCoord)
XGetNormalHints(...)
XGetNormalHints( POINTER(Display)(None), Window(None), POINTER(XSizeHints)(None) ) -> c_int
XGetOCValues(...)
XGetOCValues( XOC(None) ) -> STRING
XGetOMValues(...)
XGetOMValues( XOM(None) ) -> STRING
XGetPointerControl(...)
XGetPointerControl( POINTER(Display)(None), POINTER(c_int)(None), POINTER(c_int)(None), POINTER(c_int)(None) ) -> c_int
XGetPointerMapping(...)
XGetPointerMapping( POINTER(Display)(None), POINTER(c_ubyte)(None), c_int(None) ) -> c_int
XGetRGBColormaps(...)
XGetRGBColormaps( POINTER(Display)(None), Window(None), POINTER(POINTER(XStandardColormap))(None), POINTER(c_int)(None), Atom(None) ) -> c_int
XGetScreenSaver(...)
XGetScreenSaver( POINTER(Display)(None), POINTER(c_int)(None), POINTER(c_int)(None), POINTER(c_int)(None), POINTER(c_int)(None) ) -> c_int
XGetSelectionOwner(...)
XGetSelectionOwner( POINTER(Display)(None), Atom(None) ) -> Window
XGetSizeHints(...)
XGetSizeHints( POINTER(Display)(None), Window(None), POINTER(XSizeHints)(None), Atom(None) ) -> c_int
XGetStandardColormap(...)
XGetStandardColormap( POINTER(Display)(None), Window(None), POINTER(XStandardColormap)(None), Atom(None) ) -> c_int
XGetSubImage(...)
XGetSubImage( POINTER(Display)(None), Drawable(None), c_int(None), c_int(None), c_uint(None), c_uint(None), c_ulong(None), c_int(None), POINTER(XImage)(None), c_int(None), c_int(None) ) -> POINTER(XImage)
XGetTextProperty(...)
XGetTextProperty( POINTER(Display)(None), Window(None), POINTER(XTextProperty)(None), Atom(None) ) -> c_int
XGetTransientForHint(...)
XGetTransientForHint( POINTER(Display)(None), Window(None), POINTER(Window)(None) ) -> c_int
XGetVisualInfo(...)
XGetVisualInfo( POINTER(Display)(None), c_long(None), POINTER(XVisualInfo)(None), POINTER(c_int)(None) ) -> POINTER(XVisualInfo)
XGetWMClientMachine(...)
XGetWMClientMachine( POINTER(Display)(None), Window(None), POINTER(XTextProperty)(None) ) -> c_int
XGetWMColormapWindows(...)
XGetWMColormapWindows( POINTER(Display)(None), Window(None), POINTER(POINTER(Window))(None), POINTER(c_int)(None) ) -> c_int
XGetWMHints(...)
XGetWMHints( POINTER(Display)(None), Window(None) ) -> POINTER(XWMHints)
XGetWMIconName(...)
XGetWMIconName( POINTER(Display)(None), Window(None), POINTER(XTextProperty)(None) ) -> c_int
XGetWMName(...)
XGetWMName( POINTER(Display)(None), Window(None), POINTER(XTextProperty)(None) ) -> c_int
XGetWMNormalHints(...)
XGetWMNormalHints( POINTER(Display)(None), Window(None), POINTER(XSizeHints)(None), POINTER(c_long)(None) ) -> c_int
XGetWMProtocols(...)
XGetWMProtocols( POINTER(Display)(None), Window(None), POINTER(POINTER(Atom))(None), POINTER(c_int)(None) ) -> c_int
XGetWMSizeHints(...)
XGetWMSizeHints( POINTER(Display)(None), Window(None), POINTER(XSizeHints)(None), POINTER(c_long)(None), Atom(None) ) -> c_int
XGetWindowAttributes(...)
XGetWindowAttributes( POINTER(Display)(None), Window(None), POINTER(XWindowAttributes)(None) ) -> c_int
XGetWindowProperty(...)
XGetWindowProperty( POINTER(Display)(None), Window(None), Atom(None), c_long(None), c_long(None), c_int(None), Atom(None), POINTER(Atom)(None), POINTER(c_int)(None), POINTER(c_ulong)(None), POINTER(c_ulong)(None), POINTER(POINTER(c_ubyte))(None) ) -> c_int
XGetZoomHints(...)
XGetZoomHints( POINTER(Display)(None), Window(None), POINTER(XSizeHints)(None) ) -> c_int
XGrabButton(...)
XGrabButton( POINTER(Display)(None), c_uint(None), c_uint(None), Window(None), c_int(None), c_uint(None), c_int(None), c_int(None), Window(None), Cursor(None) ) -> c_int
XGrabKey(...)
XGrabKey( POINTER(Display)(None), c_int(None), c_uint(None), Window(None), c_int(None), c_int(None), c_int(None) ) -> c_int
XGrabKeyboard(...)
XGrabKeyboard( POINTER(Display)(None), Window(None), c_int(None), c_int(None), c_int(None), Time(None) ) -> c_int
XGrabPointer(...)
XGrabPointer( POINTER(Display)(None), Window(None), c_int(None), c_uint(None), c_int(None), c_int(None), Window(None), Cursor(None), Time(None) ) -> c_int
XGrabServer(...)
XGrabServer( POINTER(Display)(None) ) -> c_int
XHeightMMOfScreen(...)
XHeightMMOfScreen( POINTER(Screen)(None) ) -> c_int
XHeightOfScreen(...)
XHeightOfScreen( POINTER(Screen)(None) ) -> c_int
XIMOfIC(...)
XIMOfIC( XIC(None) ) -> XIM
XIconifyWindow(...)
XIconifyWindow( POINTER(Display)(None), Window(None), c_int(None) ) -> c_int
XIfEvent(...)
XIfEvent( POINTER(Display)(None), POINTER(XEvent)(None), CFUNCTYPE(c_int, POINTER(Display), POINTER(XEvent), STRING)(None), XPointer(None) ) -> c_int
XImageByteOrder(...)
XImageByteOrder( POINTER(Display)(None) ) -> c_int
XInitExtension(...)
XInitExtension( POINTER(Display)(None), STRING(None) ) -> POINTER(XExtCodes)
XInitImage(...)
XInitImage( POINTER(XImage)(None) ) -> c_int
XInitThreads(...)
XInitThreads(  ) -> c_int
XInsertModifiermapEntry(...)
XInsertModifiermapEntry( POINTER(XModifierKeymap)(None), KeyCode(None), c_int(None) ) -> POINTER(XModifierKeymap)
XInstallColormap(...)
XInstallColormap( POINTER(Display)(None), Colormap(None) ) -> c_int
XInternAtom(...)
XInternAtom( POINTER(Display)(None), STRING(None), c_int(None) ) -> Atom
XInternAtoms(...)
XInternAtoms( POINTER(Display)(None), POINTER(STRING)(None), c_int(None), c_int(None), POINTER(Atom)(None) ) -> c_int
XInternalConnectionNumbers(...)
XInternalConnectionNumbers( POINTER(Display)(None), POINTER(POINTER(c_int))(None), POINTER(c_int)(None) ) -> c_int
XIntersectRegion(...)
XIntersectRegion( Region(None), Region(None), Region(None) ) -> c_int
XKeycodeToKeysym(...)
XKeycodeToKeysym( POINTER(Display)(None), KeyCode(None), c_int(None) ) -> KeySym
XKeysymToKeycode(...)
XKeysymToKeycode( POINTER(Display)(None), KeySym(None) ) -> KeyCode
XKeysymToString(...)
XKeysymToString( KeySym(None) ) -> STRING
XKillClient(...)
XKillClient( POINTER(Display)(None), XID(None) ) -> c_int
XLastKnownRequestProcessed(...)
XLastKnownRequestProcessed( POINTER(Display)(None) ) -> c_ulong
XListDepths(...)
XListDepths( POINTER(Display)(None), c_int(None), POINTER(c_int)(None) ) -> POINTER(c_int)
XListExtensions(...)
XListExtensions( POINTER(Display)(None), POINTER(c_int)(None) ) -> POINTER(STRING)
XListFonts(...)
XListFonts( POINTER(Display)(None), STRING(None), c_int(None), POINTER(c_int)(None) ) -> POINTER(STRING)
XListFontsWithInfo(...)
XListFontsWithInfo( POINTER(Display)(None), STRING(None), c_int(None), POINTER(c_int)(None), POINTER(POINTER(XFontStruct))(None) ) -> POINTER(STRING)
XListHosts(...)
XListHosts( POINTER(Display)(None), POINTER(c_int)(None), POINTER(c_int)(None) ) -> POINTER(XHostAddress)
XListInstalledColormaps(...)
XListInstalledColormaps( POINTER(Display)(None), Window(None), POINTER(c_int)(None) ) -> POINTER(Colormap)
XListPixmapFormats(...)
XListPixmapFormats( POINTER(Display)(None), POINTER(c_int)(None) ) -> POINTER(XPixmapFormatValues)
XListProperties(...)
XListProperties( POINTER(Display)(None), Window(None), POINTER(c_int)(None) ) -> POINTER(Atom)
XLoadFont(...)
XLoadFont( POINTER(Display)(None), STRING(None) ) -> Font
XLoadQueryFont(...)
XLoadQueryFont( POINTER(Display)(None), STRING(None) ) -> POINTER(XFontStruct)
XLocaleOfFontSet(...)
XLocaleOfFontSet( XFontSet(None) ) -> STRING
XLocaleOfIM(...)
XLocaleOfIM( XIM(None) ) -> STRING
XLocaleOfOM(...)
XLocaleOfOM( XOM(None) ) -> STRING
XLockDisplay(...)
XLockDisplay( POINTER(Display)(None) ) -> None
XLookupColor(...)
XLookupColor( POINTER(Display)(None), Colormap(None), STRING(None), POINTER(XColor)(None), POINTER(XColor)(None) ) -> c_int
XLookupKeysym(...)
XLookupKeysym( POINTER(XKeyEvent)(None), c_int(None) ) -> KeySym
XLookupString(...)
XLookupString( POINTER(XKeyEvent)(None), STRING(None), c_int(None), POINTER(KeySym)(None), POINTER(XComposeStatus)(None) ) -> c_int
XLowerWindow(...)
XLowerWindow( POINTER(Display)(None), Window(None) ) -> c_int
XMapRaised(...)
XMapRaised( POINTER(Display)(None), Window(None) ) -> c_int
XMapSubwindows(...)
XMapSubwindows( POINTER(Display)(None), Window(None) ) -> c_int
XMapWindow(...)
XMapWindow( POINTER(Display)(None), Window(None) ) -> c_int
XMaskEvent(...)
XMaskEvent( POINTER(Display)(None), c_long(None), POINTER(XEvent)(None) ) -> c_int
XMatchVisualInfo(...)
XMatchVisualInfo( POINTER(Display)(None), c_int(None), c_int(None), c_int(None), POINTER(XVisualInfo)(None) ) -> c_int
XMaxCmapsOfScreen(...)
XMaxCmapsOfScreen( POINTER(Screen)(None) ) -> c_int
XMaxRequestSize(...)
XMaxRequestSize( POINTER(Display)(None) ) -> c_long
XMinCmapsOfScreen(...)
XMinCmapsOfScreen( POINTER(Screen)(None) ) -> c_int
XMoveResizeWindow(...)
XMoveResizeWindow( POINTER(Display)(None), Window(None), c_int(None), c_int(None), c_uint(None), c_uint(None) ) -> c_int
XMoveWindow(...)
XMoveWindow( POINTER(Display)(None), Window(None), c_int(None), c_int(None) ) -> c_int
XNewModifiermap(...)
XNewModifiermap( c_int(None) ) -> POINTER(XModifierKeymap)
XNextEvent(...)
XNextEvent( POINTER(Display)(None), POINTER(XEvent)(None) ) -> c_int
XNextRequest(...)
XNextRequest( POINTER(Display)(None) ) -> c_ulong
XNoOp(...)
XNoOp( POINTER(Display)(None) ) -> c_int
XOMOfOC(...)
XOMOfOC( XOC(None) ) -> XOM
XOffsetRegion(...)
XOffsetRegion( Region(None), c_int(None), c_int(None) ) -> c_int
XOpenDisplay(...)
XOpenDisplay( STRING(None) ) -> POINTER(Display)
XOpenIM(...)
XOpenIM( POINTER(Display)(None), POINTER(_XrmHashBucketRec)(None), STRING(None), STRING(None) ) -> XIM
XOpenOM(...)
XOpenOM( POINTER(Display)(None), POINTER(_XrmHashBucketRec)(None), STRING(None), STRING(None) ) -> XOM
XParseColor(...)
XParseColor( POINTER(Display)(None), Colormap(None), STRING(None), POINTER(XColor)(None) ) -> c_int
XParseGeometry(...)
XParseGeometry( STRING(None), POINTER(c_int)(None), POINTER(c_int)(None), POINTER(c_uint)(None), POINTER(c_uint)(None) ) -> c_int
XPeekEvent(...)
XPeekEvent( POINTER(Display)(None), POINTER(XEvent)(None) ) -> c_int
XPeekIfEvent(...)
XPeekIfEvent( POINTER(Display)(None), POINTER(XEvent)(None), CFUNCTYPE(c_int, POINTER(Display), POINTER(XEvent), STRING)(None), XPointer(None) ) -> c_int
XPending(...)
XPending( POINTER(Display)(None) ) -> c_int
XPlanesOfScreen(...)
XPlanesOfScreen( POINTER(Screen)(None) ) -> c_int
XPointInRegion(...)
XPointInRegion( Region(None), c_int(None), c_int(None) ) -> c_int
XPolygonRegion(...)
XPolygonRegion( POINTER(XPoint)(None), c_int(None), c_int(None) ) -> Region
XProcessInternalConnection(...)
XProcessInternalConnection( POINTER(Display)(None), c_int(None) ) -> None
XProtocolRevision(...)
XProtocolRevision( POINTER(Display)(None) ) -> c_int
XProtocolVersion(...)
XProtocolVersion( POINTER(Display)(None) ) -> c_int
XPutBackEvent(...)
XPutBackEvent( POINTER(Display)(None), POINTER(XEvent)(None) ) -> c_int
XPutImage(...)
XPutImage( POINTER(Display)(None), Drawable(None), GC(None), POINTER(XImage)(None), c_int(None), c_int(None), c_int(None), c_int(None), c_uint(None), c_uint(None) ) -> c_int
XQLength(...)
XQLength( POINTER(Display)(None) ) -> c_int
XQueryBestCursor(...)
XQueryBestCursor( POINTER(Display)(None), Drawable(None), c_uint(None), c_uint(None), POINTER(c_uint)(None), POINTER(c_uint)(None) ) -> c_int
XQueryBestSize(...)
XQueryBestSize( POINTER(Display)(None), c_int(None), Drawable(None), c_uint(None), c_uint(None), POINTER(c_uint)(None), POINTER(c_uint)(None) ) -> c_int
XQueryBestStipple(...)
XQueryBestStipple( POINTER(Display)(None), Drawable(None), c_uint(None), c_uint(None), POINTER(c_uint)(None), POINTER(c_uint)(None) ) -> c_int
XQueryBestTile(...)
XQueryBestTile( POINTER(Display)(None), Drawable(None), c_uint(None), c_uint(None), POINTER(c_uint)(None), POINTER(c_uint)(None) ) -> c_int
XQueryColor(...)
XQueryColor( POINTER(Display)(None), Colormap(None), POINTER(XColor)(None) ) -> c_int
XQueryColors(...)
XQueryColors( POINTER(Display)(None), Colormap(None), POINTER(XColor)(None), c_int(None) ) -> c_int
XQueryExtension(...)
XQueryExtension( POINTER(Display)(None), STRING(None), POINTER(c_int)(None), POINTER(c_int)(None), POINTER(c_int)(None) ) -> c_int
XQueryFont(...)
XQueryFont( POINTER(Display)(None), XID(None) ) -> POINTER(XFontStruct)
XQueryKeymap(...)
XQueryKeymap( POINTER(Display)(None), STRING(None) ) -> c_int
XQueryPointer(...)
XQueryPointer( POINTER(Display)(None), Window(None), POINTER(Window)(None), POINTER(Window)(None), POINTER(c_int)(None), POINTER(c_int)(None), POINTER(c_int)(None), POINTER(c_int)(None), POINTER(c_uint)(None) ) -> c_int
XQueryTextExtents(...)
XQueryTextExtents( POINTER(Display)(None), XID(None), STRING(None), c_int(None), POINTER(c_int)(None), POINTER(c_int)(None), POINTER(c_int)(None), POINTER(XCharStruct)(None) ) -> c_int
XQueryTextExtents16(...)
XQueryTextExtents16( POINTER(Display)(None), XID(None), POINTER(XChar2b)(None), c_int(None), POINTER(c_int)(None), POINTER(c_int)(None), POINTER(c_int)(None), POINTER(XCharStruct)(None) ) -> c_int
XQueryTree(...)
XQueryTree( POINTER(Display)(None), Window(None), POINTER(Window)(None), POINTER(Window)(None), POINTER(POINTER(Window))(None), POINTER(c_uint)(None) ) -> c_int
XRaiseWindow(...)
XRaiseWindow( POINTER(Display)(None), Window(None) ) -> c_int
XReadBitmapFile(...)
XReadBitmapFile( POINTER(Display)(None), Drawable(None), STRING(None), POINTER(c_uint)(None), POINTER(c_uint)(None), POINTER(Pixmap)(None), POINTER(c_int)(None), POINTER(c_int)(None) ) -> c_int
XReadBitmapFileData(...)
XReadBitmapFileData( STRING(None), POINTER(c_uint)(None), POINTER(c_uint)(None), POINTER(POINTER(c_ubyte))(None), POINTER(c_int)(None), POINTER(c_int)(None) ) -> c_int
XRebindKeysym(...)
XRebindKeysym( POINTER(Display)(None), KeySym(None), POINTER(KeySym)(None), c_int(None), POINTER(c_ubyte)(None), c_int(None) ) -> c_int
XRecolorCursor(...)
XRecolorCursor( POINTER(Display)(None), Cursor(None), POINTER(XColor)(None), POINTER(XColor)(None) ) -> c_int
XReconfigureWMWindow(...)
XReconfigureWMWindow( POINTER(Display)(None), Window(None), c_int(None), c_uint(None), POINTER(XWindowChanges)(None) ) -> c_int
XRectInRegion(...)
XRectInRegion( Region(None), c_int(None), c_int(None), c_uint(None), c_uint(None) ) -> c_int
XRefreshKeyboardMapping(...)
XRefreshKeyboardMapping( POINTER(XMappingEvent)(None) ) -> c_int
XRegisterIMInstantiateCallback(...)
XRegisterIMInstantiateCallback( POINTER(Display)(None), POINTER(_XrmHashBucketRec)(None), STRING(None), STRING(None), XIDProc(None), XPointer(None) ) -> c_int
XRemoveConnectionWatch(...)
XRemoveConnectionWatch( POINTER(Display)(None), XConnectionWatchProc(None), XPointer(None) ) -> None
XRemoveFromSaveSet(...)
XRemoveFromSaveSet( POINTER(Display)(None), Window(None) ) -> c_int
XRemoveHost(...)
XRemoveHost( POINTER(Display)(None), POINTER(XHostAddress)(None) ) -> c_int
XRemoveHosts(...)
XRemoveHosts( POINTER(Display)(None), POINTER(XHostAddress)(None), c_int(None) ) -> c_int
XReparentWindow(...)
XReparentWindow( POINTER(Display)(None), Window(None), Window(None), c_int(None), c_int(None) ) -> c_int
XResetScreenSaver(...)
XResetScreenSaver( POINTER(Display)(None) ) -> c_int
XResizeWindow(...)
XResizeWindow( POINTER(Display)(None), Window(None), c_uint(None), c_uint(None) ) -> c_int
XResourceManagerString(...)
XResourceManagerString( POINTER(Display)(None) ) -> STRING
XRestackWindows(...)
XRestackWindows( POINTER(Display)(None), POINTER(Window)(None), c_int(None) ) -> c_int
XRootWindow(...)
XRootWindow( POINTER(Display)(None), c_int(None) ) -> Window
XRootWindowOfScreen(...)
XRootWindowOfScreen( POINTER(Screen)(None) ) -> Window
XRotateBuffers(...)
XRotateBuffers( POINTER(Display)(None), c_int(None) ) -> c_int
XRotateWindowProperties(...)
XRotateWindowProperties( POINTER(Display)(None), Window(None), POINTER(Atom)(None), c_int(None), c_int(None) ) -> c_int
XSaveContext(...)
XSaveContext( POINTER(Display)(None), XID(None), XContext(None), STRING(None) ) -> c_int
XScreenCount(...)
XScreenCount( POINTER(Display)(None) ) -> c_int
XScreenNumberOfScreen(...)
XScreenNumberOfScreen( POINTER(Screen)(None) ) -> c_int
XScreenOfDisplay(...)
XScreenOfDisplay( POINTER(Display)(None), c_int(None) ) -> POINTER(Screen)
XScreenResourceString(...)
XScreenResourceString( POINTER(Screen)(None) ) -> STRING
XSelectInput(...)
XSelectInput( POINTER(Display)(None), Window(None), c_long(None) ) -> c_int
XSendEvent(...)
XSendEvent( POINTER(Display)(None), Window(None), c_int(None), c_long(None), POINTER(XEvent)(None) ) -> c_int
XServerVendor(...)
XServerVendor( POINTER(Display)(None) ) -> STRING
XSetAccessControl(...)
XSetAccessControl( POINTER(Display)(None), c_int(None) ) -> c_int
XSetAfterFunction(...)
XSetAfterFunction( POINTER(Display)(None), CFUNCTYPE(c_int, POINTER(Display))(None) ) -> CFUNCTYPE(c_int, POINTER(Display))
XSetArcMode(...)
XSetArcMode( POINTER(Display)(None), GC(None), c_int(None) ) -> c_int
XSetAuthorization(...)
XSetAuthorization( STRING(None), c_int(None), STRING(None), c_int(None) ) -> None
XSetBackground(...)
XSetBackground( POINTER(Display)(None), GC(None), c_ulong(None) ) -> c_int
XSetClassHint(...)
XSetClassHint( POINTER(Display)(None), Window(None), POINTER(XClassHint)(None) ) -> c_int
XSetClipMask(...)
XSetClipMask( POINTER(Display)(None), GC(None), Pixmap(None) ) -> c_int
XSetClipOrigin(...)
XSetClipOrigin( POINTER(Display)(None), GC(None), c_int(None), c_int(None) ) -> c_int
XSetClipRectangles(...)
XSetClipRectangles( POINTER(Display)(None), GC(None), c_int(None), c_int(None), POINTER(XRectangle)(None), c_int(None), c_int(None) ) -> c_int
XSetCloseDownMode(...)
XSetCloseDownMode( POINTER(Display)(None), c_int(None) ) -> c_int
XSetCommand(...)
XSetCommand( POINTER(Display)(None), Window(None), POINTER(STRING)(None), c_int(None) ) -> c_int
XSetDashes(...)
XSetDashes( POINTER(Display)(None), GC(None), c_int(None), STRING(None), c_int(None) ) -> c_int
XSetErrorHandler(...)
XSetErrorHandler( XErrorHandler(None) ) -> XErrorHandler
XSetFillRule(...)
XSetFillRule( POINTER(Display)(None), GC(None), c_int(None) ) -> c_int
XSetFillStyle(...)
XSetFillStyle( POINTER(Display)(None), GC(None), c_int(None) ) -> c_int
XSetFont(...)
XSetFont( POINTER(Display)(None), GC(None), Font(None) ) -> c_int
XSetFontPath(...)
XSetFontPath( POINTER(Display)(None), POINTER(STRING)(None), c_int(None) ) -> c_int
XSetForeground(...)
XSetForeground( POINTER(Display)(None), GC(None), c_ulong(None) ) -> c_int
XSetFunction(...)
XSetFunction( POINTER(Display)(None), GC(None), c_int(None) ) -> c_int
XSetGraphicsExposures(...)
XSetGraphicsExposures( POINTER(Display)(None), GC(None), c_int(None) ) -> c_int
XSetICFocus(...)
XSetICFocus( XIC(None) ) -> None
XSetICValues(...)
XSetICValues( XIC(None) ) -> STRING
XSetIMValues(...)
XSetIMValues( XIM(None) ) -> STRING
XSetIOErrorHandler(...)
XSetIOErrorHandler( XIOErrorHandler(None) ) -> XIOErrorHandler
XSetIconName(...)
XSetIconName( POINTER(Display)(None), Window(None), STRING(None) ) -> c_int
XSetIconSizes(...)
XSetIconSizes( POINTER(Display)(None), Window(None), POINTER(XIconSize)(None), c_int(None) ) -> c_int
XSetInputFocus(...)
XSetInputFocus( POINTER(Display)(None), Window(None), c_int(None), Time(None) ) -> c_int
XSetLineAttributes(...)
XSetLineAttributes( POINTER(Display)(None), GC(None), c_uint(None), c_int(None), c_int(None), c_int(None) ) -> c_int
XSetLocaleModifiers(...)
XSetLocaleModifiers( STRING(None) ) -> STRING
XSetModifierMapping(...)
XSetModifierMapping( POINTER(Display)(None), POINTER(XModifierKeymap)(None) ) -> c_int
XSetNormalHints(...)
XSetNormalHints( POINTER(Display)(None), Window(None), POINTER(XSizeHints)(None) ) -> c_int
XSetOCValues(...)
XSetOCValues( XOC(None) ) -> STRING
XSetOMValues(...)
XSetOMValues( XOM(None) ) -> STRING
XSetPlaneMask(...)
XSetPlaneMask( POINTER(Display)(None), GC(None), c_ulong(None) ) -> c_int
XSetPointerMapping(...)
XSetPointerMapping( POINTER(Display)(None), POINTER(c_ubyte)(None), c_int(None) ) -> c_int
XSetRGBColormaps(...)
XSetRGBColormaps( POINTER(Display)(None), Window(None), POINTER(XStandardColormap)(None), c_int(None), Atom(None) ) -> None
XSetRegion(...)
XSetRegion( POINTER(Display)(None), GC(None), Region(None) ) -> c_int
XSetScreenSaver(...)
XSetScreenSaver( POINTER(Display)(None), c_int(None), c_int(None), c_int(None), c_int(None) ) -> c_int
XSetSelectionOwner(...)
XSetSelectionOwner( POINTER(Display)(None), Atom(None), Window(None), Time(None) ) -> c_int
XSetSizeHints(...)
XSetSizeHints( POINTER(Display)(None), Window(None), POINTER(XSizeHints)(None), Atom(None) ) -> c_int
XSetStandardColormap(...)
XSetStandardColormap( POINTER(Display)(None), Window(None), POINTER(XStandardColormap)(None), Atom(None) ) -> None
XSetStandardProperties(...)
XSetStandardProperties( POINTER(Display)(None), Window(None), STRING(None), STRING(None), Pixmap(None), POINTER(STRING)(None), c_int(None), POINTER(XSizeHints)(None) ) -> c_int
XSetState(...)
XSetState( POINTER(Display)(None), GC(None), c_ulong(None), c_ulong(None), c_int(None), c_ulong(None) ) -> c_int
XSetStipple(...)
XSetStipple( POINTER(Display)(None), GC(None), Pixmap(None) ) -> c_int
XSetSubwindowMode(...)
XSetSubwindowMode( POINTER(Display)(None), GC(None), c_int(None) ) -> c_int
XSetTSOrigin(...)
XSetTSOrigin( POINTER(Display)(None), GC(None), c_int(None), c_int(None) ) -> c_int
XSetTextProperty(...)
XSetTextProperty( POINTER(Display)(None), Window(None), POINTER(XTextProperty)(None), Atom(None) ) -> None
XSetTile(...)
XSetTile( POINTER(Display)(None), GC(None), Pixmap(None) ) -> c_int
XSetTransientForHint(...)
XSetTransientForHint( POINTER(Display)(None), Window(None), Window(None) ) -> c_int
XSetWMClientMachine(...)
XSetWMClientMachine( POINTER(Display)(None), Window(None), POINTER(XTextProperty)(None) ) -> None
XSetWMColormapWindows(...)
XSetWMColormapWindows( POINTER(Display)(None), Window(None), POINTER(Window)(None), c_int(None) ) -> c_int
XSetWMHints(...)
XSetWMHints( POINTER(Display)(None), Window(None), POINTER(XWMHints)(None) ) -> c_int
XSetWMIconName(...)
XSetWMIconName( POINTER(Display)(None), Window(None), POINTER(XTextProperty)(None) ) -> None
XSetWMName(...)
XSetWMName( POINTER(Display)(None), Window(None), POINTER(XTextProperty)(None) ) -> None
XSetWMNormalHints(...)
XSetWMNormalHints( POINTER(Display)(None), Window(None), POINTER(XSizeHints)(None) ) -> None
XSetWMProperties(...)
XSetWMProperties( POINTER(Display)(None), Window(None), POINTER(XTextProperty)(None), POINTER(XTextProperty)(None), POINTER(STRING)(None), c_int(None), POINTER(XSizeHints)(None), POINTER(XWMHints)(None), POINTER(XClassHint)(None) ) -> None
XSetWMProtocols(...)
XSetWMProtocols( POINTER(Display)(None), Window(None), POINTER(Atom)(None), c_int(None) ) -> c_int
XSetWMSizeHints(...)
XSetWMSizeHints( POINTER(Display)(None), Window(None), POINTER(XSizeHints)(None), Atom(None) ) -> None
XSetWindowBackground(...)
XSetWindowBackground( POINTER(Display)(None), Window(None), c_ulong(None) ) -> c_int
XSetWindowBackgroundPixmap(...)
XSetWindowBackgroundPixmap( POINTER(Display)(None), Window(None), Pixmap(None) ) -> c_int
XSetWindowBorder(...)
XSetWindowBorder( POINTER(Display)(None), Window(None), c_ulong(None) ) -> c_int
XSetWindowBorderPixmap(...)
XSetWindowBorderPixmap( POINTER(Display)(None), Window(None), Pixmap(None) ) -> c_int
XSetWindowBorderWidth(...)
XSetWindowBorderWidth( POINTER(Display)(None), Window(None), c_uint(None) ) -> c_int
XSetWindowColormap(...)
XSetWindowColormap( POINTER(Display)(None), Window(None), Colormap(None) ) -> c_int
XSetZoomHints(...)
XSetZoomHints( POINTER(Display)(None), Window(None), POINTER(XSizeHints)(None) ) -> c_int
XShrinkRegion(...)
XShrinkRegion( Region(None), c_int(None), c_int(None) ) -> c_int
XStoreBuffer(...)
XStoreBuffer( POINTER(Display)(None), STRING(None), c_int(None), c_int(None) ) -> c_int
XStoreBytes(...)
XStoreBytes( POINTER(Display)(None), STRING(None), c_int(None) ) -> c_int
XStoreColor(...)
XStoreColor( POINTER(Display)(None), Colormap(None), POINTER(XColor)(None) ) -> c_int
XStoreColors(...)
XStoreColors( POINTER(Display)(None), Colormap(None), POINTER(XColor)(None), c_int(None) ) -> c_int
XStoreName(...)
XStoreName( POINTER(Display)(None), Window(None), STRING(None) ) -> c_int
XStoreNamedColor(...)
XStoreNamedColor( POINTER(Display)(None), Colormap(None), STRING(None), c_ulong(None), c_int(None) ) -> c_int
XStringListToTextProperty(...)
XStringListToTextProperty( POINTER(STRING)(None), c_int(None), POINTER(XTextProperty)(None) ) -> c_int
XStringToKeysym(...)
XStringToKeysym( STRING(None) ) -> KeySym
XSubtractRegion(...)
XSubtractRegion( Region(None), Region(None), Region(None) ) -> c_int
XSupportsLocale(...)
XSupportsLocale(  ) -> c_int
XSync(...)
XSync( POINTER(Display)(None), c_int(None) ) -> c_int
XSynchronize(...)
XSynchronize( POINTER(Display)(None), c_int(None) ) -> CFUNCTYPE(c_int, POINTER(Display))
XTextExtents(...)
XTextExtents( POINTER(XFontStruct)(None), STRING(None), c_int(None), POINTER(c_int)(None), POINTER(c_int)(None), POINTER(c_int)(None), POINTER(XCharStruct)(None) ) -> c_int
XTextExtents16(...)
XTextExtents16( POINTER(XFontStruct)(None), POINTER(XChar2b)(None), c_int(None), POINTER(c_int)(None), POINTER(c_int)(None), POINTER(c_int)(None), POINTER(XCharStruct)(None) ) -> c_int
XTextPropertyToStringList(...)
XTextPropertyToStringList( POINTER(XTextProperty)(None), POINTER(POINTER(STRING))(None), POINTER(c_int)(None) ) -> c_int
XTextWidth(...)
XTextWidth( POINTER(XFontStruct)(None), STRING(None), c_int(None) ) -> c_int
XTextWidth16(...)
XTextWidth16( POINTER(XFontStruct)(None), POINTER(XChar2b)(None), c_int(None) ) -> c_int
XTranslateCoordinates(...)
XTranslateCoordinates( POINTER(Display)(None), Window(None), Window(None), c_int(None), c_int(None), POINTER(c_int)(None), POINTER(c_int)(None), POINTER(Window)(None) ) -> c_int
XUndefineCursor(...)
XUndefineCursor( POINTER(Display)(None), Window(None) ) -> c_int
XUngrabButton(...)
XUngrabButton( POINTER(Display)(None), c_uint(None), c_uint(None), Window(None) ) -> c_int
XUngrabKey(...)
XUngrabKey( POINTER(Display)(None), c_int(None), c_uint(None), Window(None) ) -> c_int
XUngrabKeyboard(...)
XUngrabKeyboard( POINTER(Display)(None), Time(None) ) -> c_int
XUngrabPointer(...)
XUngrabPointer( POINTER(Display)(None), Time(None) ) -> c_int
XUngrabServer(...)
XUngrabServer( POINTER(Display)(None) ) -> c_int
XUninstallColormap(...)
XUninstallColormap( POINTER(Display)(None), Colormap(None) ) -> c_int
XUnionRectWithRegion(...)
XUnionRectWithRegion( POINTER(XRectangle)(None), Region(None), Region(None) ) -> c_int
XUnionRegion(...)
XUnionRegion( Region(None), Region(None), Region(None) ) -> c_int
XUnloadFont(...)
XUnloadFont( POINTER(Display)(None), Font(None) ) -> c_int
XUnlockDisplay(...)
XUnlockDisplay( POINTER(Display)(None) ) -> None
XUnmapSubwindows(...)
XUnmapSubwindows( POINTER(Display)(None), Window(None) ) -> c_int
XUnmapWindow(...)
XUnmapWindow( POINTER(Display)(None), Window(None) ) -> c_int
XUnregisterIMInstantiateCallback(...)
XUnregisterIMInstantiateCallback( POINTER(Display)(None), POINTER(_XrmHashBucketRec)(None), STRING(None), STRING(None), XIDProc(None), XPointer(None) ) -> c_int
XUnsetICFocus(...)
XUnsetICFocus( XIC(None) ) -> None
XVaCreateNestedList(...)
XVaCreateNestedList( c_int(None) ) -> XVaNestedList
XVendorRelease(...)
XVendorRelease( POINTER(Display)(None) ) -> c_int
XVisualIDFromVisual(...)
XVisualIDFromVisual( POINTER(Visual)(None) ) -> VisualID
XWMGeometry(...)
XWMGeometry( POINTER(Display)(None), c_int(None), STRING(None), STRING(None), c_uint(None), POINTER(XSizeHints)(None), POINTER(c_int)(None), POINTER(c_int)(None), POINTER(c_int)(None), POINTER(c_int)(None), POINTER(c_int)(None) ) -> c_int
XWarpPointer(...)
XWarpPointer( POINTER(Display)(None), Window(None), Window(None), c_int(None), c_int(None), c_uint(None), c_uint(None), c_int(None), c_int(None) ) -> c_int
XWhitePixel(...)
XWhitePixel( POINTER(Display)(None), c_int(None) ) -> c_ulong
XWhitePixelOfScreen(...)
XWhitePixelOfScreen( POINTER(Screen)(None) ) -> c_ulong
XWidthMMOfScreen(...)
XWidthMMOfScreen( POINTER(Screen)(None) ) -> c_int
XWidthOfScreen(...)
XWidthOfScreen( POINTER(Screen)(None) ) -> c_int
XWindowEvent(...)
XWindowEvent( POINTER(Display)(None), Window(None), c_long(None), POINTER(XEvent)(None) ) -> c_int
XWithdrawWindow(...)
XWithdrawWindow( POINTER(Display)(None), Window(None), c_int(None) ) -> c_int
XWriteBitmapFile(...)
XWriteBitmapFile( POINTER(Display)(None), STRING(None), Pixmap(None), c_uint(None), c_uint(None), c_int(None), c_int(None) ) -> c_int
XXorRegion(...)
XXorRegion( Region(None), Region(None), Region(None) ) -> c_int
XmbDrawImageString(...)
XmbDrawImageString( POINTER(Display)(None), Drawable(None), XFontSet(None), GC(None), c_int(None), c_int(None), STRING(None), c_int(None) ) -> None
XmbDrawString(...)
XmbDrawString( POINTER(Display)(None), Drawable(None), XFontSet(None), GC(None), c_int(None), c_int(None), STRING(None), c_int(None) ) -> None
XmbDrawText(...)
XmbDrawText( POINTER(Display)(None), Drawable(None), GC(None), c_int(None), c_int(None), POINTER(XmbTextItem)(None), c_int(None) ) -> None
XmbLookupString(...)
XmbLookupString( XIC(None), POINTER(XKeyPressedEvent)(None), STRING(None), c_int(None), POINTER(KeySym)(None), POINTER(c_int)(None) ) -> c_int
XmbResetIC(...)
XmbResetIC( XIC(None) ) -> STRING
XmbSetWMProperties(...)
XmbSetWMProperties( POINTER(Display)(None), Window(None), STRING(None), STRING(None), POINTER(STRING)(None), c_int(None), POINTER(XSizeHints)(None), POINTER(XWMHints)(None), POINTER(XClassHint)(None) ) -> None
XmbTextEscapement(...)
XmbTextEscapement( XFontSet(None), STRING(None), c_int(None) ) -> c_int
XmbTextExtents(...)
XmbTextExtents( XFontSet(None), STRING(None), c_int(None), POINTER(XRectangle)(None), POINTER(XRectangle)(None) ) -> c_int
XmbTextListToTextProperty(...)
XmbTextListToTextProperty( POINTER(Display)(display), POINTER(STRING)(list), c_int(count), XICCEncodingStyle(style), POINTER(XTextProperty)(text_prop_return) ) -> c_int
XmbTextPerCharExtents(...)
XmbTextPerCharExtents( XFontSet(None), STRING(None), c_int(None), POINTER(XRectangle)(None), POINTER(XRectangle)(None), c_int(None), POINTER(c_int)(None), POINTER(XRectangle)(None), POINTER(XRectangle)(None) ) -> c_int
XmbTextPropertyToTextList(...)
XmbTextPropertyToTextList( POINTER(Display)(display), POINTER(XTextProperty)(text_prop), POINTER(POINTER(STRING))(list_return), POINTER(c_int)(count_return) ) -> c_int
XrmInitialize(...)
XrmInitialize(  ) -> None
Xutf8DrawImageString(...)
Xutf8DrawImageString( POINTER(Display)(None), Drawable(None), XFontSet(None), GC(None), c_int(None), c_int(None), STRING(None), c_int(None) ) -> None
Xutf8DrawString(...)
Xutf8DrawString( POINTER(Display)(None), Drawable(None), XFontSet(None), GC(None), c_int(None), c_int(None), STRING(None), c_int(None) ) -> None
Xutf8DrawText(...)
Xutf8DrawText( POINTER(Display)(None), Drawable(None), GC(None), c_int(None), c_int(None), POINTER(XmbTextItem)(None), c_int(None) ) -> None
Xutf8LookupString(...)
Xutf8LookupString( XIC(None), POINTER(XKeyPressedEvent)(None), STRING(None), c_int(None), POINTER(KeySym)(None), POINTER(c_int)(None) ) -> c_int
Xutf8ResetIC(...)
Xutf8ResetIC( XIC(None) ) -> STRING
Xutf8SetWMProperties(...)
Xutf8SetWMProperties( POINTER(Display)(None), Window(None), STRING(None), STRING(None), POINTER(STRING)(None), c_int(None), POINTER(XSizeHints)(None), POINTER(XWMHints)(None), POINTER(XClassHint)(None) ) -> None
Xutf8TextEscapement(...)
Xutf8TextEscapement( XFontSet(None), STRING(None), c_int(None) ) -> c_int
Xutf8TextExtents(...)
Xutf8TextExtents( XFontSet(None), STRING(None), c_int(None), POINTER(XRectangle)(None), POINTER(XRectangle)(None) ) -> c_int
Xutf8TextListToTextProperty(...)
Xutf8TextListToTextProperty( POINTER(Display)(display), POINTER(STRING)(list), c_int(count), XICCEncodingStyle(style), POINTER(XTextProperty)(text_prop_return) ) -> c_int
Xutf8TextPerCharExtents(...)
Xutf8TextPerCharExtents( XFontSet(None), STRING(None), c_int(None), POINTER(XRectangle)(None), POINTER(XRectangle)(None), c_int(None), POINTER(c_int)(None), POINTER(XRectangle)(None), POINTER(XRectangle)(None) ) -> c_int
Xutf8TextPropertyToTextList(...)
Xutf8TextPropertyToTextList( POINTER(Display)(display), POINTER(XTextProperty)(text_prop), POINTER(POINTER(STRING))(list_return), POINTER(c_int)(count_return) ) -> c_int
XwcDrawImageString(...)
XwcDrawImageString( POINTER(Display)(None), Drawable(None), XFontSet(None), GC(None), c_int(None), c_int(None), WSTRING(None), c_int(None) ) -> None
XwcDrawString(...)
XwcDrawString( POINTER(Display)(None), Drawable(None), XFontSet(None), GC(None), c_int(None), c_int(None), WSTRING(None), c_int(None) ) -> None
XwcDrawText(...)
XwcDrawText( POINTER(Display)(None), Drawable(None), GC(None), c_int(None), c_int(None), POINTER(XwcTextItem)(None), c_int(None) ) -> None
XwcFreeStringList(...)
XwcFreeStringList( POINTER(WSTRING)(list) ) -> None
XwcLookupString(...)
XwcLookupString( XIC(None), POINTER(XKeyPressedEvent)(None), WSTRING(None), c_int(None), POINTER(KeySym)(None), POINTER(c_int)(None) ) -> c_int
XwcResetIC(...)
XwcResetIC( XIC(None) ) -> WSTRING
XwcTextEscapement(...)
XwcTextEscapement( XFontSet(None), WSTRING(None), c_int(None) ) -> c_int
XwcTextExtents(...)
XwcTextExtents( XFontSet(None), WSTRING(None), c_int(None), POINTER(XRectangle)(None), POINTER(XRectangle)(None) ) -> c_int
XwcTextListToTextProperty(...)
XwcTextListToTextProperty( POINTER(Display)(display), POINTER(WSTRING)(list), c_int(count), XICCEncodingStyle(style), POINTER(XTextProperty)(text_prop_return) ) -> c_int
XwcTextPerCharExtents(...)
XwcTextPerCharExtents( XFontSet(None), WSTRING(None), c_int(None), POINTER(XRectangle)(None), POINTER(XRectangle)(None), c_int(None), POINTER(c_int)(None), POINTER(XRectangle)(None), POINTER(XRectangle)(None) ) -> c_int
XwcTextPropertyToTextList(...)
XwcTextPropertyToTextList( POINTER(Display)(display), POINTER(XTextProperty)(text_prop), POINTER(POINTER(WSTRING))(list_return), POINTER(c_int)(count_return) ) -> c_int
_X_ATTRIBUTE_PRINTF(x, y)
_X_SENTINEL(x)
_Xmblen(...)
_Xmblen( STRING(str), c_int(len) ) -> c_int
_Xmbtowc(...)
_Xmbtowc( WSTRING(None), STRING(None), c_int(None) ) -> c_int
_Xwctomb(...)
_Xwctomb( STRING(None), c_wchar(None) ) -> c_int
__ASMNAME(cname)
__CONCAT(x, y)
#def __ASMNAME2(prefix,cname): return __STRING (prefix) cname # macro
#__BLKCNT64_T_TYPE = __SQUAD_TYPE # alias
#__BLKCNT_T_TYPE = __SLONGWORD_TYPE # alias
#__BLKSIZE_T_TYPE = __SLONGWORD_TYPE # alias
#__CLOCKID_T_TYPE = __S32_TYPE # alias
#__CLOCK_T_TYPE = __SLONGWORD_TYPE # alias
__FDELT(d)
#__DADDR_T_TYPE = __S32_TYPE # alias
#__DEV_T_TYPE = __UQUAD_TYPE # alias
__FD_ISSET(d, s)
#def __FDMASK(d): return ((__fd_mask) 1 << ((d) % __NFDBITS)) # macro
#def __FDS_BITS(set): return ((set)->fds_bits) # macro
#def __FD_CLR(d,s): return (__FDS_BITS (s)[__FDELT(d)] &= ~__FDMASK(d)) # macro
__GLIBC_PREREQ(maj, min)
#__FSBLKCNT64_T_TYPE = __UQUAD_TYPE # alias
#__FSBLKCNT_T_TYPE = __ULONGWORD_TYPE # alias
#__FSFILCNT64_T_TYPE = __UQUAD_TYPE # alias
#__FSFILCNT_T_TYPE = __ULONGWORD_TYPE # alias
#__GID_T_TYPE = __U32_TYPE # alias
__GNUC_PREREQ(maj, min)
__LONG_LONG_PAIR(HI, LO)
#__ID_T_TYPE = __U32_TYPE # alias
#__INO64_T_TYPE = __UQUAD_TYPE # alias
#__INO_T_TYPE = __ULONGWORD_TYPE # alias
#__KEY_T_TYPE = __S32_TYPE # alias
#def __LDBL_REDIR(name,proto): return name proto # macro
#def __LDBL_REDIR1(name,proto,alias): return name proto # macro
#def __LDBL_REDIR1_NTH(name,proto,alias): return name proto __THROW # macro
#def __LDBL_REDIR_NTH(name,proto): return name proto __THROW # macro
__P(args)
#__MODE_T_TYPE = __U32_TYPE # alias
#__NLINK_T_TYPE = __UWORD_TYPE # alias
#def __NTH(fct): return fct throw () # macro
#__OFF64_T_TYPE = __SQUAD_TYPE # alias
#__OFF_T_TYPE = __SLONGWORD_TYPE # alias
__PMT(args)
#__PID_T_TYPE = __S32_TYPE # alias
__STRING(x)
#def __REDIRECT(name,proto,alias): return name proto __asm__ (__ASMNAME (#alias)) # macro
#def __REDIRECT_NTH(name,proto,alias): return name proto __THROW __asm__ (__ASMNAME (#alias)) # macro
#__RLIM64_T_TYPE = __UQUAD_TYPE # alias
#__RLIM_T_TYPE = __ULONGWORD_TYPE # alias
#__SLONG32_TYPE = int # alias
#__SSIZE_T_TYPE = __SWORD_TYPE # alias
__attribute_format_arg__(x)
#__SUSECONDS_T_TYPE = __SLONGWORD_TYPE # alias
#__SWBLK_T_TYPE = __SLONGWORD_TYPE # alias
#__TIME_T_TYPE = __SLONGWORD_TYPE # alias
#__UID_T_TYPE = __U32_TYPE # alias
#__USECONDS_T_TYPE = __U32_TYPE # alias
__attribute_format_strfmon__(a, b)
__bos(ptr)
__bos0(ptr)
addressof(...)
addressof(C instance) -> integer
Return the address of the C instance internal buffer
alignment(...)
alignment(C type) -> integer
alignment(C instance) -> integer
Return the alignment requirements of a C instance
byref(...)
byref(C instance) -> byref-object
Return a pointer lookalike to a C instance, only usable
as function argument
glActiveTextureARB(...)
glActiveTextureARB( GLenum(texture) ) -> None
glClientActiveTextureARB(...)
glClientActiveTextureARB( GLenum(texture) ) -> None
glMultiTexCoord1dARB(...)
glMultiTexCoord1dARB( GLenum(target), GLdouble(s) ) -> None
glMultiTexCoord1dvARB(...)
glMultiTexCoord1dvARB( GLenum(target), arrays.GLdoubleArray(v) ) -> None
glMultiTexCoord1fARB(...)
glMultiTexCoord1fARB( GLenum(target), GLfloat(s) ) -> None
glMultiTexCoord1fvARB(...)
glMultiTexCoord1fvARB( GLenum(target), arrays.GLfloatArray(v) ) -> None
glMultiTexCoord1iARB(...)
glMultiTexCoord1iARB( GLenum(target), GLint(s) ) -> None
glMultiTexCoord1ivARB(...)
glMultiTexCoord1ivARB( GLenum(target), arrays.GLintArray(v) ) -> None
glMultiTexCoord1sARB(...)
glMultiTexCoord1sARB( GLenum(target), GLshort(s) ) -> None
glMultiTexCoord1svARB(...)
glMultiTexCoord1svARB( GLenum(target), arrays.GLshortArray(v) ) -> None
glMultiTexCoord2dARB(...)
glMultiTexCoord2dARB( GLenum(target), GLdouble(s), GLdouble(t) ) -> None
glMultiTexCoord2dvARB(...)
glMultiTexCoord2dvARB( GLenum(target), arrays.GLdoubleArray(v) ) -> None
glMultiTexCoord2fARB(...)
glMultiTexCoord2fARB( GLenum(target), GLfloat(s), GLfloat(t) ) -> None
glMultiTexCoord2fvARB(...)
glMultiTexCoord2fvARB( GLenum(target), arrays.GLfloatArray(v) ) -> None
glMultiTexCoord2iARB(...)
glMultiTexCoord2iARB( GLenum(target), GLint(s), GLint(t) ) -> None
glMultiTexCoord2ivARB(...)
glMultiTexCoord2ivARB( GLenum(target), arrays.GLintArray(v) ) -> None
glMultiTexCoord2sARB(...)
glMultiTexCoord2sARB( GLenum(target), GLshort(s), GLshort(t) ) -> None
glMultiTexCoord2svARB(...)
glMultiTexCoord2svARB( GLenum(target), arrays.GLshortArray(v) ) -> None
glMultiTexCoord3dARB(...)
glMultiTexCoord3dARB( GLenum(target), GLdouble(s), GLdouble(t), GLdouble(r) ) -> None
glMultiTexCoord3dvARB(...)
glMultiTexCoord3dvARB( GLenum(target), arrays.GLdoubleArray(v) ) -> None
glMultiTexCoord3fARB(...)
glMultiTexCoord3fARB( GLenum(target), GLfloat(s), GLfloat(t), GLfloat(r) ) -> None
glMultiTexCoord3fvARB(...)
glMultiTexCoord3fvARB( GLenum(target), arrays.GLfloatArray(v) ) -> None
glMultiTexCoord3iARB(...)
glMultiTexCoord3iARB( GLenum(target), GLint(s), GLint(t), GLint(r) ) -> None
glMultiTexCoord3ivARB(...)
glMultiTexCoord3ivARB( GLenum(target), arrays.GLintArray(v) ) -> None
glMultiTexCoord3sARB(...)
glMultiTexCoord3sARB( GLenum(target), GLshort(s), GLshort(t), GLshort(r) ) -> None
glMultiTexCoord3svARB(...)
glMultiTexCoord3svARB( GLenum(target), arrays.GLshortArray(v) ) -> None
glMultiTexCoord4dARB(...)
glMultiTexCoord4dARB( GLenum(target), GLdouble(s), GLdouble(t), GLdouble(r), GLdouble(q) ) -> None
glMultiTexCoord4dvARB(...)
glMultiTexCoord4dvARB( GLenum(target), arrays.GLdoubleArray(v) ) -> None
glMultiTexCoord4fARB(...)
glMultiTexCoord4fARB( GLenum(target), GLfloat(s), GLfloat(t), GLfloat(r), GLfloat(q) ) -> None
glMultiTexCoord4fvARB(...)
glMultiTexCoord4fvARB( GLenum(target), arrays.GLfloatArray(v) ) -> None
glMultiTexCoord4iARB(...)
glMultiTexCoord4iARB( GLenum(target), GLint(s), GLint(t), GLint(r), GLint(q) ) -> None
glMultiTexCoord4ivARB(...)
glMultiTexCoord4ivARB( GLenum(target), arrays.GLintArray(v) ) -> None
glMultiTexCoord4sARB(...)
glMultiTexCoord4sARB( GLenum(target), GLshort(s), GLshort(t), GLshort(r), GLshort(q) ) -> None
glMultiTexCoord4svARB(...)
glMultiTexCoord4svARB( GLenum(target), arrays.GLshortArray(v) ) -> None
glXChooseFBConfig(...)
glXChooseFBConfig( POINTER(Display)(dpy), c_int(screen), POINTER(c_int)(attribList), POINTER(c_int)(nitems) ) -> POINTER(GLXFBConfig)
glXChooseVisual(...)
glXChooseVisual( POINTER(Display)(dpy), c_int(screen), POINTER(c_int)(attribList) ) -> POINTER(XVisualInfo)
glXCopyContext(...)
glXCopyContext( POINTER(Display)(dpy), GLXContext(src), GLXContext(dst), c_ulong(mask) ) -> None
glXCreateContext(...)
glXCreateContext( POINTER(Display)(dpy), POINTER(XVisualInfo)(vis), GLXContext(shareList), c_int(direct) ) -> GLXContext
glXCreateGLXPixmap(...)
glXCreateGLXPixmap( POINTER(Display)(dpy), POINTER(XVisualInfo)(visual), Pixmap(pixmap) ) -> GLXPixmap
glXCreateNewContext(...)
glXCreateNewContext( POINTER(Display)(dpy), GLXFBConfig(config), c_int(renderType), GLXContext(shareList), c_int(direct) ) -> GLXContext
glXCreatePbuffer(...)
glXCreatePbuffer( POINTER(Display)(dpy), GLXFBConfig(config), POINTER(c_int)(attribList) ) -> GLXPbuffer
glXCreatePixmap(...)
glXCreatePixmap( POINTER(Display)(dpy), GLXFBConfig(config), Pixmap(pixmap), POINTER(c_int)(attribList) ) -> GLXPixmap
glXCreateWindow(...)
glXCreateWindow( POINTER(Display)(dpy), GLXFBConfig(config), Window(win), POINTER(c_int)(attribList) ) -> GLXWindow
glXDestroyContext(...)
glXDestroyContext( POINTER(Display)(dpy), GLXContext(ctx) ) -> None
glXDestroyGLXPixmap(...)
glXDestroyGLXPixmap( POINTER(Display)(dpy), GLXPixmap(pixmap) ) -> None
glXDestroyPbuffer(...)
glXDestroyPbuffer( POINTER(Display)(dpy), GLXPbuffer(pbuf) ) -> None
glXDestroyPixmap(...)
glXDestroyPixmap( POINTER(Display)(dpy), GLXPixmap(pixmap) ) -> None
glXDestroyWindow(...)
glXDestroyWindow( POINTER(Display)(dpy), GLXWindow(window) ) -> None
glXGetClientString(...)
glXGetClientString( POINTER(Display)(dpy), c_int(name) ) -> STRING
glXGetConfig(...)
glXGetConfig( POINTER(Display)(dpy), POINTER(XVisualInfo)(visual), c_int(attrib), POINTER(c_int)(value) ) -> c_int
glXGetCurrentContext(...)
glXGetCurrentContext(  ) -> GLXContext
glXGetCurrentDisplay(...)
glXGetCurrentDisplay(  ) -> POINTER(Display)
glXGetCurrentDrawable(...)
glXGetCurrentDrawable(  ) -> GLXDrawable
glXGetCurrentReadDrawable(...)
glXGetCurrentReadDrawable(  ) -> GLXDrawable
glXGetFBConfigAttrib(...)
glXGetFBConfigAttrib( POINTER(Display)(dpy), GLXFBConfig(config), c_int(attribute), POINTER(c_int)(value) ) -> c_int
glXGetFBConfigs(...)
glXGetFBConfigs( POINTER(Display)(dpy), c_int(screen), POINTER(c_int)(nelements) ) -> POINTER(GLXFBConfig)
glXGetProcAddress(...)
glXGetProcAddress( arrays.GLubyteArray(procname) ) -> CFUNCTYPE(None)
glXGetSelectedEvent(...)
glXGetSelectedEvent( POINTER(Display)(dpy), GLXDrawable(drawable), POINTER(c_ulong)(mask) ) -> None
glXGetVisualFromFBConfig(...)
glXGetVisualFromFBConfig( POINTER(Display)(dpy), GLXFBConfig(config) ) -> POINTER(XVisualInfo)
glXIsDirect(...)
glXIsDirect( POINTER(Display)(dpy), GLXContext(ctx) ) -> c_int
glXMakeContextCurrent(...)
glXMakeContextCurrent( POINTER(Display)(dpy), GLXDrawable(draw), GLXDrawable(read), GLXContext(ctx) ) -> c_int
glXMakeCurrent(...)
glXMakeCurrent( POINTER(Display)(dpy), GLXDrawable(drawable), GLXContext(ctx) ) -> c_int
glXQueryContext(...)
glXQueryContext( POINTER(Display)(dpy), GLXContext(ctx), c_int(attribute), POINTER(c_int)(value) ) -> c_int
glXQueryDrawable(...)
glXQueryDrawable( POINTER(Display)(dpy), GLXDrawable(draw), c_int(attribute), POINTER(c_uint)(value) ) -> None
glXQueryExtension(...)
glXQueryExtension( POINTER(Display)(dpy), POINTER(c_int)(errorb), POINTER(c_int)(event) ) -> c_int
glXQueryExtensionsString(...)
glXQueryExtensionsString( POINTER(Display)(dpy), c_int(screen) ) -> STRING
glXQueryServerString(...)
glXQueryServerString( POINTER(Display)(dpy), c_int(screen), c_int(name) ) -> STRING
glXQueryVersion(...)
glXQueryVersion( POINTER(Display)(dpy), POINTER(c_int)(maj), POINTER(c_int)(min) ) -> c_int
glXSelectEvent(...)
glXSelectEvent( POINTER(Display)(dpy), GLXDrawable(drawable), c_ulong(mask) ) -> None
glXSwapBuffers(...)
glXSwapBuffers( POINTER(Display)(dpy), GLXDrawable(drawable) ) -> None
glXUseXFont(...)
glXUseXFont( Font(font), c_int(first), c_int(count), c_int(list) ) -> None
glXWaitGL(...)
glXWaitGL(  ) -> None
glXWaitX(...)
glXWaitX(  ) -> None
gnu_dev_major(...)
gnu_dev_major( c_ulonglong(__dev) ) -> c_uint
gnu_dev_makedev(...)
gnu_dev_makedev( c_uint(__major), c_uint(__minor) ) -> c_ulonglong
gnu_dev_minor(...)
gnu_dev_minor( c_ulonglong(__dev) ) -> c_uint
imaxabs(...)
imaxabs( intmax_t(__n) ) -> intmax_t
imaxdiv(...)
imaxdiv( intmax_t(__numer), intmax_t(__denom) ) -> imaxdiv_t
major(dev)
makedev(maj, min)
memmove = <CFunctionType object at 0x835602c> memset = <CFunctionType object at 0x8356094>
minor(dev)
offsetof(TYPE, MEMBER)
pselect(...)
pselect( c_int(__nfds), POINTER(fd_set)(__readfds), POINTER(fd_set)(__writefds), POINTER(fd_set)(__exceptfds), POINTER(timespec)(__timeout), POINTER(__sigset_t)(__sigmask) ) -> c_int
resize(...)
Resize the memory buffer of a ctypes instance
select(...)
select( c_int(__nfds), POINTER(fd_set)(__readfds), POINTER(fd_set)(__writefds), POINTER(fd_set)(__exceptfds), POINTER(timeval)(__timeout) ) -> c_int
set_conversion_mode(...)
set_conversion_mode(encoding, errors) -> (previous-encoding, previous-errors)
 
Set the encoding and error handling ctypes uses when converting
between unicode and strings.  Returns the previous values.
sizeof(...)
sizeof(C type) -> integer
sizeof(C instance) -> integer
Return the size in bytes of a C instance
strtoimax(...)
strtoimax( STRING(__nptr), POINTER(STRING)(__endptr), c_int(__base) ) -> intmax_t
strtoumax(...)
strtoumax( STRING(__nptr), POINTER(STRING)(__endptr), c_int(__base) ) -> uintmax_t
wcstoimax(...)
wcstoimax( WSTRING(__nptr), POINTER(WSTRING)(__endptr), c_int(__base) ) -> intmax_t
wcstoumax(...)
wcstoumax( WSTRING(__nptr), POINTER(WSTRING)(__endptr), c_int(__base) ) -> uintmax_t

 
Data
        BIG_ENDIAN = __BIG_ENDIAN
BYTE_ORDER = __LITTLE_ENDIAN
CWX = CWX
CWY = CWY
DEFAULT_MODE = 0
FD_SETSIZE = __FD_SETSIZE
FUNCPROTO = FUNCPROTO
GLX_3DFX_FULLSCREEN_MODE_MESA = GLX_3DFX_FULLSCREEN_MODE_MESA
GLX_3DFX_WINDOW_MODE_MESA = GLX_3DFX_WINDOW_MODE_MESA
GLX_ACCUM_ALPHA_SIZE = GLX_ACCUM_ALPHA_SIZE
GLX_ACCUM_BLUE_SIZE = GLX_ACCUM_BLUE_SIZE
GLX_ACCUM_BUFFER_BIT = GLX_ACCUM_BUFFER_BIT
GLX_ACCUM_BUFFER_BIT_SGIX = GLX_ACCUM_BUFFER_BIT_SGIX
GLX_ACCUM_GREEN_SIZE = GLX_ACCUM_GREEN_SIZE
GLX_ACCUM_RED_SIZE = GLX_ACCUM_RED_SIZE
GLX_ALPHA_SIZE = GLX_ALPHA_SIZE
GLX_AUX0_EXT = GLX_AUX0_EXT
GLX_AUX1_EXT = GLX_AUX1_EXT
GLX_AUX2_EXT = GLX_AUX2_EXT
GLX_AUX3_EXT = GLX_AUX3_EXT
GLX_AUX4_EXT = GLX_AUX4_EXT
GLX_AUX5_EXT = GLX_AUX5_EXT
GLX_AUX6_EXT = GLX_AUX6_EXT
GLX_AUX7_EXT = GLX_AUX7_EXT
GLX_AUX8_EXT = GLX_AUX8_EXT
GLX_AUX9_EXT = GLX_AUX9_EXT
GLX_AUX_BUFFERS = GLX_AUX_BUFFERS
GLX_AUX_BUFFERS_BIT = GLX_AUX_BUFFERS_BIT
GLX_AUX_BUFFERS_BIT_SGIX = GLX_AUX_BUFFERS_BIT_SGIX
GLX_BACK_EXT = GLX_BACK_LEFT_EXT
GLX_BACK_LEFT_BUFFER_BIT = GLX_BACK_LEFT_BUFFER_BIT
GLX_BACK_LEFT_BUFFER_BIT_SGIX = GLX_BACK_LEFT_BUFFER_BIT_SGIX
GLX_BACK_LEFT_EXT = GLX_BACK_LEFT_EXT
GLX_BACK_RIGHT_BUFFER_BIT = GLX_BACK_RIGHT_BUFFER_BIT
GLX_BACK_RIGHT_BUFFER_BIT_SGIX = GLX_BACK_RIGHT_BUFFER_BIT_SGIX
GLX_BACK_RIGHT_EXT = GLX_BACK_RIGHT_EXT
GLX_BAD_ATTRIBUTE = GLX_BAD_ATTRIBUTE
GLX_BAD_CONTEXT = GLX_BAD_CONTEXT
GLX_BAD_ENUM = GLX_BAD_ENUM
GLX_BAD_HYPERPIPE_CONFIG_SGIX = GLX_BAD_HYPERPIPE_CONFIG_SGIX
GLX_BAD_HYPERPIPE_SGIX = GLX_BAD_HYPERPIPE_SGIX
GLX_BAD_SCREEN = GLX_BAD_SCREEN
GLX_BAD_VALUE = GLX_BAD_VALUE
GLX_BAD_VISUAL = GLX_BAD_VISUAL
GLX_BIND_TO_MIPMAP_TEXTURE_EXT = GLX_BIND_TO_MIPMAP_TEXTURE_EXT
GLX_BIND_TO_TEXTURE_RGBA_EXT = GLX_BIND_TO_TEXTURE_RGBA_EXT
GLX_BIND_TO_TEXTURE_RGB_EXT = GLX_BIND_TO_TEXTURE_RGB_EXT
GLX_BIND_TO_TEXTURE_TARGETS_EXT = GLX_BIND_TO_TEXTURE_TARGETS_EXT
GLX_BLENDED_RGBA_SGIS = GLX_BLENDED_RGBA_SGIS
GLX_BLUE_SIZE = GLX_BLUE_SIZE
GLX_BUFFER_CLOBBER_MASK_SGIX = GLX_BUFFER_CLOBBER_MASK_SGIX
GLX_BUFFER_SIZE = GLX_BUFFER_SIZE
GLX_COLOR_INDEX_BIT = GLX_COLOR_INDEX_BIT
GLX_COLOR_INDEX_BIT_SGIX = GLX_COLOR_INDEX_BIT_SGIX
GLX_COLOR_INDEX_TYPE = GLX_COLOR_INDEX_TYPE
GLX_COLOR_INDEX_TYPE_SGIX = GLX_COLOR_INDEX_TYPE_SGIX
GLX_CONFIG_CAVEAT = GLX_CONFIG_CAVEAT
GLX_DAMAGED = GLX_DAMAGED
GLX_DAMAGED_SGIX = GLX_DAMAGED_SGIX
GLX_DEPTH_BUFFER_BIT = GLX_DEPTH_BUFFER_BIT
GLX_DEPTH_BUFFER_BIT_SGIX = GLX_DEPTH_BUFFER_BIT_SGIX
GLX_DEPTH_SIZE = GLX_DEPTH_SIZE
GLX_DIGITAL_MEDIA_PBUFFER_SGIX = GLX_DIGITAL_MEDIA_PBUFFER_SGIX
GLX_DIRECT_COLOR = GLX_DIRECT_COLOR
GLX_DIRECT_COLOR_EXT = GLX_DIRECT_COLOR_EXT
GLX_DONT_CARE = GLX_DONT_CARE
GLX_DOUBLEBUFFER = GLX_DOUBLEBUFFER
GLX_DRAWABLE_TYPE = GLX_DRAWABLE_TYPE
GLX_DRAWABLE_TYPE_SGIX = GLX_DRAWABLE_TYPE_SGIX
GLX_EVENT_MASK = GLX_EVENT_MASK
GLX_EVENT_MASK_SGIX = GLX_EVENT_MASK_SGIX
GLX_EXTENSIONS = GLX_EXTENSIONS
GLX_EXTENSION_NAME = GLX_EXTENSION_NAME (GLX)
GLX_FBCONFIG_ID = GLX_FBCONFIG_ID
GLX_FBCONFIG_ID_SGIX = GLX_FBCONFIG_ID_SGIX
GLX_FLOAT_COMPONENTS_NV = GLX_FLOAT_COMPONENTS_NV
GLX_FRONT_EXT = GLX_FRONT_LEFT_EXT
GLX_FRONT_LEFT_BUFFER_BIT = GLX_FRONT_LEFT_BUFFER_BIT
GLX_FRONT_LEFT_BUFFER_BIT_SGIX = GLX_FRONT_LEFT_BUFFER_BIT_SGIX
GLX_FRONT_LEFT_EXT = GLX_FRONT_LEFT_EXT
GLX_FRONT_RIGHT_BUFFER_BIT = GLX_FRONT_RIGHT_BUFFER_BIT
GLX_FRONT_RIGHT_BUFFER_BIT_SGIX = GLX_FRONT_RIGHT_BUFFER_BIT_SGIX
GLX_FRONT_RIGHT_EXT = GLX_FRONT_RIGHT_EXT
GLX_GLXEXT_VERSION = GLX_GLXEXT_VERSION
GLX_GRAY_SCALE = GLX_GRAY_SCALE
GLX_GRAY_SCALE_EXT = GLX_GRAY_SCALE_EXT
GLX_GREEN_SIZE = GLX_GREEN_SIZE
GLX_HEIGHT = GLX_HEIGHT
GLX_HEIGHT_SGIX = GLX_HEIGHT_SGIX
GLX_HYPERPIPE_DISPLAY_PIPE_SGIX = GLX_HYPERPIPE_DISPLAY_PIPE_SGIX
GLX_HYPERPIPE_ID_SGIX = GLX_HYPERPIPE_ID_SGIX
GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX = GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX
GLX_HYPERPIPE_PIXEL_AVERAGE_SGIX = GLX_HYPERPIPE_PIXEL_AVERAGE_SGIX
GLX_HYPERPIPE_RENDER_PIPE_SGIX = GLX_HYPERPIPE_RENDER_PIPE_SGIX
GLX_HYPERPIPE_STEREO_SGIX = GLX_HYPERPIPE_STEREO_SGIX
GLX_LARGEST_PBUFFER = GLX_LARGEST_PBUFFER
GLX_LARGEST_PBUFFER_SGIX = GLX_LARGEST_PBUFFER_SGIX
GLX_LEVEL = GLX_LEVEL
GLX_MAX_PBUFFER_HEIGHT = GLX_MAX_PBUFFER_HEIGHT
GLX_MAX_PBUFFER_HEIGHT_SGIX = GLX_MAX_PBUFFER_HEIGHT_SGIX
GLX_MAX_PBUFFER_PIXELS = GLX_MAX_PBUFFER_PIXELS
GLX_MAX_PBUFFER_PIXELS_SGIX = GLX_MAX_PBUFFER_PIXELS_SGIX
GLX_MAX_PBUFFER_WIDTH = GLX_MAX_PBUFFER_WIDTH
GLX_MAX_PBUFFER_WIDTH_SGIX = GLX_MAX_PBUFFER_WIDTH_SGIX
GLX_MIPMAP_TEXTURE_EXT = GLX_MIPMAP_TEXTURE_EXT
GLX_MULTISAMPLE_SUB_RECT_HEIGHT_SGIS = GLX_MULTISAMPLE_SUB_RECT_HEIGHT_SGIS
GLX_MULTISAMPLE_SUB_RECT_WIDTH_SGIS = GLX_MULTISAMPLE_SUB_RECT_WIDTH_SGIS
GLX_NONE = GLX_NONE
GLX_NONE_EXT = GLX_NONE_EXT
GLX_NON_CONFORMANT_CONFIG = GLX_NON_CONFORMANT_CONFIG
GLX_NON_CONFORMANT_VISUAL_EXT = GLX_NON_CONFORMANT_VISUAL_EXT
GLX_NO_EXTENSION = GLX_NO_EXTENSION
GLX_OPTIMAL_PBUFFER_HEIGHT_SGIX = GLX_OPTIMAL_PBUFFER_HEIGHT_SGIX
GLX_OPTIMAL_PBUFFER_WIDTH_SGIX = GLX_OPTIMAL_PBUFFER_WIDTH_SGIX
GLX_PBUFFER = GLX_PBUFFER
GLX_PBUFFER_BIT = GLX_PBUFFER_BIT
GLX_PBUFFER_BIT_SGIX = GLX_PBUFFER_BIT_SGIX
GLX_PBUFFER_CLOBBER_MASK = GLX_PBUFFER_CLOBBER_MASK
GLX_PBUFFER_HEIGHT = GLX_PBUFFER_HEIGHT
GLX_PBUFFER_SGIX = GLX_PBUFFER_SGIX
GLX_PBUFFER_WIDTH = GLX_PBUFFER_WIDTH
GLX_PIPE_RECT_LIMITS_SGIX = GLX_PIPE_RECT_LIMITS_SGIX
GLX_PIPE_RECT_SGIX = GLX_PIPE_RECT_SGIX
GLX_PIXMAP_BIT = GLX_PIXMAP_BIT
GLX_PIXMAP_BIT_SGIX = GLX_PIXMAP_BIT_SGIX
GLX_PRESERVED_CONTENTS = GLX_PRESERVED_CONTENTS
GLX_PRESERVED_CONTENTS_SGIX = GLX_PRESERVED_CONTENTS_SGIX
GLX_PSEUDO_COLOR = GLX_PSEUDO_COLOR
GLX_PSEUDO_COLOR_EXT = GLX_PSEUDO_COLOR_EXT
GLX_RED_SIZE = GLX_RED_SIZE
GLX_RENDER_TYPE = GLX_RENDER_TYPE
GLX_RENDER_TYPE_SGIX = GLX_RENDER_TYPE_SGIX
GLX_RGBA = GLX_RGBA
GLX_RGBA_BIT = GLX_RGBA_BIT
GLX_RGBA_BIT_SGIX = GLX_RGBA_BIT_SGIX
GLX_RGBA_FLOAT_BIT_ARB = GLX_RGBA_FLOAT_BIT_ARB
GLX_RGBA_FLOAT_TYPE_ARB = GLX_RGBA_FLOAT_TYPE_ARB
GLX_RGBA_TYPE = GLX_RGBA_TYPE
GLX_RGBA_TYPE_SGIX = GLX_RGBA_TYPE_SGIX
GLX_SAMPLES = GLX_SAMPLES
GLX_SAMPLES_3DFX = GLX_SAMPLES_3DFX
GLX_SAMPLES_ARB = GLX_SAMPLES_ARB
GLX_SAMPLES_SGIS = GLX_SAMPLES_SGIS
GLX_SAMPLE_BUFFERS = GLX_SAMPLE_BUFFERS
GLX_SAMPLE_BUFFERS_3DFX = GLX_SAMPLE_BUFFERS_3DFX
GLX_SAMPLE_BUFFERS_ARB = GLX_SAMPLE_BUFFERS_ARB
GLX_SAMPLE_BUFFERS_BIT_SGIX = GLX_SAMPLE_BUFFERS_BIT_SGIX
GLX_SAMPLE_BUFFERS_SGIS = GLX_SAMPLE_BUFFERS_SGIS
GLX_SAVED = GLX_SAVED
GLX_SAVED_SGIX = GLX_SAVED_SGIX
GLX_SCREEN = GLX_SCREEN
GLX_SCREEN_EXT = GLX_SCREEN_EXT
GLX_SHARE_CONTEXT_EXT = GLX_SHARE_CONTEXT_EXT
GLX_SLOW_CONFIG = GLX_SLOW_CONFIG
GLX_SLOW_VISUAL_EXT = GLX_SLOW_VISUAL_EXT
GLX_STATIC_COLOR = GLX_STATIC_COLOR
GLX_STATIC_COLOR_EXT = GLX_STATIC_COLOR_EXT
GLX_STATIC_GRAY = GLX_STATIC_GRAY
GLX_STATIC_GRAY_EXT = GLX_STATIC_GRAY_EXT
GLX_STENCIL_BUFFER_BIT = GLX_STENCIL_BUFFER_BIT
GLX_STENCIL_BUFFER_BIT_SGIX = GLX_STENCIL_BUFFER_BIT_SGIX
GLX_STENCIL_SIZE = GLX_STENCIL_SIZE
GLX_STEREO = GLX_STEREO
GLX_SWAP_COPY_OML = GLX_SWAP_COPY_OML
GLX_SWAP_EXCHANGE_OML = GLX_SWAP_EXCHANGE_OML
GLX_SWAP_METHOD_OML = GLX_SWAP_METHOD_OML
GLX_SWAP_UNDEFINED_OML = GLX_SWAP_UNDEFINED_OML
GLX_SYNC_FRAME_SGIX = GLX_SYNC_FRAME_SGIX
GLX_SYNC_SWAP_SGIX = GLX_SYNC_SWAP_SGIX
GLX_TEXTURE_1D_BIT_EXT = GLX_TEXTURE_1D_BIT_EXT
GLX_TEXTURE_1D_EXT = GLX_TEXTURE_1D_EXT
GLX_TEXTURE_2D_BIT_EXT = GLX_TEXTURE_2D_BIT_EXT
GLX_TEXTURE_2D_EXT = GLX_TEXTURE_2D_EXT
GLX_TEXTURE_FORMAT_EXT = GLX_TEXTURE_FORMAT_EXT
GLX_TEXTURE_FORMAT_NONE_EXT = GLX_TEXTURE_FORMAT_NONE_EXT
GLX_TEXTURE_FORMAT_RGBA_EXT = GLX_TEXTURE_FORMAT_RGBA_EXT
GLX_TEXTURE_FORMAT_RGB_EXT = GLX_TEXTURE_FORMAT_RGB_EXT
GLX_TEXTURE_RECTANGLE_BIT_EXT = GLX_TEXTURE_RECTANGLE_BIT_EXT
GLX_TEXTURE_RECTANGLE_EXT = GLX_TEXTURE_RECTANGLE_EXT
GLX_TEXTURE_TARGET_EXT = GLX_TEXTURE_TARGET_EXT
GLX_TRANSPARENT_ALPHA_VALUE = GLX_TRANSPARENT_ALPHA_VALUE
GLX_TRANSPARENT_ALPHA_VALUE_EXT = GLX_TRANSPARENT_ALPHA_VALUE_EXT
GLX_TRANSPARENT_BLUE_VALUE = GLX_TRANSPARENT_BLUE_VALUE
GLX_TRANSPARENT_BLUE_VALUE_EXT = GLX_TRANSPARENT_BLUE_VALUE_EXT
GLX_TRANSPARENT_GREEN_VALUE = GLX_TRANSPARENT_GREEN_VALUE
GLX_TRANSPARENT_GREEN_VALUE_EXT = GLX_TRANSPARENT_GREEN_VALUE_EXT
GLX_TRANSPARENT_INDEX = GLX_TRANSPARENT_INDEX
GLX_TRANSPARENT_INDEX_EXT = GLX_TRANSPARENT_INDEX_EXT
GLX_TRANSPARENT_INDEX_VALUE = GLX_TRANSPARENT_INDEX_VALUE
GLX_TRANSPARENT_INDEX_VALUE_EXT = GLX_TRANSPARENT_INDEX_VALUE_EXT
GLX_TRANSPARENT_RED_VALUE = GLX_TRANSPARENT_RED_VALUE
GLX_TRANSPARENT_RED_VALUE_EXT = GLX_TRANSPARENT_RED_VALUE_EXT
GLX_TRANSPARENT_RGB = GLX_TRANSPARENT_RGB
GLX_TRANSPARENT_RGB_EXT = GLX_TRANSPARENT_RGB_EXT
GLX_TRANSPARENT_TYPE = GLX_TRANSPARENT_TYPE
GLX_TRANSPARENT_TYPE_EXT = GLX_TRANSPARENT_TYPE_EXT
GLX_TRUE_COLOR = GLX_TRUE_COLOR
GLX_TRUE_COLOR_EXT = GLX_TRUE_COLOR_EXT
GLX_USE_GL = GLX_USE_GL
GLX_VENDOR = GLX_VENDOR
GLX_VERSION = GLX_VERSION
GLX_VERSION_1_1 = GLX_VERSION_1_1
GLX_VERSION_1_2 = GLX_VERSION_1_2
GLX_VERSION_1_3 = GLX_VERSION_1_3
GLX_VERSION_1_4 = GLX_VERSION_1_4
GLX_VISUAL_CAVEAT_EXT = GLX_VISUAL_CAVEAT_EXT
GLX_VISUAL_ID = GLX_VISUAL_ID
GLX_VISUAL_ID_EXT = GLX_VISUAL_ID_EXT
GLX_VISUAL_SELECT_GROUP_SGIX = GLX_VISUAL_SELECT_GROUP_SGIX
GLX_WIDTH = GLX_WIDTH
GLX_WIDTH_SGIX = GLX_WIDTH_SGIX
GLX_WINDOW = GLX_WINDOW
GLX_WINDOW_BIT = GLX_WINDOW_BIT
GLX_WINDOW_BIT_SGIX = GLX_WINDOW_BIT_SGIX
GLX_WINDOW_SGIX = GLX_WINDOW_SGIX
GLX_X_RENDERABLE = GLX_X_RENDERABLE
GLX_X_RENDERABLE_SGIX = GLX_X_RENDERABLE_SGIX
GLX_X_VISUAL_TYPE = GLX_X_VISUAL_TYPE
GLX_X_VISUAL_TYPE_EXT = GLX_X_VISUAL_TYPE_EXT
GLX_Y_INVERTED_EXT = GLX_Y_INVERTED_EXT
GL_ALL_CLIENT_ATTRIB_BITS = GL_ALL_CLIENT_ATTRIB_BITS
GL_ALPHA_BLEND_EQUATION_ATI = GL_ALPHA_BLEND_EQUATION_ATI
GL_BYTE = GL_BYTE
GL_DEBUG_ASSERT_MESA = GL_DEBUG_ASSERT_MESA
GL_DEBUG_OBJECT_MESA = GL_DEBUG_OBJECT_MESA
GL_DEBUG_PRINT_MESA = GL_DEBUG_PRINT_MESA
GL_DEPTH_STENCIL_MESA = GL_DEPTH_STENCIL_MESA
GL_DOUBLE = GL_DOUBLE
GL_FALSE = GL_FALSE
GL_FLOAT = GL_FLOAT
GL_FRAGMENT_PROGRAM_CALLBACK_DATA_MESA = GL_FRAGMENT_PROGRAM_CALLBACK_DATA_MESA
GL_FRAGMENT_PROGRAM_CALLBACK_FUNC_MESA = GL_FRAGMENT_PROGRAM_CALLBACK_FUNC_MESA
GL_FRAGMENT_PROGRAM_CALLBACK_MESA = GL_FRAGMENT_PROGRAM_CALLBACK_MESA
GL_FRAGMENT_PROGRAM_POSITION_MESA = GL_FRAGMENT_PROGRAM_POSITION_MESA
GL_INT = GL_INT
GL_SHORT = GL_SHORT
GL_TRACE_ALL_BITS_MESA = GL_TRACE_ALL_BITS_MESA
GL_TRACE_ARRAYS_BIT_MESA = GL_TRACE_ARRAYS_BIT_MESA
GL_TRACE_ERRORS_BIT_MESA = GL_TRACE_ERRORS_BIT_MESA
GL_TRACE_MASK_MESA = GL_TRACE_MASK_MESA
GL_TRACE_NAME_MESA = GL_TRACE_NAME_MESA
GL_TRACE_OPERATIONS_BIT_MESA = GL_TRACE_OPERATIONS_BIT_MESA
GL_TRACE_PIXELS_BIT_MESA = GL_TRACE_PIXELS_BIT_MESA
GL_TRACE_PRIMITIVES_BIT_MESA = GL_TRACE_PRIMITIVES_BIT_MESA
GL_TRACE_TEXTURES_BIT_MESA = GL_TRACE_TEXTURES_BIT_MESA
GL_TRUE = GL_TRUE
GL_UNSIGNED_BYTE = GL_UNSIGNED_BYTE
GL_UNSIGNED_INT = GL_UNSIGNED_INT
GL_UNSIGNED_INT_24_8_MESA = GL_UNSIGNED_INT_24_8_MESA
GL_UNSIGNED_INT_8_24_REV_MESA = GL_UNSIGNED_INT_8_24_REV_MESA
GL_UNSIGNED_SHORT = GL_UNSIGNED_SHORT
GL_UNSIGNED_SHORT_15_1_MESA = GL_UNSIGNED_SHORT_15_1_MESA
GL_UNSIGNED_SHORT_1_15_REV_MESA = GL_UNSIGNED_SHORT_1_15_REV_MESA
GL_VERTEX_PROGRAM_CALLBACK_DATA_MESA = GL_VERTEX_PROGRAM_CALLBACK_DATA_MESA
GL_VERTEX_PROGRAM_CALLBACK_FUNC_MESA = GL_VERTEX_PROGRAM_CALLBACK_FUNC_MESA
GL_VERTEX_PROGRAM_CALLBACK_MESA = GL_VERTEX_PROGRAM_CALLBACK_MESA
GL_VERTEX_PROGRAM_POSITION_MESA = GL_VERTEX_PROGRAM_POSITION_MESA
GLvoid = None
LITTLE_ENDIAN = __LITTLE_ENDIAN
NFDBITS = __NFDBITS
PDP_ENDIAN = __PDP_ENDIAN
RTLD_GLOBAL = 256
RTLD_LOCAL = 0
XCNOENT = XCNOENT
XCNOMEM = XCNOMEM
XCSUCCESS = XCSUCCESS
XCompoundTextStyle = 1
XIMAbsolutePosition = 10
XIMBackwardChar = 1
XIMBackwardWord = 3
XIMBitmapType = 1
XIMCaretDown = 5
XIMCaretUp = 4
XIMDontChange = 11
XIMForwardChar = 0
XIMForwardWord = 2
XIMIsInvisible = 0
XIMIsPrimary = 1
XIMIsSecondary = 2
XIMLineEnd = 9
XIMLineStart = 8
XIMNextLine = 6
XIMPreviousLine = 7
XIMTextType = 0
XK_0 = XK_0
XK_1 = XK_1
XK_2 = XK_2
XK_3 = XK_3
XK_4 = XK_4
XK_5 = XK_5
XK_6 = XK_6
XK_7 = XK_7
XK_8 = XK_8
XK_9 = XK_9
XK_A = XK_A
XK_AE = XK_AE
XK_B = XK_B
XK_C = XK_C
XK_D = XK_D
XK_E = XK_E
XK_ENG = XK_ENG
XK_ETH = XK_ETH
XK_F = XK_F
XK_F1 = XK_F1
XK_F10 = XK_F10
XK_F11 = XK_F11
XK_F12 = XK_F12
XK_F13 = XK_F13
XK_F14 = XK_F14
XK_F15 = XK_F15
XK_F16 = XK_F16
XK_F17 = XK_F17
XK_F18 = XK_F18
XK_F19 = XK_F19
XK_F2 = XK_F2
XK_F20 = XK_F20
XK_F21 = XK_F21
XK_F22 = XK_F22
XK_F23 = XK_F23
XK_F24 = XK_F24
XK_F25 = XK_F25
XK_F26 = XK_F26
XK_F27 = XK_F27
XK_F28 = XK_F28
XK_F29 = XK_F29
XK_F3 = XK_F3
XK_F30 = XK_F30
XK_F31 = XK_F31
XK_F32 = XK_F32
XK_F33 = XK_F33
XK_F34 = XK_F34
XK_F35 = XK_F35
XK_F4 = XK_F4
XK_F5 = XK_F5
XK_F6 = XK_F6
XK_F7 = XK_F7
XK_F8 = XK_F8
XK_F9 = XK_F9
XK_G = XK_G
XK_H = XK_H
XK_I = XK_I
XK_J = XK_J
XK_K = XK_K
XK_KP_0 = XK_KP_0
XK_KP_1 = XK_KP_1
XK_KP_2 = XK_KP_2
XK_KP_3 = XK_KP_3
XK_KP_4 = XK_KP_4
XK_KP_5 = XK_KP_5
XK_KP_6 = XK_KP_6
XK_KP_7 = XK_KP_7
XK_KP_8 = XK_KP_8
XK_KP_9 = XK_KP_9
XK_KP_F1 = XK_KP_F1
XK_KP_F2 = XK_KP_F2
XK_KP_F3 = XK_KP_F3
XK_KP_F4 = XK_KP_F4
XK_L = XK_L
XK_L1 = XK_L1
XK_L10 = XK_L10
XK_L2 = XK_L2
XK_L3 = XK_L3
XK_L4 = XK_L4
XK_L5 = XK_L5
XK_L6 = XK_L6
XK_L7 = XK_L7
XK_L8 = XK_L8
XK_L9 = XK_L9
XK_M = XK_M
XK_N = XK_N
XK_O = XK_O
XK_OE = XK_OE
XK_P = XK_P
XK_Q = XK_Q
XK_R = XK_R
XK_R1 = XK_R1
XK_R10 = XK_R10
XK_R11 = XK_R11
XK_R12 = XK_R12
XK_R13 = XK_R13
XK_R14 = XK_R14
XK_R15 = XK_R15
XK_R2 = XK_R2
XK_R3 = XK_R3
XK_R4 = XK_R4
XK_R5 = XK_R5
XK_R6 = XK_R6
XK_R7 = XK_R7
XK_R8 = XK_R8
XK_R9 = XK_R9
XK_S = XK_S
XK_SCHWA = XK_SCHWA
XK_T = XK_T
XK_THORN = XK_THORN
XK_U = XK_U
XK_V = XK_V
XK_W = XK_W
XK_X = XK_X
XK_Y = XK_Y
XK_Z = XK_Z
XOMOrientation_Context = 4
XOMOrientation_LTR_TTB = 0
XOMOrientation_RTL_TTB = 1
XOMOrientation_TTB_LTR = 2
XOMOrientation_TTB_RTL = 3
XStdICCTextStyle = 3
XStringStyle = 0
XTextStyle = 2
XUTF8StringStyle = 4
X_HAVE_UTF8_STRING = X_HAVE_UTF8_STRING
X_PROTOCOL = X_PROTOCOL
X_PROTOCOL_REVISION = X_PROTOCOL_REVISION
_ATFILE_SOURCE = _ATFILE_SOURCE
_BITS_PTHREADTYPES_H = _BITS_PTHREADTYPES_H
_BITS_TYPESIZES_H = _BITS_TYPESIZES_H
_BITS_TYPES_H = _BITS_TYPES_H
_BITS_WCHAR_H = _BITS_WCHAR_H
_BSD_SOURCE = _BSD_SOURCE
_ENDIAN_H = _ENDIAN_H
_FEATURES_H = _FEATURES_H
_INTTYPES_H = _INTTYPES_H
_ISOC99_SOURCE = _ISOC99_SOURCE
_LARGEFILE64_SOURCE = _LARGEFILE64_SOURCE
_LARGEFILE_SOURCE = _LARGEFILE_SOURCE
_POSIX_C_SOURCE = _POSIX_C_SOURCE
_POSIX_SOURCE = _POSIX_SOURCE
_SIGSET_NWORDS = _SIGSET_NWORDS
_STDINT_H = _STDINT_H
_STRUCT_TIMEVAL = _STRUCT_TIMEVAL
_SVID_SOURCE = _SVID_SOURCE
_SYS_CDEFS_H = _SYS_CDEFS_H
_SYS_SELECT_H = _SYS_SELECT_H
_SYS_SYSMACROS_H = _SYS_SYSMACROS_H
_SYS_TYPES_H = _SYS_TYPES_H
_XOPEN_SOURCE = _XOPEN_SOURCE
_XOPEN_SOURCE_EXTENDED = _XOPEN_SOURCE_EXTENDED
__BIG_ENDIAN = __BIG_ENDIAN
__BIT_TYPES_DEFINED__ = __BIT_TYPES_DEFINED__
__BYTE_ORDER = __LITTLE_ENDIAN
__FD_SETSIZE = __FD_SETSIZE
__FLOAT_WORD_ORDER = __LITTLE_ENDIAN
__GLIBC_HAVE_LONG_LONG = __GLIBC_HAVE_LONG_LONG
__GLIBC_MINOR__ = __GLIBC_MINOR__
__GLIBC__ = __GLIBC__
__GNU_LIBRARY__ = __GNU_LIBRARY__
__LITTLE_ENDIAN = __LITTLE_ENDIAN
__NFDBITS = __NFDBITS
__PDP_ENDIAN = __PDP_ENDIAN
__PTHREAD_MUTEX_HAVE_PREV = __PTHREAD_MUTEX_HAVE_PREV
__SIZEOF_PTHREAD_ATTR_T = __SIZEOF_PTHREAD_ATTR_T
__SIZEOF_PTHREAD_BARRIERATTR_T = __SIZEOF_PTHREAD_BARRIERATTR_T
__SIZEOF_PTHREAD_BARRIER_T = __SIZEOF_PTHREAD_BARRIER_T
__SIZEOF_PTHREAD_CONDATTR_T = __SIZEOF_PTHREAD_CONDATTR_T
__SIZEOF_PTHREAD_COND_T = __SIZEOF_PTHREAD_COND_T
__SIZEOF_PTHREAD_MUTEXATTR_T = __SIZEOF_PTHREAD_MUTEXATTR_T
__SIZEOF_PTHREAD_MUTEX_T = __SIZEOF_PTHREAD_MUTEX_T
__SIZEOF_PTHREAD_RWLOCKATTR_T = __SIZEOF_PTHREAD_RWLOCKATTR_T
__SIZEOF_PTHREAD_RWLOCK_T = __SIZEOF_PTHREAD_RWLOCK_T
__STDC_IEC_559_COMPLEX__ = __STDC_IEC_559_COMPLEX__
__STDC_IEC_559__ = __STDC_IEC_559__
__STDC_ISO_10646__ = __STDC_ISO_10646__
__USE_ANSI = __USE_ANSI
__USE_ATFILE = __USE_ATFILE
__USE_BSD = __USE_BSD
__USE_FORTIFY_LEVEL = __USE_FORTIFY_LEVEL
__USE_GNU = __USE_GNU
__USE_ISOC99 = __USE_ISOC99
__USE_LARGEFILE = __USE_LARGEFILE
__USE_LARGEFILE64 = __USE_LARGEFILE64
__USE_MISC = __USE_MISC
__USE_POSIX = __USE_POSIX
__USE_POSIX199309 = __USE_POSIX199309
__USE_POSIX199506 = __USE_POSIX199506
__USE_POSIX2 = __USE_POSIX2
__USE_SVID = __USE_SVID
__USE_UNIX98 = __USE_UNIX98
__USE_XOPEN = __USE_XOPEN
__USE_XOPEN2K = __USE_XOPEN2K
__USE_XOPEN_EXTENDED = __USE_XOPEN_EXTENDED
__WCHAR_MAX = __WCHAR_MAX
__WCHAR_MIN = __WCHAR_MIN
__WORDSIZE = __WORDSIZE
__WORDSIZE_COMPAT32 = __WORDSIZE_COMPAT32
__all__ = ['Atom', 'BIG_ENDIAN', 'BYTE_ORDER', 'CWX', 'CWY', 'Colormap', 'Cursor', 'DefaultScreenOfDisplay', 'Depth', 'Display', 'Drawable', 'FD_CLR', 'FD_ISSET', 'FD_SET', 'FD_SETSIZE', 'FD_ZERO', 'FUNCPROTO', 'Font', 'GC', 'GContext', ...]
__file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GLX/__init__.pyc'
__name__ = 'OpenGL.raw.GLX.__init__'
cdll = <ctypes.LibraryLoader object at 0x8353a2c>
glXAllocateMemoryNV = <OpenGL.platform.baseplatform.glXAllocateMemoryNV object at 0x894b76c>
glXBindTexImageEXT = <OpenGL.platform.baseplatform.glXBindTexImageEXT object at 0x894b86c>
glXFreeMemoryNV = <OpenGL.platform.baseplatform.glXFreeMemoryNV object at 0x895252c>
glXReleaseTexImageEXT = <OpenGL.platform.baseplatform.glXReleaseTexImageEXT object at 0x895652c>
pydll = <ctypes.LibraryLoader object at 0x8353a4c>
pythonapi = <PyDLL 'None', handle 4001d670 at 8353a6c>