Generated by Cython 0.26

Yellow lines hint at Python interaction.
Click on a line that starts with a "+" to see the C code that Cython generated for it.

Raw output: constants.pxi

 001: cdef extern from *:
 002:     unsigned int XNone "None"
 003:     unsigned int PointerWindow
 004:     unsigned int InputFocus
 005:     unsigned int PointerRoot
 006:     unsigned int CurrentTime
 007:     unsigned int AnyPropertyType
 008:     unsigned int IsUnmapped
 009:     unsigned int IsUnviewable
 010:     unsigned int IsViewable
 011:     unsigned int NoEventMask
 012:     unsigned int KeyPressMask
 013:     unsigned int KeyReleaseMask
 014:     unsigned int ButtonPressMask
 015:     unsigned int ButtonReleaseMask
 016:     unsigned int EnterWindowMask
 017:     unsigned int LeaveWindowMask
 018:     unsigned int PointerMotionMask
 019:     unsigned int PointerMotionHintMask
 020:     unsigned int Button1MotionMask
 021:     unsigned int Button2MotionMask
 022:     unsigned int Button3MotionMask
 023:     unsigned int Button4MotionMask
 024:     unsigned int Button5MotionMask
 025:     unsigned int ButtonMotionMask
 026:     unsigned int KeymapStateMask
 027:     unsigned int ExposureMask
 028:     unsigned int VisibilityChangeMask
 029:     unsigned int StructureNotifyMask
 030:     unsigned int ResizeRedirectMask
 031:     unsigned int SubstructureNotifyMask
 032:     unsigned int SubstructureRedirectMask
 033:     unsigned int FocusChangeMask
 034:     unsigned int PropertyChangeMask
 035:     unsigned int ColormapChangeMask
 036:     unsigned int OwnerGrabButtonMask
 037:     unsigned int KeyPress
 038:     unsigned int KeyRelease
 039:     unsigned int ButtonPress
 040:     unsigned int ButtonRelease
 041:     unsigned int MotionNotify
 042:     unsigned int EnterNotify
 043:     unsigned int LeaveNotify
 044:     unsigned int FocusIn
 045:     unsigned int FocusOut
 046:     unsigned int KeymapNotify
 047:     unsigned int Expose
 048:     unsigned int GraphicsExpose
 049:     unsigned int NoExpose
 050:     unsigned int VisibilityNotify
 051:     unsigned int CreateNotify
 052:     unsigned int DestroyNotify
 053:     unsigned int UnmapNotify
 054:     unsigned int MapNotify
 055:     unsigned int MapRequest
 056:     unsigned int ReparentNotify
 057:     unsigned int ConfigureNotify
 058:     unsigned int ConfigureRequest
 059:     unsigned int GravityNotify
 060:     unsigned int ResizeRequest
 061:     unsigned int CirculateNotify
 062:     unsigned int CirculateRequest
 063:     unsigned int PropertyNotify
 064:     unsigned int SelectionClear
 065:     unsigned int SelectionRequest
 066:     unsigned int SelectionNotify
 067:     unsigned int ColormapNotify
 068:     unsigned int ClientMessage
 069:     unsigned int MappingNotify
 070:     unsigned int LASTEvent
 071:     unsigned int PropModeReplace
 072:     unsigned int PropModePrepend
 073:     unsigned int PropModeAppend
 074:     unsigned int CWX
 075:     unsigned int CWY
 076:     unsigned int CWWidth
 077:     unsigned int CWHeight
 078:     unsigned int CWBorderWidth
 079:     unsigned int CWSibling
 080:     unsigned int CWStackMode
 081:     unsigned int Above
 082:     unsigned int Below
 083:     unsigned int BottomIf
 084:     unsigned int TopIf
 085:     unsigned int Opposite
 086:     unsigned int Success
 087:     unsigned int BadRequest
 088:     unsigned int BadValue
 089:     unsigned int BadWindow
 090:     unsigned int BadPixmap
 091:     unsigned int BadAtom
 092:     unsigned int BadCursor
 093:     unsigned int BadFont
 094:     unsigned int BadMatch
 095:     unsigned int BadDrawable
 096:     unsigned int BadAccess
 097:     unsigned int BadAlloc
 098:     unsigned int BadColor
 099:     unsigned int BadGC
 100:     unsigned int BadIDChoice
 101:     unsigned int BadName
 102:     unsigned int BadLength
 103:     unsigned int BadImplementation
 104:     unsigned int FirstExtensionError
 105:     unsigned int LastExtensionError
 106:     unsigned int USPosition
 107:     unsigned int USSize
 108:     unsigned int PPosition
 109:     unsigned int PSize
 110:     unsigned int PMinSize
 111:     unsigned int PMaxSize
 112:     unsigned int PResizeInc
 113:     unsigned int PAspect
 114:     unsigned int PBaseSize
 115:     unsigned int PWinGravity
 116:     unsigned int InputHint
 117:     unsigned int StateHint
 118:     unsigned int IconPixmapHint
 119:     unsigned int IconWindowHint
 120:     unsigned int IconPositionHint
 121:     unsigned int IconMaskHint
 122:     unsigned int WindowGroupHint
 123:     unsigned int XUrgencyHint
 124:     unsigned int WithdrawnState
 125:     unsigned int NormalState
 126:     unsigned int IconicState
 127:     unsigned int RevertToParent
 128:     unsigned int RevertToPointerRoot
 129:     unsigned int RevertToNone
 130:     unsigned int NotifyNormal
 131:     unsigned int NotifyGrab
 132:     unsigned int NotifyUngrab
 133:     unsigned int NotifyWhileGrabbed
 134:     unsigned int NotifyAncestor
 135:     unsigned int NotifyVirtual
 136:     unsigned int NotifyInferior
 137:     unsigned int NotifyNonlinear
 138:     unsigned int NotifyNonlinearVirtual
 139:     unsigned int NotifyPointer
 140:     unsigned int NotifyPointerRoot
 141:     unsigned int NotifyDetailNone
 142:     unsigned int GrabModeSync
 143:     unsigned int GrabModeAsync
 144:     unsigned int AnyKey
 145:     unsigned int AnyModifier
 146:     unsigned int MappingBusy
 147:     unsigned int Button1
 148:     unsigned int Button2
 149:     unsigned int Button3
 150: constants = {
+151:     "XNone": XNone,
  __pyx_t_3 = PyDict_New(); if (unlikely(!__pyx_t_3)) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_3);
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(None); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_XNone, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+152:     "PointerWindow": PointerWindow,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(PointerWindow); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 152, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_PointerWindow, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+153:     "InputFocus": InputFocus,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(InputFocus); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 153, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_InputFocus, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+154:     "PointerRoot": PointerRoot,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(PointerRoot); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 154, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_PointerRoot, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+155:     "CurrentTime": CurrentTime,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(CurrentTime); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 155, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_CurrentTime, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+156:     "AnyPropertyType": AnyPropertyType,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(AnyPropertyType); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 156, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_AnyPropertyType, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+157:     "IsUnmapped": IsUnmapped,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(IsUnmapped); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 157, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_IsUnmapped, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+158:     "IsUnviewable": IsUnviewable,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(IsUnviewable); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 158, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_IsUnviewable, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+159:     "IsViewable": IsViewable,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(IsViewable); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 159, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_IsViewable, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+160:     "NoEventMask": NoEventMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(NoEventMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 160, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_NoEventMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+161:     "KeyPressMask": KeyPressMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(KeyPressMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 161, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_KeyPressMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+162:     "KeyReleaseMask": KeyReleaseMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(KeyReleaseMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 162, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_KeyReleaseMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+163:     "ButtonPressMask": ButtonPressMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(ButtonPressMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 163, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_ButtonPressMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+164:     "ButtonReleaseMask": ButtonReleaseMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(ButtonReleaseMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 164, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_ButtonReleaseMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+165:     "EnterWindowMask": EnterWindowMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(EnterWindowMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 165, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_EnterWindowMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+166:     "LeaveWindowMask": LeaveWindowMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(LeaveWindowMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 166, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_LeaveWindowMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+167:     "PointerMotionMask": PointerMotionMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(PointerMotionMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 167, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_PointerMotionMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+168:     "PointerMotionHintMask": PointerMotionHintMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(PointerMotionHintMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 168, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_PointerMotionHintMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+169:     "Button1MotionMask": Button1MotionMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(Button1MotionMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 169, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_Button1MotionMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+170:     "Button2MotionMask": Button2MotionMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(Button2MotionMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 170, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_Button2MotionMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+171:     "Button3MotionMask": Button3MotionMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(Button3MotionMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 171, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_Button3MotionMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+172:     "Button4MotionMask": Button4MotionMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(Button4MotionMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 172, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_Button4MotionMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+173:     "Button5MotionMask": Button5MotionMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(Button5MotionMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 173, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_Button5MotionMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+174:     "ButtonMotionMask": ButtonMotionMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(ButtonMotionMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 174, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_ButtonMotionMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+175:     "KeymapStateMask": KeymapStateMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(KeymapStateMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 175, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_KeymapStateMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+176:     "ExposureMask": ExposureMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(ExposureMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 176, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_ExposureMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+177:     "VisibilityChangeMask": VisibilityChangeMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(VisibilityChangeMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 177, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_VisibilityChangeMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+178:     "StructureNotifyMask": StructureNotifyMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(StructureNotifyMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 178, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_StructureNotifyMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+179:     "ResizeRedirectMask": ResizeRedirectMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(ResizeRedirectMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 179, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_ResizeRedirectMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+180:     "SubstructureNotifyMask": SubstructureNotifyMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(SubstructureNotifyMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 180, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_SubstructureNotifyMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+181:     "SubstructureRedirectMask": SubstructureRedirectMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(SubstructureRedirectMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 181, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_SubstructureRedirectMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+182:     "FocusChangeMask": FocusChangeMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(FocusChangeMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 182, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_FocusChangeMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+183:     "PropertyChangeMask": PropertyChangeMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(PropertyChangeMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 183, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_PropertyChangeMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+184:     "ColormapChangeMask": ColormapChangeMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(ColormapChangeMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 184, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_ColormapChangeMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+185:     "OwnerGrabButtonMask": OwnerGrabButtonMask,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(OwnerGrabButtonMask); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 185, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_OwnerGrabButtonMask, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+186:     "KeyPress": KeyPress,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(KeyPress); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 186, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_KeyPress, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+187:     "KeyRelease": KeyRelease,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(KeyRelease); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 187, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_KeyRelease, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+188:     "ButtonPress": ButtonPress,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(ButtonPress); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 188, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_ButtonPress, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+189:     "ButtonRelease": ButtonRelease,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(ButtonRelease); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 189, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_ButtonRelease, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+190:     "MotionNotify": MotionNotify,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(MotionNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 190, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_MotionNotify, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+191:     "EnterNotify": EnterNotify,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(EnterNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 191, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_EnterNotify, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+192:     "LeaveNotify": LeaveNotify,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(LeaveNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 192, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_LeaveNotify, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+193:     "FocusIn": FocusIn,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(FocusIn); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 193, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_FocusIn, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+194:     "FocusOut": FocusOut,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(FocusOut); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 194, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_FocusOut, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+195:     "KeymapNotify": KeymapNotify,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(KeymapNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 195, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_KeymapNotify, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+196:     "Expose": Expose,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(Expose); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 196, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_Expose, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+197:     "GraphicsExpose": GraphicsExpose,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(GraphicsExpose); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 197, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_GraphicsExpose, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+198:     "NoExpose": NoExpose,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(NoExpose); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 198, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_NoExpose, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+199:     "VisibilityNotify": VisibilityNotify,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(VisibilityNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 199, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_VisibilityNotify, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+200:     "CreateNotify": CreateNotify,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(CreateNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 200, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_CreateNotify, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+201:     "DestroyNotify": DestroyNotify,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(DestroyNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 201, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_DestroyNotify, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+202:     "UnmapNotify": UnmapNotify,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(UnmapNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 202, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_UnmapNotify, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+203:     "MapNotify": MapNotify,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(MapNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 203, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_MapNotify, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+204:     "MapRequest": MapRequest,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(MapRequest); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 204, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_MapRequest, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+205:     "ReparentNotify": ReparentNotify,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(ReparentNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 205, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_ReparentNotify, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+206:     "ConfigureNotify": ConfigureNotify,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(ConfigureNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 206, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_ConfigureNotify, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+207:     "ConfigureRequest": ConfigureRequest,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(ConfigureRequest); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 207, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_ConfigureRequest, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+208:     "GravityNotify": GravityNotify,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(GravityNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 208, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_GravityNotify, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+209:     "ResizeRequest": ResizeRequest,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(ResizeRequest); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 209, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_ResizeRequest, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+210:     "CirculateNotify": CirculateNotify,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(CirculateNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 210, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_CirculateNotify, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+211:     "CirculateRequest": CirculateRequest,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(CirculateRequest); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 211, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_CirculateRequest, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+212:     "PropertyNotify": PropertyNotify,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(PropertyNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 212, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_PropertyNotify, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+213:     "SelectionClear": SelectionClear,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(SelectionClear); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 213, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_SelectionClear, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+214:     "SelectionRequest": SelectionRequest,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(SelectionRequest); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 214, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_SelectionRequest, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+215:     "SelectionNotify": SelectionNotify,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(SelectionNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 215, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_SelectionNotify, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+216:     "ColormapNotify": ColormapNotify,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(ColormapNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 216, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_ColormapNotify, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+217:     "ClientMessage": ClientMessage,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(ClientMessage); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 217, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_ClientMessage, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+218:     "MappingNotify": MappingNotify,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(MappingNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 218, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_MappingNotify, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+219:     "LASTEvent": LASTEvent,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(LASTEvent); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 219, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_LASTEvent, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+220:     "PropModeReplace": PropModeReplace,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(PropModeReplace); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 220, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_PropModeReplace, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+221:     "PropModePrepend": PropModePrepend,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(PropModePrepend); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 221, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_PropModePrepend, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+222:     "PropModeAppend": PropModeAppend,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(PropModeAppend); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 222, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_PropModeAppend, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+223:     "CWX": CWX,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(CWX); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 223, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_CWX, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+224:     "CWY": CWY,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(CWY); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 224, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_CWY, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+225:     "CWWidth": CWWidth,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(CWWidth); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 225, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_CWWidth, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+226:     "CWHeight": CWHeight,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(CWHeight); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 226, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_CWHeight, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+227:     "CWBorderWidth": CWBorderWidth,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(CWBorderWidth); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 227, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_CWBorderWidth, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+228:     "CWSibling": CWSibling,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(CWSibling); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 228, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_CWSibling, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+229:     "CWStackMode": CWStackMode,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(CWStackMode); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 229, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_CWStackMode, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+230:     "Above": Above,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(Above); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 230, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_Above, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+231:     "Below": Below,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(Below); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 231, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_Below, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+232:     "BottomIf": BottomIf,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BottomIf); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 232, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BottomIf, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+233:     "TopIf": TopIf,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(TopIf); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 233, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_TopIf, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+234:     "Opposite": Opposite,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(Opposite); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 234, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_Opposite, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+235:     "Success": Success,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(Success); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 235, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_Success, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+236:     "BadRequest": BadRequest,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadRequest); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 236, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadRequest, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+237:     "BadValue": BadValue,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadValue); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 237, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadValue, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+238:     "BadWindow": BadWindow,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadWindow); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 238, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadWindow, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+239:     "BadPixmap": BadPixmap,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadPixmap); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 239, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadPixmap, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+240:     "BadAtom": BadAtom,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadAtom); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 240, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadAtom, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+241:     "BadCursor": BadCursor,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadCursor); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 241, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadCursor, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+242:     "BadFont": BadFont,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadFont); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 242, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadFont, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+243:     "BadMatch": BadMatch,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadMatch); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 243, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadMatch, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+244:     "BadDrawable": BadDrawable,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadDrawable); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 244, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadDrawable, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+245:     "BadAccess": BadAccess,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadAccess); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 245, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadAccess, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+246:     "BadAlloc": BadAlloc,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadAlloc); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 246, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadAlloc, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+247:     "BadColor": BadColor,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadColor); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 247, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadColor, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+248:     "BadGC": BadGC,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadGC); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 248, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadGC, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+249:     "BadIDChoice": BadIDChoice,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadIDChoice); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 249, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadIDChoice, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+250:     "BadName": BadName,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadName); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 250, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadName, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+251:     "BadLength": BadLength,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadLength); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 251, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadLength, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+252:     "BadImplementation": BadImplementation,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadImplementation); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 252, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadImplementation, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+253:     "FirstExtensionError": FirstExtensionError,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(FirstExtensionError); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 253, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_FirstExtensionError, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+254:     "LastExtensionError": LastExtensionError,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(LastExtensionError); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 254, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_LastExtensionError, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+255:     "USPosition": USPosition,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(USPosition); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 255, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_USPosition, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+256:     "USSize": USSize,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(USSize); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 256, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_USSize, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+257:     "PPosition": PPosition,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(PPosition); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 257, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_PPosition, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+258:     "PSize": PSize,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(PSize); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 258, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_PSize, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+259:     "PMinSize": PMinSize,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(PMinSize); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 259, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_PMinSize, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+260:     "PMaxSize": PMaxSize,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(PMaxSize); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 260, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_PMaxSize, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+261:     "PResizeInc": PResizeInc,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(PResizeInc); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 261, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_PResizeInc, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+262:     "PAspect": PAspect,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(PAspect); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 262, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_PAspect, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+263:     "PBaseSize": PBaseSize,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(PBaseSize); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 263, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_PBaseSize, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+264:     "PWinGravity": PWinGravity,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(PWinGravity); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 264, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_PWinGravity, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+265:     "InputHint": InputHint,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(InputHint); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 265, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_InputHint, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+266:     "StateHint": StateHint,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(StateHint); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 266, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_StateHint, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+267:     "IconPixmapHint": IconPixmapHint,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(IconPixmapHint); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 267, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_IconPixmapHint, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+268:     "IconWindowHint": IconWindowHint,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(IconWindowHint); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 268, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_IconWindowHint, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+269:     "IconPositionHint": IconPositionHint,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(IconPositionHint); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 269, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_IconPositionHint, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+270:     "IconMaskHint": IconMaskHint,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(IconMaskHint); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 270, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_IconMaskHint, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+271:     "WindowGroupHint": WindowGroupHint,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(WindowGroupHint); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 271, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_WindowGroupHint, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+272:     "XUrgencyHint": XUrgencyHint,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(XUrgencyHint); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 272, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_XUrgencyHint, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+273:     "WithdrawnState": WithdrawnState,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(WithdrawnState); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 273, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_WithdrawnState, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+274:     "NormalState": NormalState,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(NormalState); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 274, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_NormalState, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+275:     "IconicState": IconicState,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(IconicState); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 275, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_IconicState, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+276:     "RevertToParent": RevertToParent,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(RevertToParent); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 276, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_RevertToParent, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+277:     "RevertToPointerRoot": RevertToPointerRoot,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(RevertToPointerRoot); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 277, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_RevertToPointerRoot, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+278:     "RevertToNone": RevertToNone,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(RevertToNone); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 278, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_RevertToNone, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+279:     "NotifyNormal": NotifyNormal,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(NotifyNormal); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 279, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_NotifyNormal, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+280:     "NotifyGrab": NotifyGrab,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(NotifyGrab); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 280, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_NotifyGrab, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+281:     "NotifyUngrab": NotifyUngrab,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(NotifyUngrab); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 281, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_NotifyUngrab, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+282:     "NotifyWhileGrabbed": NotifyWhileGrabbed,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(NotifyWhileGrabbed); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 282, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_NotifyWhileGrabbed, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+283:     "NotifyAncestor": NotifyAncestor,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(NotifyAncestor); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 283, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_NotifyAncestor, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+284:     "NotifyVirtual": NotifyVirtual,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(NotifyVirtual); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 284, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_NotifyVirtual, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+285:     "NotifyInferior": NotifyInferior,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(NotifyInferior); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 285, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_NotifyInferior, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+286:     "NotifyNonlinear": NotifyNonlinear,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(NotifyNonlinear); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 286, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_NotifyNonlinear, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+287:     "NotifyNonlinearVirtual": NotifyNonlinearVirtual,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(NotifyNonlinearVirtual); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 287, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_NotifyNonlinearVirtual, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+288:     "NotifyPointer": NotifyPointer,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(NotifyPointer); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 288, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_NotifyPointer, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+289:     "NotifyPointerRoot": NotifyPointerRoot,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(NotifyPointerRoot); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 289, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_NotifyPointerRoot, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+290:     "NotifyDetailNone": NotifyDetailNone,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(NotifyDetailNone); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 290, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_NotifyDetailNone, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+291:     "GrabModeSync": GrabModeSync,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(GrabModeSync); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 291, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_GrabModeSync, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+292:     "GrabModeAsync": GrabModeAsync,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(GrabModeAsync); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 292, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_GrabModeAsync, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+293:     "AnyKey": AnyKey,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(AnyKey); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 293, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_AnyKey, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+294:     "AnyModifier": AnyModifier,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(AnyModifier); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 294, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_AnyModifier, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+295:     "MappingBusy": MappingBusy,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(MappingBusy); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 295, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_MappingBusy, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+296:     "Button1": Button1,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(Button1); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 296, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_Button1, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+297:     "Button2": Button2,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(Button2); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 297, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_Button2, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+298:     "Button3": Button3,
  __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(Button3); if (unlikely(!__pyx_t_4)) __PYX_ERR(2, 298, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_4);
  if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_Button3, __pyx_t_4) < 0) __PYX_ERR(2, 151, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
  if (PyDict_SetItem(__pyx_d, __pyx_n_s_constants, __pyx_t_3) < 0) __PYX_ERR(2, 150, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
 299: }