Package Skype4Py :: Package API :: Module posix_x11 :: Class _XEvent
[frames] | no frames]

Class _XEvent

source code

object --+        
         |        
 ??._CData --+    
             |    
 _ctypes.Union --+
                 |
                _XEvent

Instance Methods

Inherited from _ctypes.Union: __init__, __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__, __reduce__, __setstate__

Inherited from object: __delattr__, __format__, __getattribute__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  _fields_ = [('type', <class 'ctypes.c_long'>), ('xclient', <cl...
  pad = <Field type=c_long_Array_24, ofs=0, size=96>
  type = <Field type=c_long, ofs=0, size=4>
  xclient = <Field type=_XClientMessageEvent, ofs=0, size=48>
  xerror = <Field type=_XErrorEvent, ofs=0, size=20>
  xproperty = <Field type=_XPropertyEvent, ofs=0, size=32>
Properties

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from object: __class__

Class Variable Details

_fields_

Value:
[('type', <class 'ctypes.c_long'>),
 ('xclient', <class 'Skype4Py.API.posix_x11._XClientMessageEvent'>),
 ('xproperty', <class 'Skype4Py.API.posix_x11._XPropertyEvent'>),
 ('xerror', <class 'Skype4Py.API.posix_x11._XErrorEvent'>),
 ('pad', <class 'Skype4Py.API.posix_x11.c_long_Array_24'>)]