clutter 3.0.7-x64-mingw32 → 3.0.8-x64-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (543) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +3 -3
  3. data/vendor/local/bin/json-glib-format.exe +0 -0
  4. data/vendor/local/bin/json-glib-validate.exe +0 -0
  5. data/vendor/local/bin/libclutter-1.0-0.dll +0 -0
  6. data/vendor/local/bin/libcogl-20.dll +0 -0
  7. data/vendor/local/bin/libcogl-pango-20.dll +0 -0
  8. data/vendor/local/bin/libcogl-path-20.dll +0 -0
  9. data/vendor/local/bin/libjson-glib-1.0-0.dll +0 -0
  10. data/vendor/local/include/clutter-1.0/clutter/clutter-action.h +3 -3
  11. data/vendor/local/include/clutter-1.0/clutter/clutter-actor-meta.h +3 -3
  12. data/vendor/local/include/clutter-1.0/clutter/clutter-actor.h +72 -9
  13. data/vendor/local/include/clutter-1.0/clutter/clutter-align-constraint.h +3 -3
  14. data/vendor/local/include/clutter-1.0/clutter/clutter-autocleanups.h +106 -0
  15. data/vendor/local/include/clutter-1.0/clutter/clutter-backend.h +3 -3
  16. data/vendor/local/include/clutter-1.0/clutter/clutter-bin-layout.h +3 -3
  17. data/vendor/local/include/clutter-1.0/clutter/clutter-bind-constraint.h +3 -3
  18. data/vendor/local/include/clutter-1.0/clutter/clutter-binding-pool.h +3 -3
  19. data/vendor/local/include/clutter-1.0/clutter/clutter-blur-effect.h +3 -3
  20. data/vendor/local/include/clutter-1.0/clutter/clutter-box-layout.h +3 -3
  21. data/vendor/local/include/clutter-1.0/clutter/clutter-brightness-contrast-effect.h +3 -3
  22. data/vendor/local/include/clutter-1.0/clutter/clutter-cairo.h +3 -3
  23. data/vendor/local/include/clutter-1.0/clutter/clutter-canvas.h +3 -3
  24. data/vendor/local/include/clutter-1.0/clutter/clutter-child-meta.h +3 -3
  25. data/vendor/local/include/clutter-1.0/clutter/clutter-click-action.h +3 -3
  26. data/vendor/local/include/clutter-1.0/clutter/clutter-clone.h +3 -3
  27. data/vendor/local/include/clutter-1.0/clutter/clutter-color-static.h +3 -3
  28. data/vendor/local/include/clutter-1.0/clutter/clutter-color.h +3 -3
  29. data/vendor/local/include/clutter-1.0/clutter/clutter-colorize-effect.h +3 -3
  30. data/vendor/local/include/clutter-1.0/clutter/clutter-constraint.h +3 -3
  31. data/vendor/local/include/clutter-1.0/clutter/clutter-container.h +3 -3
  32. data/vendor/local/include/clutter-1.0/clutter/clutter-content.h +3 -3
  33. data/vendor/local/include/clutter-1.0/clutter/clutter-deform-effect.h +3 -3
  34. data/vendor/local/include/clutter-1.0/clutter/clutter-deprecated.h +2 -0
  35. data/vendor/local/include/clutter-1.0/clutter/clutter-desaturate-effect.h +3 -3
  36. data/vendor/local/include/clutter-1.0/clutter/clutter-device-manager.h +3 -3
  37. data/vendor/local/include/clutter-1.0/clutter/clutter-drag-action.h +3 -3
  38. data/vendor/local/include/clutter-1.0/clutter/clutter-drop-action.h +3 -3
  39. data/vendor/local/include/clutter-1.0/clutter/clutter-effect.h +3 -3
  40. data/vendor/local/include/clutter-1.0/clutter/clutter-enum-types.h +9 -0
  41. data/vendor/local/include/clutter-1.0/clutter/clutter-enums.h +90 -4
  42. data/vendor/local/include/clutter-1.0/clutter/clutter-event.h +109 -3
  43. data/vendor/local/include/clutter-1.0/clutter/clutter-feature.h +3 -3
  44. data/vendor/local/include/clutter-1.0/clutter/clutter-fixed-layout.h +3 -3
  45. data/vendor/local/include/clutter-1.0/clutter/clutter-flow-layout.h +3 -3
  46. data/vendor/local/include/clutter-1.0/clutter/clutter-gesture-action.h +3 -3
  47. data/vendor/local/include/clutter-1.0/clutter/clutter-grid-layout.h +3 -3
  48. data/vendor/local/include/clutter-1.0/clutter/clutter-group.h +3 -3
  49. data/vendor/local/include/clutter-1.0/clutter/clutter-image.h +3 -3
  50. data/vendor/local/include/clutter-1.0/clutter/clutter-input-device.h +3 -3
  51. data/vendor/local/include/clutter-1.0/clutter/clutter-interval.h +3 -3
  52. data/vendor/local/include/clutter-1.0/clutter/clutter-keyframe-transition.h +3 -3
  53. data/vendor/local/include/clutter-1.0/clutter/clutter-layout-manager.h +3 -3
  54. data/vendor/local/include/clutter-1.0/clutter/clutter-layout-meta.h +3 -3
  55. data/vendor/local/include/clutter-1.0/clutter/clutter-macros.h +53 -3
  56. data/vendor/local/include/clutter-1.0/clutter/clutter-main.h +3 -3
  57. data/vendor/local/include/clutter-1.0/clutter/clutter-offscreen-effect.h +3 -3
  58. data/vendor/local/include/clutter-1.0/clutter/clutter-page-turn-effect.h +3 -3
  59. data/vendor/local/include/clutter-1.0/clutter/clutter-paint-node.h +3 -3
  60. data/vendor/local/include/clutter-1.0/clutter/clutter-paint-nodes.h +3 -3
  61. data/vendor/local/include/clutter-1.0/clutter/clutter-pan-action.h +8 -3
  62. data/vendor/local/include/clutter-1.0/clutter/clutter-path-constraint.h +3 -3
  63. data/vendor/local/include/clutter-1.0/clutter/clutter-path.h +3 -3
  64. data/vendor/local/include/clutter-1.0/clutter/clutter-property-transition.h +3 -3
  65. data/vendor/local/include/clutter-1.0/clutter/clutter-rotate-action.h +3 -3
  66. data/vendor/local/include/clutter-1.0/clutter/clutter-script.h +3 -3
  67. data/vendor/local/include/clutter-1.0/clutter/clutter-scriptable.h +3 -3
  68. data/vendor/local/include/clutter-1.0/clutter/clutter-scroll-actor.h +3 -3
  69. data/vendor/local/include/clutter-1.0/clutter/clutter-settings.h +3 -3
  70. data/vendor/local/include/clutter-1.0/clutter/clutter-shader-effect.h +3 -3
  71. data/vendor/local/include/clutter-1.0/clutter/clutter-shader-types.h +3 -3
  72. data/vendor/local/include/clutter-1.0/clutter/clutter-snap-constraint.h +3 -3
  73. data/vendor/local/include/clutter-1.0/clutter/clutter-stage-manager.h +3 -3
  74. data/vendor/local/include/clutter-1.0/clutter/clutter-stage.h +3 -3
  75. data/vendor/local/include/clutter-1.0/clutter/clutter-tap-action.h +3 -3
  76. data/vendor/local/include/clutter-1.0/clutter/clutter-text-buffer.h +3 -3
  77. data/vendor/local/include/clutter-1.0/clutter/clutter-text.h +3 -3
  78. data/vendor/local/include/clutter-1.0/clutter/clutter-transition-group.h +4 -0
  79. data/vendor/local/include/clutter-1.0/clutter/clutter-transition.h +3 -3
  80. data/vendor/local/include/clutter-1.0/clutter/clutter-types.h +3 -3
  81. data/vendor/local/include/clutter-1.0/clutter/clutter-units.h +3 -3
  82. data/vendor/local/include/clutter-1.0/clutter/clutter-version.h +27 -7
  83. data/vendor/local/include/clutter-1.0/clutter/clutter-zoom-action.h +3 -3
  84. data/vendor/local/include/clutter-1.0/clutter/clutter.h +2 -2
  85. data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-keysyms.h +2099 -2099
  86. data/vendor/local/include/clutter-1.0/clutter/{clutter-list-model.h → deprecated/clutter-list-model.h} +8 -4
  87. data/vendor/local/include/clutter-1.0/clutter/{clutter-model.h → deprecated/clutter-model.h} +55 -41
  88. data/vendor/local/include/cogl/cogl/cogl-defines.h +2 -2
  89. data/vendor/local/include/json-glib-1.0/json-glib/json-builder.h +6 -0
  90. data/vendor/local/include/json-glib-1.0/json-glib/json-generator.h +4 -0
  91. data/vendor/local/include/json-glib-1.0/json-glib/json-glib.h +1 -0
  92. data/vendor/local/include/json-glib-1.0/json-glib/json-parser.h +6 -0
  93. data/vendor/local/include/json-glib-1.0/json-glib/json-path.h +4 -0
  94. data/vendor/local/include/json-glib-1.0/json-glib/json-reader.h +4 -0
  95. data/vendor/local/include/json-glib-1.0/json-glib/json-types.h +79 -0
  96. data/vendor/local/include/json-glib-1.0/json-glib/json-utils.h +40 -0
  97. data/vendor/local/include/json-glib-1.0/json-glib/json-version-macros.h +16 -0
  98. data/vendor/local/include/json-glib-1.0/json-glib/json-version.h +4 -4
  99. data/vendor/local/lib/girepository-1.0/Cally-1.0.typelib +0 -0
  100. data/vendor/local/lib/girepository-1.0/Clutter-1.0.typelib +0 -0
  101. data/vendor/local/lib/girepository-1.0/Cogl-1.0.typelib +0 -0
  102. data/vendor/local/lib/girepository-1.0/Cogl-2.0.typelib +0 -0
  103. data/vendor/local/lib/girepository-1.0/Json-1.0.typelib +0 -0
  104. data/vendor/local/lib/libclutter-1.0.dll.a +0 -0
  105. data/vendor/local/lib/libclutter-1.0.la +5 -5
  106. data/vendor/local/lib/libcogl-pango.dll.a +0 -0
  107. data/vendor/local/lib/libcogl-pango.la +6 -6
  108. data/vendor/local/lib/libcogl-path.dll.a +0 -0
  109. data/vendor/local/lib/libcogl-path.la +6 -6
  110. data/vendor/local/lib/libcogl.dll.a +0 -0
  111. data/vendor/local/lib/libcogl.la +6 -6
  112. data/vendor/local/lib/libjson-glib-1.0.dll.a +0 -0
  113. data/vendor/local/lib/libjson-glib-1.0.la +5 -5
  114. data/vendor/local/lib/pkgconfig/cally-1.0.pc +1 -1
  115. data/vendor/local/lib/pkgconfig/clutter-1.0.pc +2 -2
  116. data/vendor/local/lib/pkgconfig/clutter-win32-1.0.pc +2 -2
  117. data/vendor/local/lib/pkgconfig/cogl-1.0.pc +2 -2
  118. data/vendor/local/lib/pkgconfig/cogl-2.0-experimental.pc +1 -1
  119. data/vendor/local/lib/pkgconfig/cogl-gl-1.0.pc +2 -2
  120. data/vendor/local/lib/pkgconfig/cogl-pango-1.0.pc +2 -2
  121. data/vendor/local/lib/pkgconfig/cogl-pango-2.0-experimental.pc +2 -2
  122. data/vendor/local/lib/pkgconfig/cogl-path-1.0.pc +2 -2
  123. data/vendor/local/lib/pkgconfig/cogl-path-2.0-experimental.pc +2 -2
  124. data/vendor/local/lib/pkgconfig/json-glib-1.0.pc +1 -1
  125. data/vendor/local/share/gir-1.0/Cally-1.0.gir +9 -2
  126. data/vendor/local/share/gir-1.0/Clutter-1.0.gir +1239 -137
  127. data/vendor/local/share/gir-1.0/Cogl-1.0.gir +112 -42
  128. data/vendor/local/share/gir-1.0/Cogl-2.0.gir +368 -115
  129. data/vendor/local/share/gir-1.0/Json-1.0.gir +579 -39
  130. data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyActor.html +37 -37
  131. data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyClone.html +21 -21
  132. data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyGroup.html +18 -18
  133. data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyRectangle.html +19 -19
  134. data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyRoot.html +17 -17
  135. data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyStage.html +21 -21
  136. data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyText.html +19 -19
  137. data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyTexture.html +19 -19
  138. data/vendor/local/share/gtk-doc/html/{cally → clutter}/CallyUtil.html +13 -13
  139. data/vendor/local/share/gtk-doc/html/clutter/ClutterAction.html +2 -2
  140. data/vendor/local/share/gtk-doc/html/clutter/ClutterActor.html +933 -546
  141. data/vendor/local/share/gtk-doc/html/clutter/ClutterActorMeta.html +2 -2
  142. data/vendor/local/share/gtk-doc/html/clutter/ClutterAlignConstraint.html +2 -2
  143. data/vendor/local/share/gtk-doc/html/clutter/ClutterAlpha.html +26 -26
  144. data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimatable.html +6 -6
  145. data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimator.html +67 -65
  146. data/vendor/local/share/gtk-doc/html/clutter/ClutterBackend.html +58 -11
  147. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviour.html +24 -24
  148. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourDepth.html +8 -8
  149. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html +29 -29
  150. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html +7 -7
  151. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourPath.html +19 -19
  152. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourRotate.html +17 -17
  153. data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourScale.html +8 -8
  154. data/vendor/local/share/gtk-doc/html/clutter/ClutterBinLayout.html +2 -2
  155. data/vendor/local/share/gtk-doc/html/clutter/ClutterBindConstraint.html +2 -2
  156. data/vendor/local/share/gtk-doc/html/clutter/ClutterBlurEffect.html +2 -2
  157. data/vendor/local/share/gtk-doc/html/clutter/ClutterBox.html +22 -22
  158. data/vendor/local/share/gtk-doc/html/clutter/ClutterBoxLayout.html +3 -3
  159. data/vendor/local/share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html +8 -8
  160. data/vendor/local/share/gtk-doc/html/clutter/ClutterCairoTexture.html +33 -33
  161. data/vendor/local/share/gtk-doc/html/clutter/ClutterCanvas.html +5 -5
  162. data/vendor/local/share/gtk-doc/html/clutter/ClutterChildMeta.html +2 -2
  163. data/vendor/local/share/gtk-doc/html/clutter/ClutterClickAction.html +2 -2
  164. data/vendor/local/share/gtk-doc/html/clutter/ClutterClone.html +2 -2
  165. data/vendor/local/share/gtk-doc/html/clutter/ClutterColorizeEffect.html +7 -7
  166. data/vendor/local/share/gtk-doc/html/clutter/ClutterConstraint.html +3 -3
  167. data/vendor/local/share/gtk-doc/html/clutter/ClutterContainer.html +8 -8
  168. data/vendor/local/share/gtk-doc/html/clutter/ClutterContent.html +2 -2
  169. data/vendor/local/share/gtk-doc/html/clutter/ClutterDeformEffect.html +3 -3
  170. data/vendor/local/share/gtk-doc/html/clutter/ClutterDesaturateEffect.html +2 -2
  171. data/vendor/local/share/gtk-doc/html/clutter/ClutterDeviceManager.html +3 -3
  172. data/vendor/local/share/gtk-doc/html/clutter/ClutterDragAction.html +10 -10
  173. data/vendor/local/share/gtk-doc/html/clutter/ClutterDropAction.html +2 -2
  174. data/vendor/local/share/gtk-doc/html/clutter/ClutterEffect.html +2 -2
  175. data/vendor/local/share/gtk-doc/html/clutter/ClutterFixedLayout.html +2 -2
  176. data/vendor/local/share/gtk-doc/html/clutter/ClutterFlowLayout.html +2 -2
  177. data/vendor/local/share/gtk-doc/html/clutter/{clutter-ClutterGLXTexturePixmap.html → ClutterGLXTexturePixmap.html} +61 -45
  178. data/vendor/local/share/gtk-doc/html/clutter/ClutterGestureAction.html +10 -10
  179. data/vendor/local/share/gtk-doc/html/clutter/ClutterGridLayout.html +8 -4
  180. data/vendor/local/share/gtk-doc/html/clutter/ClutterGroup.html +9 -9
  181. data/vendor/local/share/gtk-doc/html/clutter/ClutterImage.html +3 -3
  182. data/vendor/local/share/gtk-doc/html/clutter/ClutterInputDevice.html +15 -15
  183. data/vendor/local/share/gtk-doc/html/clutter/ClutterKeyframeTransition.html +2 -2
  184. data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutManager.html +7 -7
  185. data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutMeta.html +2 -2
  186. data/vendor/local/share/gtk-doc/html/clutter/ClutterListModel.html +39 -12
  187. data/vendor/local/share/gtk-doc/html/clutter/ClutterMedia.html +2 -2
  188. data/vendor/local/share/gtk-doc/html/clutter/ClutterModel.html +256 -72
  189. data/vendor/local/share/gtk-doc/html/clutter/ClutterModelIter.html +115 -31
  190. data/vendor/local/share/gtk-doc/html/clutter/ClutterOffscreenEffect.html +3 -3
  191. data/vendor/local/share/gtk-doc/html/clutter/ClutterPageTurnEffect.html +2 -2
  192. data/vendor/local/share/gtk-doc/html/clutter/ClutterPaintNode.html +10 -7
  193. data/vendor/local/share/gtk-doc/html/clutter/ClutterPanAction.html +69 -2
  194. data/vendor/local/share/gtk-doc/html/clutter/ClutterPath.html +69 -67
  195. data/vendor/local/share/gtk-doc/html/clutter/ClutterPathConstraint.html +3 -3
  196. data/vendor/local/share/gtk-doc/html/clutter/ClutterPropertyTransition.html +2 -2
  197. data/vendor/local/share/gtk-doc/html/clutter/ClutterRectangle.html +27 -27
  198. data/vendor/local/share/gtk-doc/html/clutter/ClutterRotateAction.html +2 -2
  199. data/vendor/local/share/gtk-doc/html/clutter/ClutterScore.html +31 -31
  200. data/vendor/local/share/gtk-doc/html/clutter/ClutterScript.html +157 -70
  201. data/vendor/local/share/gtk-doc/html/clutter/ClutterScriptable.html +3 -3
  202. data/vendor/local/share/gtk-doc/html/clutter/ClutterScrollActor.html +6 -6
  203. data/vendor/local/share/gtk-doc/html/clutter/ClutterSettings.html +2 -2
  204. data/vendor/local/share/gtk-doc/html/clutter/ClutterShaderEffect.html +3 -3
  205. data/vendor/local/share/gtk-doc/html/clutter/ClutterSnapConstraint.html +2 -2
  206. data/vendor/local/share/gtk-doc/html/clutter/ClutterStage.html +110 -107
  207. data/vendor/local/share/gtk-doc/html/clutter/ClutterState.html +82 -80
  208. data/vendor/local/share/gtk-doc/html/clutter/ClutterSwipeAction.html +2 -2
  209. data/vendor/local/share/gtk-doc/html/clutter/ClutterTableLayout.html +33 -33
  210. data/vendor/local/share/gtk-doc/html/clutter/ClutterTapAction.html +2 -2
  211. data/vendor/local/share/gtk-doc/html/clutter/ClutterText.html +36 -33
  212. data/vendor/local/share/gtk-doc/html/clutter/ClutterTextBuffer.html +2 -2
  213. data/vendor/local/share/gtk-doc/html/clutter/ClutterTexture.html +59 -58
  214. data/vendor/local/share/gtk-doc/html/clutter/ClutterTimeline.html +39 -22
  215. data/vendor/local/share/gtk-doc/html/clutter/ClutterTransition.html +2 -2
  216. data/vendor/local/share/gtk-doc/html/clutter/ClutterTransitionGroup.html +2 -2
  217. data/vendor/local/share/gtk-doc/html/clutter/{clutter-ClutterX11TexturePixmap.html → ClutterX11TexturePixmap.html} +69 -53
  218. data/vendor/local/share/gtk-doc/html/clutter/ClutterZoomAction.html +7 -7
  219. data/vendor/local/share/gtk-doc/html/clutter/annotation-glossary.html +10 -3
  220. data/vendor/local/share/gtk-doc/html/clutter/building-clutter.html +2 -2
  221. data/vendor/local/share/gtk-doc/html/{cally/callybase.html → clutter/cally.html} +22 -13
  222. data/vendor/local/share/gtk-doc/html/clutter/ch01.html +2 -2
  223. data/vendor/local/share/gtk-doc/html/clutter/ch02.html +2 -2
  224. data/vendor/local/share/gtk-doc/html/clutter/ch03.html +2 -2
  225. data/vendor/local/share/gtk-doc/html/clutter/ch04.html +2 -2
  226. data/vendor/local/share/gtk-doc/html/clutter/ch05.html +2 -2
  227. data/vendor/local/share/gtk-doc/html/clutter/ch06.html +2 -2
  228. data/vendor/local/share/gtk-doc/html/clutter/ch07.html +2 -2
  229. data/vendor/local/share/gtk-doc/html/clutter/ch08.html +2 -2
  230. data/vendor/local/share/gtk-doc/html/clutter/ch09.html +2 -2
  231. data/vendor/local/share/gtk-doc/html/clutter/ch10.html +2 -2
  232. data/vendor/local/share/gtk-doc/html/clutter/ch11.html +2 -2
  233. data/vendor/local/share/gtk-doc/html/clutter/ch12.html +2 -2
  234. data/vendor/local/share/gtk-doc/html/{cally/ch01.html → clutter/ch13.html} +9 -9
  235. data/vendor/local/share/gtk-doc/html/{cally/ch02.html → clutter/ch14.html} +10 -10
  236. data/vendor/local/share/gtk-doc/html/clutter/clutter-Base-geometric-types.html +514 -499
  237. data/vendor/local/share/gtk-doc/html/clutter/clutter-Cairo-integration.html +9 -9
  238. data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html +2 -2
  239. data/vendor/local/share/gtk-doc/html/clutter/clutter-Colors.html +143 -134
  240. data/vendor/local/share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html +12 -12
  241. data/vendor/local/share/gtk-doc/html/clutter/clutter-Events.html +899 -233
  242. data/vendor/local/share/gtk-doc/html/clutter/clutter-Features.html +2 -2
  243. data/vendor/local/share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html +2 -2
  244. data/vendor/local/share/gtk-doc/html/{cally/cally-General-API.html → clutter/clutter-General-API.html} +27 -27
  245. data/vendor/local/share/gtk-doc/html/clutter/clutter-General.html +16 -16
  246. data/vendor/local/share/gtk-doc/html/clutter/clutter-Implicit-Animations.html +55 -55
  247. data/vendor/local/share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html +2 -2
  248. data/vendor/local/share/gtk-doc/html/clutter/clutter-Key-Bindings.html +2 -2
  249. data/vendor/local/share/gtk-doc/html/clutter/clutter-Paint-Nodes.html +46 -33
  250. data/vendor/local/share/gtk-doc/html/clutter/clutter-Shaders.html +48 -45
  251. data/vendor/local/share/gtk-doc/html/clutter/clutter-Stage-Manager.html +2 -2
  252. data/vendor/local/share/gtk-doc/html/clutter/clutter-Unit-conversion.html +86 -79
  253. data/vendor/local/share/gtk-doc/html/clutter/clutter-Utilities.html +34 -27
  254. data/vendor/local/share/gtk-doc/html/clutter/clutter-Value-intervals.html +2 -2
  255. data/vendor/local/share/gtk-doc/html/clutter/clutter-Versioning-Macros.html +34 -8
  256. data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html +2 -2
  257. data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-specific-support.html +2 -2
  258. data/vendor/local/share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html +4 -4
  259. data/vendor/local/share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html +10 -10
  260. data/vendor/local/share/gtk-doc/html/clutter/clutter-clutter-mir.html +4 -4
  261. data/vendor/local/share/gtk-doc/html/clutter/clutter-overview.html +2 -2
  262. data/vendor/local/share/gtk-doc/html/clutter/clutter.devhelp2 +192 -103
  263. data/vendor/local/share/gtk-doc/html/clutter/clutteranimation.html +2 -2
  264. data/vendor/local/share/gtk-doc/html/clutter/clutterbackends.html +4 -4
  265. data/vendor/local/share/gtk-doc/html/clutter/clutterbase.html +2 -2
  266. data/vendor/local/share/gtk-doc/html/clutter/clutterglossary.html +4 -4
  267. data/vendor/local/share/gtk-doc/html/clutter/clutterobjecthierarchy.html +50 -5
  268. data/vendor/local/share/gtk-doc/html/clutter/clutterobjectindex.html +100 -25
  269. data/vendor/local/share/gtk-doc/html/clutter/clutterobjects.html +4 -4
  270. data/vendor/local/share/gtk-doc/html/clutter/cluttertools.html +2 -2
  271. data/vendor/local/share/gtk-doc/html/clutter/deprecated.html +4 -4
  272. data/vendor/local/share/gtk-doc/html/clutter/go01.html +5 -5
  273. data/vendor/local/share/gtk-doc/html/clutter/index.html +52 -11
  274. data/vendor/local/share/gtk-doc/html/clutter/index.sgml +248 -53
  275. data/vendor/local/share/gtk-doc/html/clutter/iterating-paths.html +4 -4
  276. data/vendor/local/share/gtk-doc/html/clutter/ix01.html +273 -45
  277. data/vendor/local/share/gtk-doc/html/clutter/ix02.html +269 -13
  278. data/vendor/local/share/gtk-doc/html/clutter/ix03.html +5 -5
  279. data/vendor/local/share/gtk-doc/html/clutter/ix04.html +9 -5
  280. data/vendor/local/share/gtk-doc/html/clutter/ix05.html +4 -8
  281. data/vendor/local/share/gtk-doc/html/clutter/ix06.html +20 -20
  282. data/vendor/local/share/gtk-doc/html/clutter/ix07.html +6 -6
  283. data/vendor/local/share/gtk-doc/html/clutter/ix08.html +4 -4
  284. data/vendor/local/share/gtk-doc/html/clutter/ix09.html +141 -5
  285. data/vendor/local/share/gtk-doc/html/clutter/ix10.html +11 -3
  286. data/vendor/local/share/gtk-doc/html/clutter/ix11.html +3 -3
  287. data/vendor/local/share/gtk-doc/html/clutter/ix12.html +9 -9
  288. data/vendor/local/share/gtk-doc/html/clutter/ix13.html +8 -8
  289. data/vendor/local/share/gtk-doc/html/clutter/ix14.html +3 -3
  290. data/vendor/local/share/gtk-doc/html/clutter/ix15.html +3 -3
  291. data/vendor/local/share/gtk-doc/html/clutter/ix16.html +3 -3
  292. data/vendor/local/share/gtk-doc/html/clutter/ix17.html +3 -3
  293. data/vendor/local/share/gtk-doc/html/clutter/ix18.html +5 -5
  294. data/vendor/local/share/gtk-doc/html/clutter/ix19.html +102 -0
  295. data/vendor/local/share/gtk-doc/html/clutter/ix20.html +56 -0
  296. data/vendor/local/share/gtk-doc/html/clutter/license.html +4 -4
  297. data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterAnimation.html +6 -6
  298. data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html +3 -3
  299. data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterEffect.html +5 -5
  300. data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterPath.html +6 -6
  301. data/vendor/local/share/gtk-doc/html/clutter/migration.html +9 -9
  302. data/vendor/local/share/gtk-doc/html/clutter/{pt09.html → pt10.html} +6 -6
  303. data/vendor/local/share/gtk-doc/html/clutter/running-clutter.html +19 -2
  304. data/vendor/local/share/gtk-doc/html/clutter/using-cairo.html +2 -2
  305. data/vendor/local/share/gtk-doc/html/json-glib/JsonBuilder.html +85 -36
  306. data/vendor/local/share/gtk-doc/html/json-glib/JsonGenerator.html +12 -20
  307. data/vendor/local/share/gtk-doc/html/json-glib/JsonParser.html +87 -45
  308. data/vendor/local/share/gtk-doc/html/json-glib/JsonPath.html +12 -14
  309. data/vendor/local/share/gtk-doc/html/json-glib/JsonReader.html +92 -47
  310. data/vendor/local/share/gtk-doc/html/json-glib/annotation-glossary.html +19 -5
  311. data/vendor/local/share/gtk-doc/html/json-glib/ch01.html +2 -3
  312. data/vendor/local/share/gtk-doc/html/json-glib/ch02.html +2 -3
  313. data/vendor/local/share/gtk-doc/html/json-glib/ch03.html +2 -3
  314. data/vendor/local/share/gtk-doc/html/json-glib/ch04.html +32 -0
  315. data/vendor/local/share/gtk-doc/html/json-glib/{ch05.html → ch06.html} +2 -3
  316. data/vendor/local/share/gtk-doc/html/json-glib/index.html +9 -5
  317. data/vendor/local/share/gtk-doc/html/json-glib/index.sgml +41 -0
  318. data/vendor/local/share/gtk-doc/html/json-glib/ix01.html +114 -5
  319. data/vendor/local/share/gtk-doc/html/json-glib/ix02.html +2 -3
  320. data/vendor/local/share/gtk-doc/html/json-glib/ix03.html +2 -3
  321. data/vendor/local/share/gtk-doc/html/json-glib/ix04.html +2 -3
  322. data/vendor/local/share/gtk-doc/html/json-glib/ix05.html +2 -3
  323. data/vendor/local/share/gtk-doc/html/json-glib/ix06.html +2 -3
  324. data/vendor/local/share/gtk-doc/html/json-glib/ix07.html +2 -3
  325. data/vendor/local/share/gtk-doc/html/json-glib/ix08.html +2 -3
  326. data/vendor/local/share/gtk-doc/html/json-glib/ix09.html +2 -3
  327. data/vendor/local/share/gtk-doc/html/json-glib/ix10.html +4 -5
  328. data/vendor/local/share/gtk-doc/html/json-glib/ix11.html +155 -0
  329. data/vendor/local/share/gtk-doc/html/json-glib/json-advanced.html +4 -5
  330. data/vendor/local/share/gtk-doc/html/json-glib/json-base.html +2 -3
  331. data/vendor/local/share/gtk-doc/html/json-glib/json-format-tool.html +2 -3
  332. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Boxed-Types-Serialization.html +14 -17
  333. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-GObject-Serialization.html +8 -11
  334. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Array.html +219 -63
  335. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-GVariant-Integration.html +6 -7
  336. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Node.html +486 -81
  337. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Object.html +380 -73
  338. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Serializable-Interface.html +8 -12
  339. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Utility-API.html +153 -0
  340. data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Versioning-information.html +8 -9
  341. data/vendor/local/share/gtk-doc/html/json-glib/json-glib.devhelp2 +31 -2
  342. data/vendor/local/share/gtk-doc/html/json-glib/json-glib.html +2 -3
  343. data/vendor/local/share/gtk-doc/html/json-glib/json-streams.html +6 -3
  344. data/vendor/local/share/gtk-doc/html/json-glib/json-tools.html +3 -4
  345. data/vendor/local/share/gtk-doc/html/json-glib/json-validate-tool.html +4 -5
  346. data/vendor/local/share/gtk-doc/html/json-glib/license.html +2 -3
  347. data/vendor/local/share/gtk-doc/html/json-glib/style.css +9 -6
  348. data/vendor/local/share/gtk-doc/html/json-glib/tools.html +2 -3
  349. data/vendor/local/share/locale/an/LC_MESSAGES/clutter-1.0.mo +0 -0
  350. data/vendor/local/share/locale/an/LC_MESSAGES/cogl.mo +0 -0
  351. data/vendor/local/share/locale/ar/LC_MESSAGES/clutter-1.0.mo +0 -0
  352. data/vendor/local/share/locale/ar/LC_MESSAGES/cogl.mo +0 -0
  353. data/vendor/local/share/locale/as/LC_MESSAGES/clutter-1.0.mo +0 -0
  354. data/vendor/local/share/locale/as/LC_MESSAGES/cogl.mo +0 -0
  355. data/vendor/local/share/locale/as/LC_MESSAGES/json-glib-1.0.mo +0 -0
  356. data/vendor/local/share/locale/ast/LC_MESSAGES/clutter-1.0.mo +0 -0
  357. data/vendor/local/share/locale/ast/LC_MESSAGES/cogl.mo +0 -0
  358. data/vendor/local/share/locale/az_IR/LC_MESSAGES/clutter-1.0.mo +0 -0
  359. data/vendor/local/share/locale/be/LC_MESSAGES/clutter-1.0.mo +0 -0
  360. data/vendor/local/share/locale/be/LC_MESSAGES/cogl.mo +0 -0
  361. data/vendor/local/share/locale/bg/LC_MESSAGES/clutter-1.0.mo +0 -0
  362. data/vendor/local/share/locale/bg/LC_MESSAGES/cogl.mo +0 -0
  363. data/vendor/local/share/locale/bg/LC_MESSAGES/json-glib-1.0.mo +0 -0
  364. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/json-glib-1.0.mo +0 -0
  365. data/vendor/local/share/locale/bs/LC_MESSAGES/clutter-1.0.mo +0 -0
  366. data/vendor/local/share/locale/bs/LC_MESSAGES/cogl.mo +0 -0
  367. data/vendor/local/share/locale/bs/LC_MESSAGES/json-glib-1.0.mo +0 -0
  368. data/vendor/local/share/locale/ca/LC_MESSAGES/clutter-1.0.mo +0 -0
  369. data/vendor/local/share/locale/ca/LC_MESSAGES/cogl.mo +0 -0
  370. data/vendor/local/share/locale/ca/LC_MESSAGES/json-glib-1.0.mo +0 -0
  371. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/clutter-1.0.mo +0 -0
  372. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/cogl.mo +0 -0
  373. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/json-glib-1.0.mo +0 -0
  374. data/vendor/local/share/locale/cs/LC_MESSAGES/clutter-1.0.mo +0 -0
  375. data/vendor/local/share/locale/cs/LC_MESSAGES/cogl.mo +0 -0
  376. data/vendor/local/share/locale/cs/LC_MESSAGES/json-glib-1.0.mo +0 -0
  377. data/vendor/local/share/locale/da/LC_MESSAGES/clutter-1.0.mo +0 -0
  378. data/vendor/local/share/locale/da/LC_MESSAGES/cogl.mo +0 -0
  379. data/vendor/local/share/locale/da/LC_MESSAGES/json-glib-1.0.mo +0 -0
  380. data/vendor/local/share/locale/de/LC_MESSAGES/clutter-1.0.mo +0 -0
  381. data/vendor/local/share/locale/de/LC_MESSAGES/cogl.mo +0 -0
  382. data/vendor/local/share/locale/de/LC_MESSAGES/json-glib-1.0.mo +0 -0
  383. data/vendor/local/share/locale/el/LC_MESSAGES/clutter-1.0.mo +0 -0
  384. data/vendor/local/share/locale/el/LC_MESSAGES/cogl.mo +0 -0
  385. data/vendor/local/share/locale/el/LC_MESSAGES/json-glib-1.0.mo +0 -0
  386. data/vendor/local/share/locale/en_CA/LC_MESSAGES/cogl.mo +0 -0
  387. data/vendor/local/share/locale/en_GB/LC_MESSAGES/clutter-1.0.mo +0 -0
  388. data/vendor/local/share/locale/en_GB/LC_MESSAGES/cogl.mo +0 -0
  389. data/vendor/local/share/locale/en_GB/LC_MESSAGES/json-glib-1.0.mo +0 -0
  390. data/vendor/local/share/locale/eo/LC_MESSAGES/clutter-1.0.mo +0 -0
  391. data/vendor/local/share/locale/eo/LC_MESSAGES/cogl.mo +0 -0
  392. data/vendor/local/share/locale/eo/LC_MESSAGES/json-glib-1.0.mo +0 -0
  393. data/vendor/local/share/locale/es/LC_MESSAGES/clutter-1.0.mo +0 -0
  394. data/vendor/local/share/locale/es/LC_MESSAGES/cogl.mo +0 -0
  395. data/vendor/local/share/locale/es/LC_MESSAGES/json-glib-1.0.mo +0 -0
  396. data/vendor/local/share/locale/et/LC_MESSAGES/json-glib-1.0.mo +0 -0
  397. data/vendor/local/share/locale/eu/LC_MESSAGES/clutter-1.0.mo +0 -0
  398. data/vendor/local/share/locale/eu/LC_MESSAGES/cogl.mo +0 -0
  399. data/vendor/local/share/locale/eu/LC_MESSAGES/json-glib-1.0.mo +0 -0
  400. data/vendor/local/share/locale/fa/LC_MESSAGES/clutter-1.0.mo +0 -0
  401. data/vendor/local/share/locale/fa/LC_MESSAGES/cogl.mo +0 -0
  402. data/vendor/local/share/locale/fi/LC_MESSAGES/clutter-1.0.mo +0 -0
  403. data/vendor/local/share/locale/fr/LC_MESSAGES/clutter-1.0.mo +0 -0
  404. data/vendor/local/share/locale/fr/LC_MESSAGES/cogl.mo +0 -0
  405. data/vendor/local/share/locale/fr/LC_MESSAGES/json-glib-1.0.mo +0 -0
  406. data/vendor/local/share/locale/fur/LC_MESSAGES/json-glib-1.0.mo +0 -0
  407. data/vendor/local/share/locale/gl/LC_MESSAGES/clutter-1.0.mo +0 -0
  408. data/vendor/local/share/locale/gl/LC_MESSAGES/cogl.mo +0 -0
  409. data/vendor/local/share/locale/gl/LC_MESSAGES/json-glib-1.0.mo +0 -0
  410. data/vendor/local/share/locale/he/LC_MESSAGES/clutter-1.0.mo +0 -0
  411. data/vendor/local/share/locale/he/LC_MESSAGES/cogl.mo +0 -0
  412. data/vendor/local/share/locale/he/LC_MESSAGES/json-glib-1.0.mo +0 -0
  413. data/vendor/local/share/locale/hi/LC_MESSAGES/clutter-1.0.mo +0 -0
  414. data/vendor/local/share/locale/hi/LC_MESSAGES/cogl.mo +0 -0
  415. data/vendor/local/share/locale/hi/LC_MESSAGES/json-glib-1.0.mo +0 -0
  416. data/vendor/local/share/locale/hu/LC_MESSAGES/clutter-1.0.mo +0 -0
  417. data/vendor/local/share/locale/hu/LC_MESSAGES/cogl.mo +0 -0
  418. data/vendor/local/share/locale/hu/LC_MESSAGES/json-glib-1.0.mo +0 -0
  419. data/vendor/local/share/locale/id/LC_MESSAGES/clutter-1.0.mo +0 -0
  420. data/vendor/local/share/locale/id/LC_MESSAGES/cogl.mo +0 -0
  421. data/vendor/local/share/locale/id/LC_MESSAGES/json-glib-1.0.mo +0 -0
  422. data/vendor/local/share/locale/it/LC_MESSAGES/clutter-1.0.mo +0 -0
  423. data/vendor/local/share/locale/it/LC_MESSAGES/cogl.mo +0 -0
  424. data/vendor/local/share/locale/it/LC_MESSAGES/json-glib-1.0.mo +0 -0
  425. data/vendor/local/share/locale/ja/LC_MESSAGES/clutter-1.0.mo +0 -0
  426. data/vendor/local/share/locale/ja/LC_MESSAGES/cogl.mo +0 -0
  427. data/vendor/local/share/locale/ja/LC_MESSAGES/json-glib-1.0.mo +0 -0
  428. data/vendor/local/share/locale/kk/LC_MESSAGES/clutter-1.0.mo +0 -0
  429. data/vendor/local/share/locale/km/LC_MESSAGES/clutter-1.0.mo +0 -0
  430. data/vendor/local/share/locale/km/LC_MESSAGES/cogl.mo +0 -0
  431. data/vendor/local/share/locale/kn/LC_MESSAGES/clutter-1.0.mo +0 -0
  432. data/vendor/local/share/locale/kn/LC_MESSAGES/cogl.mo +0 -0
  433. data/vendor/local/share/locale/ko/LC_MESSAGES/clutter-1.0.mo +0 -0
  434. data/vendor/local/share/locale/ko/LC_MESSAGES/cogl.mo +0 -0
  435. data/vendor/local/share/locale/ko/LC_MESSAGES/json-glib-1.0.mo +0 -0
  436. data/vendor/local/share/locale/ky/LC_MESSAGES/json-glib-1.0.mo +0 -0
  437. data/vendor/local/share/locale/lt/LC_MESSAGES/clutter-1.0.mo +0 -0
  438. data/vendor/local/share/locale/lt/LC_MESSAGES/cogl.mo +0 -0
  439. data/vendor/local/share/locale/lt/LC_MESSAGES/json-glib-1.0.mo +0 -0
  440. data/vendor/local/share/locale/lv/LC_MESSAGES/clutter-1.0.mo +0 -0
  441. data/vendor/local/share/locale/lv/LC_MESSAGES/cogl.mo +0 -0
  442. data/vendor/local/share/locale/lv/LC_MESSAGES/json-glib-1.0.mo +0 -0
  443. data/vendor/local/share/locale/mk/LC_MESSAGES/clutter-1.0.mo +0 -0
  444. data/vendor/local/share/locale/ml/LC_MESSAGES/clutter-1.0.mo +0 -0
  445. data/vendor/local/share/locale/ml/LC_MESSAGES/cogl.mo +0 -0
  446. data/vendor/local/share/locale/ml/LC_MESSAGES/json-glib-1.0.mo +0 -0
  447. data/vendor/local/share/locale/nb/LC_MESSAGES/clutter-1.0.mo +0 -0
  448. data/vendor/local/share/locale/nb/LC_MESSAGES/cogl.mo +0 -0
  449. data/vendor/local/share/locale/nb/LC_MESSAGES/json-glib-1.0.mo +0 -0
  450. data/vendor/local/share/locale/nl/LC_MESSAGES/clutter-1.0.mo +0 -0
  451. data/vendor/local/share/locale/nl/LC_MESSAGES/cogl.mo +0 -0
  452. data/vendor/local/share/locale/oc/LC_MESSAGES/clutter-1.0.mo +0 -0
  453. data/vendor/local/share/locale/oc/LC_MESSAGES/cogl.mo +0 -0
  454. data/vendor/local/share/locale/oc/LC_MESSAGES/json-glib-1.0.mo +0 -0
  455. data/vendor/local/share/locale/or/LC_MESSAGES/clutter-1.0.mo +0 -0
  456. data/vendor/local/share/locale/or/LC_MESSAGES/cogl.mo +0 -0
  457. data/vendor/local/share/locale/or/LC_MESSAGES/json-glib-1.0.mo +0 -0
  458. data/vendor/local/share/locale/pa/LC_MESSAGES/clutter-1.0.mo +0 -0
  459. data/vendor/local/share/locale/pa/LC_MESSAGES/cogl.mo +0 -0
  460. data/vendor/local/share/locale/pa/LC_MESSAGES/json-glib-1.0.mo +0 -0
  461. data/vendor/local/share/locale/pl/LC_MESSAGES/clutter-1.0.mo +0 -0
  462. data/vendor/local/share/locale/pl/LC_MESSAGES/cogl.mo +0 -0
  463. data/vendor/local/share/locale/pl/LC_MESSAGES/json-glib-1.0.mo +0 -0
  464. data/vendor/local/share/locale/ps/LC_MESSAGES/clutter-1.0.mo +0 -0
  465. data/vendor/local/share/locale/pt/LC_MESSAGES/clutter-1.0.mo +0 -0
  466. data/vendor/local/share/locale/pt/LC_MESSAGES/cogl.mo +0 -0
  467. data/vendor/local/share/locale/pt/LC_MESSAGES/json-glib-1.0.mo +0 -0
  468. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/clutter-1.0.mo +0 -0
  469. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/cogl.mo +0 -0
  470. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/json-glib-1.0.mo +0 -0
  471. data/vendor/local/share/locale/ro/LC_MESSAGES/clutter-1.0.mo +0 -0
  472. data/vendor/local/share/locale/ro/LC_MESSAGES/json-glib-1.0.mo +0 -0
  473. data/vendor/local/share/locale/ru/LC_MESSAGES/clutter-1.0.mo +0 -0
  474. data/vendor/local/share/locale/ru/LC_MESSAGES/cogl.mo +0 -0
  475. data/vendor/local/share/locale/ru/LC_MESSAGES/json-glib-1.0.mo +0 -0
  476. data/vendor/local/share/locale/sk/LC_MESSAGES/clutter-1.0.mo +0 -0
  477. data/vendor/local/share/locale/sk/LC_MESSAGES/cogl.mo +0 -0
  478. data/vendor/local/share/locale/sk/LC_MESSAGES/json-glib-1.0.mo +0 -0
  479. data/vendor/local/share/locale/sl/LC_MESSAGES/clutter-1.0.mo +0 -0
  480. data/vendor/local/share/locale/sl/LC_MESSAGES/cogl.mo +0 -0
  481. data/vendor/local/share/locale/sl/LC_MESSAGES/json-glib-1.0.mo +0 -0
  482. data/vendor/local/share/locale/sr/LC_MESSAGES/clutter-1.0.mo +0 -0
  483. data/vendor/local/share/locale/sr/LC_MESSAGES/cogl.mo +0 -0
  484. data/vendor/local/share/locale/sr/LC_MESSAGES/json-glib-1.0.mo +0 -0
  485. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/clutter-1.0.mo +0 -0
  486. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/cogl.mo +0 -0
  487. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/json-glib-1.0.mo +0 -0
  488. data/vendor/local/share/locale/sv/LC_MESSAGES/clutter-1.0.mo +0 -0
  489. data/vendor/local/share/locale/sv/LC_MESSAGES/cogl.mo +0 -0
  490. data/vendor/local/share/locale/sv/LC_MESSAGES/json-glib-1.0.mo +0 -0
  491. data/vendor/local/share/locale/ta/LC_MESSAGES/clutter-1.0.mo +0 -0
  492. data/vendor/local/share/locale/ta/LC_MESSAGES/cogl.mo +0 -0
  493. data/vendor/local/share/locale/te/LC_MESSAGES/clutter-1.0.mo +0 -0
  494. data/vendor/local/share/locale/te/LC_MESSAGES/cogl.mo +0 -0
  495. data/vendor/local/share/locale/te/LC_MESSAGES/json-glib-1.0.mo +0 -0
  496. data/vendor/local/share/locale/tg/LC_MESSAGES/json-glib-1.0.mo +0 -0
  497. data/vendor/local/share/locale/th/LC_MESSAGES/cogl.mo +0 -0
  498. data/vendor/local/share/locale/tr/LC_MESSAGES/clutter-1.0.mo +0 -0
  499. data/vendor/local/share/locale/tr/LC_MESSAGES/cogl.mo +0 -0
  500. data/vendor/local/share/locale/tr/LC_MESSAGES/json-glib-1.0.mo +0 -0
  501. data/vendor/local/share/locale/ug/LC_MESSAGES/clutter-1.0.mo +0 -0
  502. data/vendor/local/share/locale/ug/LC_MESSAGES/cogl.mo +0 -0
  503. data/vendor/local/share/locale/ug/LC_MESSAGES/json-glib-1.0.mo +0 -0
  504. data/vendor/local/share/locale/uk/LC_MESSAGES/clutter-1.0.mo +0 -0
  505. data/vendor/local/share/locale/uk/LC_MESSAGES/cogl.mo +0 -0
  506. data/vendor/local/share/locale/uk/LC_MESSAGES/json-glib-1.0.mo +0 -0
  507. data/vendor/local/share/locale/ur/LC_MESSAGES/clutter-1.0.mo +0 -0
  508. data/vendor/local/share/locale/vi/LC_MESSAGES/cogl.mo +0 -0
  509. data/vendor/local/share/locale/vi/LC_MESSAGES/json-glib-1.0.mo +0 -0
  510. data/vendor/local/share/locale/yi/LC_MESSAGES/clutter-1.0.mo +0 -0
  511. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/clutter-1.0.mo +0 -0
  512. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/cogl.mo +0 -0
  513. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/json-glib-1.0.mo +0 -0
  514. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/clutter-1.0.mo +0 -0
  515. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/cogl.mo +0 -0
  516. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/json-glib-1.0.mo +0 -0
  517. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/clutter-1.0.mo +0 -0
  518. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/cogl.mo +0 -0
  519. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/json-glib-1.0.mo +0 -0
  520. data/vendor/local/share/man/man1/json-glib-format.1 +1 -1
  521. data/vendor/local/share/man/man1/json-glib-validate.1 +1 -1
  522. metadata +44 -53
  523. data/vendor/local/share/gtk-doc/html/cally/cally.devhelp2 +0 -72
  524. data/vendor/local/share/gtk-doc/html/cally/callyannotationglossary.html +0 -45
  525. data/vendor/local/share/gtk-doc/html/cally/callyobjecthierarchy.html +0 -44
  526. data/vendor/local/share/gtk-doc/html/cally/callyobjectindex.html +0 -63
  527. data/vendor/local/share/gtk-doc/html/cally/callyobjects.html +0 -38
  528. data/vendor/local/share/gtk-doc/html/cally/clutter-overview.html +0 -95
  529. data/vendor/local/share/gtk-doc/html/cally/home.png +0 -0
  530. data/vendor/local/share/gtk-doc/html/cally/index.html +0 -102
  531. data/vendor/local/share/gtk-doc/html/cally/index.sgml +0 -123
  532. data/vendor/local/share/gtk-doc/html/cally/ix01.html +0 -192
  533. data/vendor/local/share/gtk-doc/html/cally/ix02.html +0 -30
  534. data/vendor/local/share/gtk-doc/html/cally/ix03.html +0 -184
  535. data/vendor/local/share/gtk-doc/html/cally/ix04.html +0 -38
  536. data/vendor/local/share/gtk-doc/html/cally/left-insensitive.png +0 -0
  537. data/vendor/local/share/gtk-doc/html/cally/left.png +0 -0
  538. data/vendor/local/share/gtk-doc/html/cally/license.html +0 -57
  539. data/vendor/local/share/gtk-doc/html/cally/right-insensitive.png +0 -0
  540. data/vendor/local/share/gtk-doc/html/cally/right.png +0 -0
  541. data/vendor/local/share/gtk-doc/html/cally/style.css +0 -479
  542. data/vendor/local/share/gtk-doc/html/cally/up-insensitive.png +0 -0
  543. data/vendor/local/share/gtk-doc/html/cally/up.png +0 -0
@@ -24,13 +24,13 @@
24
24
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
25
25
  */
26
26
 
27
+ #ifndef __CLUTTER_UNITS_H__
28
+ #define __CLUTTER_UNITS_H__
29
+
27
30
  #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
28
31
  #error "Only <clutter/clutter.h> can be included directly."
29
32
  #endif
30
33
 
31
- #ifndef __CLUTTER_UNITS_H__
32
- #define __CLUTTER_UNITS_H__
33
-
34
34
  #include <glib-object.h>
35
35
 
36
36
  #include <cogl/cogl.h>
@@ -23,13 +23,13 @@
23
23
  *
24
24
  */
25
25
 
26
+ #ifndef __CLUTTER_VERSION_H__
27
+ #define __CLUTTER_VERSION_H__
28
+
26
29
  #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
27
30
  #error "Only <clutter/clutter.h> can be included directly."
28
31
  #endif
29
32
 
30
- #ifndef __CLUTTER_VERSION_H__
31
- #define __CLUTTER_VERSION_H__
32
-
33
33
  /**
34
34
  * SECTION:clutter-version
35
35
  * @short_description: Versioning utility macros
@@ -89,21 +89,21 @@ G_BEGIN_DECLS
89
89
  *
90
90
  * The minor version of the Clutter library (2, if %CLUTTER_VERSION is 1.2.3)
91
91
  */
92
- #define CLUTTER_MINOR_VERSION (22)
92
+ #define CLUTTER_MINOR_VERSION (26)
93
93
 
94
94
  /**
95
95
  * CLUTTER_MICRO_VERSION:
96
96
  *
97
97
  * The micro version of the Clutter library (3, if %CLUTTER_VERSION is 1.2.3)
98
98
  */
99
- #define CLUTTER_MICRO_VERSION (4)
99
+ #define CLUTTER_MICRO_VERSION (0)
100
100
 
101
101
  /**
102
102
  * CLUTTER_VERSION:
103
103
  *
104
104
  * The full version of the Clutter library, like 1.2.3
105
105
  */
106
- #define CLUTTER_VERSION 1.22.4
106
+ #define CLUTTER_VERSION 1.26.0
107
107
 
108
108
  /**
109
109
  * CLUTTER_VERSION_S:
@@ -111,7 +111,7 @@ G_BEGIN_DECLS
111
111
  * The full version of the Clutter library, in string form (suited for
112
112
  * string concatenation)
113
113
  */
114
- #define CLUTTER_VERSION_S "1.22.4"
114
+ #define CLUTTER_VERSION_S "1.26.0"
115
115
 
116
116
  /**
117
117
  * CLUTTER_VERSION_HEX:
@@ -244,6 +244,26 @@ G_BEGIN_DECLS
244
244
  */
245
245
  #define CLUTTER_VERSION_1_22 (G_ENCODE_VERSION (1, 22))
246
246
 
247
+ /**
248
+ * CLUTTER_VERSION_1_24:
249
+ *
250
+ * A macro that evaluates to the 1.24 version of Clutter, in a format
251
+ * that can be used by the C pre-processor.
252
+ *
253
+ * Since: 1.24
254
+ */
255
+ #define CLUTTER_VERSION_1_24 (G_ENCODE_VERSION (1, 24))
256
+
257
+ /**
258
+ * CLUTTER_VERSION_1_26:
259
+ *
260
+ * A macro that evaluates to the 1.26 version of Clutter, in a format
261
+ * that can be used by the C pre-processor.
262
+ *
263
+ * Since: 1.26
264
+ */
265
+ #define CLUTTER_VERSION_1_26 (G_ENCODE_VERSION (1, 26))
266
+
247
267
  /* evaluates to the current stable version; for development cycles,
248
268
  * this means the next stable target
249
269
  */
@@ -22,13 +22,13 @@
22
22
  * Lionel Landwerlin <lionel.g.landwerlin@linux.intel.com>
23
23
  */
24
24
 
25
+ #ifndef __CLUTTER_ZOOM_ACTION_H__
26
+ #define __CLUTTER_ZOOM_ACTION_H__
27
+
25
28
  #if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
26
29
  #error "Only <clutter/clutter.h> can be included directly."
27
30
  #endif
28
31
 
29
- #ifndef __CLUTTER_ZOOM_ACTION_H__
30
- #define __CLUTTER_ZOOM_ACTION_H__
31
-
32
32
  #include <clutter/clutter-event.h>
33
33
  #include <clutter/clutter-gesture-action.h>
34
34
  #include <clutter/clutter-types.h>
@@ -76,10 +76,8 @@
76
76
  #include "clutter-keysyms.h"
77
77
  #include "clutter-layout-manager.h"
78
78
  #include "clutter-layout-meta.h"
79
- #include "clutter-list-model.h"
80
79
  #include "clutter-macros.h"
81
80
  #include "clutter-main.h"
82
- #include "clutter-model.h"
83
81
  #include "clutter-offscreen-effect.h"
84
82
  #include "clutter-page-turn-effect.h"
85
83
  #include "clutter-paint-nodes.h"
@@ -112,6 +110,8 @@
112
110
 
113
111
  #include "clutter-deprecated.h"
114
112
 
113
+ #include "clutter-autocleanups.h"
114
+
115
115
  #undef __CLUTTER_H_INSIDE__
116
116
 
117
117
  #endif /* __CLUTTER_H__ */
@@ -31,2105 +31,2105 @@
31
31
 
32
32
  #ifndef CLUTTER_DISABLE_DEPRECATED
33
33
 
34
- #define CLUTTER_VoidSymbol 0xffffff
35
- #define CLUTTER_BackSpace 0xff08
36
- #define CLUTTER_Tab 0xff09
37
- #define CLUTTER_Linefeed 0xff0a
38
- #define CLUTTER_Clear 0xff0b
39
- #define CLUTTER_Return 0xff0d
40
- #define CLUTTER_Pause 0xff13
41
- #define CLUTTER_Scroll_Lock 0xff14
42
- #define CLUTTER_Sys_Req 0xff15
43
- #define CLUTTER_Escape 0xff1b
44
- #define CLUTTER_Delete 0xffff
45
- #define CLUTTER_Multi_key 0xff20
46
- #define CLUTTER_Codeinput 0xff37
47
- #define CLUTTER_SingleCandidate 0xff3c
48
- #define CLUTTER_MultipleCandidate 0xff3d
49
- #define CLUTTER_PreviousCandidate 0xff3e
50
- #define CLUTTER_Kanji 0xff21
51
- #define CLUTTER_Muhenkan 0xff22
52
- #define CLUTTER_Henkan_Mode 0xff23
53
- #define CLUTTER_Henkan 0xff23
54
- #define CLUTTER_Romaji 0xff24
55
- #define CLUTTER_Hiragana 0xff25
56
- #define CLUTTER_Katakana 0xff26
57
- #define CLUTTER_Hiragana_Katakana 0xff27
58
- #define CLUTTER_Zenkaku 0xff28
59
- #define CLUTTER_Hankaku 0xff29
60
- #define CLUTTER_Zenkaku_Hankaku 0xff2a
61
- #define CLUTTER_Touroku 0xff2b
62
- #define CLUTTER_Massyo 0xff2c
63
- #define CLUTTER_Kana_Lock 0xff2d
64
- #define CLUTTER_Kana_Shift 0xff2e
65
- #define CLUTTER_Eisu_Shift 0xff2f
66
- #define CLUTTER_Eisu_toggle 0xff30
67
- #define CLUTTER_Kanji_Bangou 0xff37
68
- #define CLUTTER_Zen_Koho 0xff3d
69
- #define CLUTTER_Mae_Koho 0xff3e
70
- #define CLUTTER_Home 0xff50
71
- #define CLUTTER_Left 0xff51
72
- #define CLUTTER_Up 0xff52
73
- #define CLUTTER_Right 0xff53
74
- #define CLUTTER_Down 0xff54
75
- #define CLUTTER_Prior 0xff55
76
- #define CLUTTER_Page_Up 0xff55
77
- #define CLUTTER_Next 0xff56
78
- #define CLUTTER_Page_Down 0xff56
79
- #define CLUTTER_End 0xff57
80
- #define CLUTTER_Begin 0xff58
81
- #define CLUTTER_Select 0xff60
82
- #define CLUTTER_Print 0xff61
83
- #define CLUTTER_Execute 0xff62
84
- #define CLUTTER_Insert 0xff63
85
- #define CLUTTER_Undo 0xff65
86
- #define CLUTTER_Redo 0xff66
87
- #define CLUTTER_Menu 0xff67
88
- #define CLUTTER_Find 0xff68
89
- #define CLUTTER_Cancel 0xff69
90
- #define CLUTTER_Help 0xff6a
91
- #define CLUTTER_Break 0xff6b
92
- #define CLUTTER_Mode_switch 0xff7e
93
- #define CLUTTER_script_switch 0xff7e
94
- #define CLUTTER_Num_Lock 0xff7f
95
- #define CLUTTER_KP_Space 0xff80
96
- #define CLUTTER_KP_Tab 0xff89
97
- #define CLUTTER_KP_Enter 0xff8d
98
- #define CLUTTER_KP_F1 0xff91
99
- #define CLUTTER_KP_F2 0xff92
100
- #define CLUTTER_KP_F3 0xff93
101
- #define CLUTTER_KP_F4 0xff94
102
- #define CLUTTER_KP_Home 0xff95
103
- #define CLUTTER_KP_Left 0xff96
104
- #define CLUTTER_KP_Up 0xff97
105
- #define CLUTTER_KP_Right 0xff98
106
- #define CLUTTER_KP_Down 0xff99
107
- #define CLUTTER_KP_Prior 0xff9a
108
- #define CLUTTER_KP_Page_Up 0xff9a
109
- #define CLUTTER_KP_Next 0xff9b
110
- #define CLUTTER_KP_Page_Down 0xff9b
111
- #define CLUTTER_KP_End 0xff9c
112
- #define CLUTTER_KP_Begin 0xff9d
113
- #define CLUTTER_KP_Insert 0xff9e
114
- #define CLUTTER_KP_Delete 0xff9f
115
- #define CLUTTER_KP_Equal 0xffbd
116
- #define CLUTTER_KP_Multiply 0xffaa
117
- #define CLUTTER_KP_Add 0xffab
118
- #define CLUTTER_KP_Separator 0xffac
119
- #define CLUTTER_KP_Subtract 0xffad
120
- #define CLUTTER_KP_Decimal 0xffae
121
- #define CLUTTER_KP_Divide 0xffaf
122
- #define CLUTTER_KP_0 0xffb0
123
- #define CLUTTER_KP_1 0xffb1
124
- #define CLUTTER_KP_2 0xffb2
125
- #define CLUTTER_KP_3 0xffb3
126
- #define CLUTTER_KP_4 0xffb4
127
- #define CLUTTER_KP_5 0xffb5
128
- #define CLUTTER_KP_6 0xffb6
129
- #define CLUTTER_KP_7 0xffb7
130
- #define CLUTTER_KP_8 0xffb8
131
- #define CLUTTER_KP_9 0xffb9
132
- #define CLUTTER_F1 0xffbe
133
- #define CLUTTER_F2 0xffbf
134
- #define CLUTTER_F3 0xffc0
135
- #define CLUTTER_F4 0xffc1
136
- #define CLUTTER_F5 0xffc2
137
- #define CLUTTER_F6 0xffc3
138
- #define CLUTTER_F7 0xffc4
139
- #define CLUTTER_F8 0xffc5
140
- #define CLUTTER_F9 0xffc6
141
- #define CLUTTER_F10 0xffc7
142
- #define CLUTTER_F11 0xffc8
143
- #define CLUTTER_L1 0xffc8
144
- #define CLUTTER_F12 0xffc9
145
- #define CLUTTER_L2 0xffc9
146
- #define CLUTTER_F13 0xffca
147
- #define CLUTTER_L3 0xffca
148
- #define CLUTTER_F14 0xffcb
149
- #define CLUTTER_L4 0xffcb
150
- #define CLUTTER_F15 0xffcc
151
- #define CLUTTER_L5 0xffcc
152
- #define CLUTTER_F16 0xffcd
153
- #define CLUTTER_L6 0xffcd
154
- #define CLUTTER_F17 0xffce
155
- #define CLUTTER_L7 0xffce
156
- #define CLUTTER_F18 0xffcf
157
- #define CLUTTER_L8 0xffcf
158
- #define CLUTTER_F19 0xffd0
159
- #define CLUTTER_L9 0xffd0
160
- #define CLUTTER_F20 0xffd1
161
- #define CLUTTER_L10 0xffd1
162
- #define CLUTTER_F21 0xffd2
163
- #define CLUTTER_R1 0xffd2
164
- #define CLUTTER_F22 0xffd3
165
- #define CLUTTER_R2 0xffd3
166
- #define CLUTTER_F23 0xffd4
167
- #define CLUTTER_R3 0xffd4
168
- #define CLUTTER_F24 0xffd5
169
- #define CLUTTER_R4 0xffd5
170
- #define CLUTTER_F25 0xffd6
171
- #define CLUTTER_R5 0xffd6
172
- #define CLUTTER_F26 0xffd7
173
- #define CLUTTER_R6 0xffd7
174
- #define CLUTTER_F27 0xffd8
175
- #define CLUTTER_R7 0xffd8
176
- #define CLUTTER_F28 0xffd9
177
- #define CLUTTER_R8 0xffd9
178
- #define CLUTTER_F29 0xffda
179
- #define CLUTTER_R9 0xffda
180
- #define CLUTTER_F30 0xffdb
181
- #define CLUTTER_R10 0xffdb
182
- #define CLUTTER_F31 0xffdc
183
- #define CLUTTER_R11 0xffdc
184
- #define CLUTTER_F32 0xffdd
185
- #define CLUTTER_R12 0xffdd
186
- #define CLUTTER_F33 0xffde
187
- #define CLUTTER_R13 0xffde
188
- #define CLUTTER_F34 0xffdf
189
- #define CLUTTER_R14 0xffdf
190
- #define CLUTTER_F35 0xffe0
191
- #define CLUTTER_R15 0xffe0
192
- #define CLUTTER_Shift_L 0xffe1
193
- #define CLUTTER_Shift_R 0xffe2
194
- #define CLUTTER_Control_L 0xffe3
195
- #define CLUTTER_Control_R 0xffe4
196
- #define CLUTTER_Caps_Lock 0xffe5
197
- #define CLUTTER_Shift_Lock 0xffe6
198
- #define CLUTTER_Meta_L 0xffe7
199
- #define CLUTTER_Meta_R 0xffe8
200
- #define CLUTTER_Alt_L 0xffe9
201
- #define CLUTTER_Alt_R 0xffea
202
- #define CLUTTER_Super_L 0xffeb
203
- #define CLUTTER_Super_R 0xffec
204
- #define CLUTTER_Hyper_L 0xffed
205
- #define CLUTTER_Hyper_R 0xffee
206
- #define CLUTTER_ISO_Lock 0xfe01
207
- #define CLUTTER_ISO_Level2_Latch 0xfe02
208
- #define CLUTTER_ISO_Level3_Shift 0xfe03
209
- #define CLUTTER_ISO_Level3_Latch 0xfe04
210
- #define CLUTTER_ISO_Level3_Lock 0xfe05
211
- #define CLUTTER_ISO_Level5_Shift 0xfe11
212
- #define CLUTTER_ISO_Level5_Latch 0xfe12
213
- #define CLUTTER_ISO_Level5_Lock 0xfe13
214
- #define CLUTTER_ISO_Group_Shift 0xff7e
215
- #define CLUTTER_ISO_Group_Latch 0xfe06
216
- #define CLUTTER_ISO_Group_Lock 0xfe07
217
- #define CLUTTER_ISO_Next_Group 0xfe08
218
- #define CLUTTER_ISO_Next_Group_Lock 0xfe09
219
- #define CLUTTER_ISO_Prev_Group 0xfe0a
220
- #define CLUTTER_ISO_Prev_Group_Lock 0xfe0b
221
- #define CLUTTER_ISO_First_Group 0xfe0c
222
- #define CLUTTER_ISO_First_Group_Lock 0xfe0d
223
- #define CLUTTER_ISO_Last_Group 0xfe0e
224
- #define CLUTTER_ISO_Last_Group_Lock 0xfe0f
225
- #define CLUTTER_ISO_Left_Tab 0xfe20
226
- #define CLUTTER_ISO_Move_Line_Up 0xfe21
227
- #define CLUTTER_ISO_Move_Line_Down 0xfe22
228
- #define CLUTTER_ISO_Partial_Line_Up 0xfe23
229
- #define CLUTTER_ISO_Partial_Line_Down 0xfe24
230
- #define CLUTTER_ISO_Partial_Space_Left 0xfe25
231
- #define CLUTTER_ISO_Partial_Space_Right 0xfe26
232
- #define CLUTTER_ISO_Set_Margin_Left 0xfe27
233
- #define CLUTTER_ISO_Set_Margin_Right 0xfe28
234
- #define CLUTTER_ISO_Release_Margin_Left 0xfe29
235
- #define CLUTTER_ISO_Release_Margin_Right 0xfe2a
236
- #define CLUTTER_ISO_Release_Both_Margins 0xfe2b
237
- #define CLUTTER_ISO_Fast_Cursor_Left 0xfe2c
238
- #define CLUTTER_ISO_Fast_Cursor_Right 0xfe2d
239
- #define CLUTTER_ISO_Fast_Cursor_Up 0xfe2e
240
- #define CLUTTER_ISO_Fast_Cursor_Down 0xfe2f
241
- #define CLUTTER_ISO_Continuous_Underline 0xfe30
242
- #define CLUTTER_ISO_Discontinuous_Underline 0xfe31
243
- #define CLUTTER_ISO_Emphasize 0xfe32
244
- #define CLUTTER_ISO_Center_Object 0xfe33
245
- #define CLUTTER_ISO_Enter 0xfe34
246
- #define CLUTTER_dead_grave 0xfe50
247
- #define CLUTTER_dead_acute 0xfe51
248
- #define CLUTTER_dead_circumflex 0xfe52
249
- #define CLUTTER_dead_tilde 0xfe53
250
- #define CLUTTER_dead_perispomeni 0xfe53
251
- #define CLUTTER_dead_macron 0xfe54
252
- #define CLUTTER_dead_breve 0xfe55
253
- #define CLUTTER_dead_abovedot 0xfe56
254
- #define CLUTTER_dead_diaeresis 0xfe57
255
- #define CLUTTER_dead_abovering 0xfe58
256
- #define CLUTTER_dead_doubleacute 0xfe59
257
- #define CLUTTER_dead_caron 0xfe5a
258
- #define CLUTTER_dead_cedilla 0xfe5b
259
- #define CLUTTER_dead_ogonek 0xfe5c
260
- #define CLUTTER_dead_iota 0xfe5d
261
- #define CLUTTER_dead_voiced_sound 0xfe5e
262
- #define CLUTTER_dead_semivoiced_sound 0xfe5f
263
- #define CLUTTER_dead_belowdot 0xfe60
264
- #define CLUTTER_dead_hook 0xfe61
265
- #define CLUTTER_dead_horn 0xfe62
266
- #define CLUTTER_dead_stroke 0xfe63
267
- #define CLUTTER_dead_abovecomma 0xfe64
268
- #define CLUTTER_dead_psili 0xfe64
269
- #define CLUTTER_dead_abovereversedcomma 0xfe65
270
- #define CLUTTER_dead_dasia 0xfe65
271
- #define CLUTTER_dead_doublegrave 0xfe66
272
- #define CLUTTER_dead_belowring 0xfe67
273
- #define CLUTTER_dead_belowmacron 0xfe68
274
- #define CLUTTER_dead_belowcircumflex 0xfe69
275
- #define CLUTTER_dead_belowtilde 0xfe6a
276
- #define CLUTTER_dead_belowbreve 0xfe6b
277
- #define CLUTTER_dead_belowdiaeresis 0xfe6c
278
- #define CLUTTER_dead_invertedbreve 0xfe6d
279
- #define CLUTTER_dead_belowcomma 0xfe6e
280
- #define CLUTTER_dead_currency 0xfe6f
281
- #define CLUTTER_dead_lowline 0xfe90
282
- #define CLUTTER_dead_aboveverticalline 0xfe91
283
- #define CLUTTER_dead_belowverticalline 0xfe92
284
- #define CLUTTER_dead_longsolidusoverlay 0xfe93
285
- #define CLUTTER_dead_a 0xfe80
286
- #define CLUTTER_dead_A 0xfe81
287
- #define CLUTTER_dead_e 0xfe82
288
- #define CLUTTER_dead_E 0xfe83
289
- #define CLUTTER_dead_i 0xfe84
290
- #define CLUTTER_dead_I 0xfe85
291
- #define CLUTTER_dead_o 0xfe86
292
- #define CLUTTER_dead_O 0xfe87
293
- #define CLUTTER_dead_u 0xfe88
294
- #define CLUTTER_dead_U 0xfe89
295
- #define CLUTTER_dead_small_schwa 0xfe8a
296
- #define CLUTTER_dead_capital_schwa 0xfe8b
297
- #define CLUTTER_dead_greek 0xfe8c
298
- #define CLUTTER_First_Virtual_Screen 0xfed0
299
- #define CLUTTER_Prev_Virtual_Screen 0xfed1
300
- #define CLUTTER_Next_Virtual_Screen 0xfed2
301
- #define CLUTTER_Last_Virtual_Screen 0xfed4
302
- #define CLUTTER_Terminate_Server 0xfed5
303
- #define CLUTTER_AccessX_Enable 0xfe70
304
- #define CLUTTER_AccessX_Feedback_Enable 0xfe71
305
- #define CLUTTER_RepeatKeys_Enable 0xfe72
306
- #define CLUTTER_SlowKeys_Enable 0xfe73
307
- #define CLUTTER_BounceKeys_Enable 0xfe74
308
- #define CLUTTER_StickyKeys_Enable 0xfe75
309
- #define CLUTTER_MouseKeys_Enable 0xfe76
310
- #define CLUTTER_MouseKeys_Accel_Enable 0xfe77
311
- #define CLUTTER_Overlay1_Enable 0xfe78
312
- #define CLUTTER_Overlay2_Enable 0xfe79
313
- #define CLUTTER_AudibleBell_Enable 0xfe7a
314
- #define CLUTTER_Pointer_Left 0xfee0
315
- #define CLUTTER_Pointer_Right 0xfee1
316
- #define CLUTTER_Pointer_Up 0xfee2
317
- #define CLUTTER_Pointer_Down 0xfee3
318
- #define CLUTTER_Pointer_UpLeft 0xfee4
319
- #define CLUTTER_Pointer_UpRight 0xfee5
320
- #define CLUTTER_Pointer_DownLeft 0xfee6
321
- #define CLUTTER_Pointer_DownRight 0xfee7
322
- #define CLUTTER_Pointer_Button_Dflt 0xfee8
323
- #define CLUTTER_Pointer_Button1 0xfee9
324
- #define CLUTTER_Pointer_Button2 0xfeea
325
- #define CLUTTER_Pointer_Button3 0xfeeb
326
- #define CLUTTER_Pointer_Button4 0xfeec
327
- #define CLUTTER_Pointer_Button5 0xfeed
328
- #define CLUTTER_Pointer_DblClick_Dflt 0xfeee
329
- #define CLUTTER_Pointer_DblClick1 0xfeef
330
- #define CLUTTER_Pointer_DblClick2 0xfef0
331
- #define CLUTTER_Pointer_DblClick3 0xfef1
332
- #define CLUTTER_Pointer_DblClick4 0xfef2
333
- #define CLUTTER_Pointer_DblClick5 0xfef3
334
- #define CLUTTER_Pointer_Drag_Dflt 0xfef4
335
- #define CLUTTER_Pointer_Drag1 0xfef5
336
- #define CLUTTER_Pointer_Drag2 0xfef6
337
- #define CLUTTER_Pointer_Drag3 0xfef7
338
- #define CLUTTER_Pointer_Drag4 0xfef8
339
- #define CLUTTER_Pointer_Drag5 0xfefd
340
- #define CLUTTER_Pointer_EnableKeys 0xfef9
341
- #define CLUTTER_Pointer_Accelerate 0xfefa
342
- #define CLUTTER_Pointer_DfltBtnNext 0xfefb
343
- #define CLUTTER_Pointer_DfltBtnPrev 0xfefc
344
- #define CLUTTER_ch 0xfea0
345
- #define CLUTTER_Ch 0xfea1
346
- #define CLUTTER_CH 0xfea2
347
- #define CLUTTER_c_h 0xfea3
348
- #define CLUTTER_C_h 0xfea4
349
- #define CLUTTER_C_H 0xfea5
350
- #define CLUTTER_3270_Duplicate 0xfd01
351
- #define CLUTTER_3270_FieldMark 0xfd02
352
- #define CLUTTER_3270_Right2 0xfd03
353
- #define CLUTTER_3270_Left2 0xfd04
354
- #define CLUTTER_3270_BackTab 0xfd05
355
- #define CLUTTER_3270_EraseEOF 0xfd06
356
- #define CLUTTER_3270_EraseInput 0xfd07
357
- #define CLUTTER_3270_Reset 0xfd08
358
- #define CLUTTER_3270_Quit 0xfd09
359
- #define CLUTTER_3270_PA1 0xfd0a
360
- #define CLUTTER_3270_PA2 0xfd0b
361
- #define CLUTTER_3270_PA3 0xfd0c
362
- #define CLUTTER_3270_Test 0xfd0d
363
- #define CLUTTER_3270_Attn 0xfd0e
364
- #define CLUTTER_3270_CursorBlink 0xfd0f
365
- #define CLUTTER_3270_AltCursor 0xfd10
366
- #define CLUTTER_3270_KeyClick 0xfd11
367
- #define CLUTTER_3270_Jump 0xfd12
368
- #define CLUTTER_3270_Ident 0xfd13
369
- #define CLUTTER_3270_Rule 0xfd14
370
- #define CLUTTER_3270_Copy 0xfd15
371
- #define CLUTTER_3270_Play 0xfd16
372
- #define CLUTTER_3270_Setup 0xfd17
373
- #define CLUTTER_3270_Record 0xfd18
374
- #define CLUTTER_3270_ChangeScreen 0xfd19
375
- #define CLUTTER_3270_DeleteWord 0xfd1a
376
- #define CLUTTER_3270_ExSelect 0xfd1b
377
- #define CLUTTER_3270_CursorSelect 0xfd1c
378
- #define CLUTTER_3270_PrintScreen 0xfd1d
379
- #define CLUTTER_3270_Enter 0xfd1e
380
- #define CLUTTER_space 0x020
381
- #define CLUTTER_exclam 0x021
382
- #define CLUTTER_quotedbl 0x022
383
- #define CLUTTER_numbersign 0x023
384
- #define CLUTTER_dollar 0x024
385
- #define CLUTTER_percent 0x025
386
- #define CLUTTER_ampersand 0x026
387
- #define CLUTTER_apostrophe 0x027
388
- #define CLUTTER_quoteright 0x027
389
- #define CLUTTER_parenleft 0x028
390
- #define CLUTTER_parenright 0x029
391
- #define CLUTTER_asterisk 0x02a
392
- #define CLUTTER_plus 0x02b
393
- #define CLUTTER_comma 0x02c
394
- #define CLUTTER_minus 0x02d
395
- #define CLUTTER_period 0x02e
396
- #define CLUTTER_slash 0x02f
397
- #define CLUTTER_0 0x030
398
- #define CLUTTER_1 0x031
399
- #define CLUTTER_2 0x032
400
- #define CLUTTER_3 0x033
401
- #define CLUTTER_4 0x034
402
- #define CLUTTER_5 0x035
403
- #define CLUTTER_6 0x036
404
- #define CLUTTER_7 0x037
405
- #define CLUTTER_8 0x038
406
- #define CLUTTER_9 0x039
407
- #define CLUTTER_colon 0x03a
408
- #define CLUTTER_semicolon 0x03b
409
- #define CLUTTER_less 0x03c
410
- #define CLUTTER_equal 0x03d
411
- #define CLUTTER_greater 0x03e
412
- #define CLUTTER_question 0x03f
413
- #define CLUTTER_at 0x040
414
- #define CLUTTER_A 0x041
415
- #define CLUTTER_B 0x042
416
- #define CLUTTER_C 0x043
417
- #define CLUTTER_D 0x044
418
- #define CLUTTER_E 0x045
419
- #define CLUTTER_F 0x046
420
- #define CLUTTER_G 0x047
421
- #define CLUTTER_H 0x048
422
- #define CLUTTER_I 0x049
423
- #define CLUTTER_J 0x04a
424
- #define CLUTTER_K 0x04b
425
- #define CLUTTER_L 0x04c
426
- #define CLUTTER_M 0x04d
427
- #define CLUTTER_N 0x04e
428
- #define CLUTTER_O 0x04f
429
- #define CLUTTER_P 0x050
430
- #define CLUTTER_Q 0x051
431
- #define CLUTTER_R 0x052
432
- #define CLUTTER_S 0x053
433
- #define CLUTTER_T 0x054
434
- #define CLUTTER_U 0x055
435
- #define CLUTTER_V 0x056
436
- #define CLUTTER_W 0x057
437
- #define CLUTTER_X 0x058
438
- #define CLUTTER_Y 0x059
439
- #define CLUTTER_Z 0x05a
440
- #define CLUTTER_bracketleft 0x05b
441
- #define CLUTTER_backslash 0x05c
442
- #define CLUTTER_bracketright 0x05d
443
- #define CLUTTER_asciicircum 0x05e
444
- #define CLUTTER_underscore 0x05f
445
- #define CLUTTER_grave 0x060
446
- #define CLUTTER_quoteleft 0x060
447
- #define CLUTTER_a 0x061
448
- #define CLUTTER_b 0x062
449
- #define CLUTTER_c 0x063
450
- #define CLUTTER_d 0x064
451
- #define CLUTTER_e 0x065
452
- #define CLUTTER_f 0x066
453
- #define CLUTTER_g 0x067
454
- #define CLUTTER_h 0x068
455
- #define CLUTTER_i 0x069
456
- #define CLUTTER_j 0x06a
457
- #define CLUTTER_k 0x06b
458
- #define CLUTTER_l 0x06c
459
- #define CLUTTER_m 0x06d
460
- #define CLUTTER_n 0x06e
461
- #define CLUTTER_o 0x06f
462
- #define CLUTTER_p 0x070
463
- #define CLUTTER_q 0x071
464
- #define CLUTTER_r 0x072
465
- #define CLUTTER_s 0x073
466
- #define CLUTTER_t 0x074
467
- #define CLUTTER_u 0x075
468
- #define CLUTTER_v 0x076
469
- #define CLUTTER_w 0x077
470
- #define CLUTTER_x 0x078
471
- #define CLUTTER_y 0x079
472
- #define CLUTTER_z 0x07a
473
- #define CLUTTER_braceleft 0x07b
474
- #define CLUTTER_bar 0x07c
475
- #define CLUTTER_braceright 0x07d
476
- #define CLUTTER_asciitilde 0x07e
477
- #define CLUTTER_nobreakspace 0x0a0
478
- #define CLUTTER_exclamdown 0x0a1
479
- #define CLUTTER_cent 0x0a2
480
- #define CLUTTER_sterling 0x0a3
481
- #define CLUTTER_currency 0x0a4
482
- #define CLUTTER_yen 0x0a5
483
- #define CLUTTER_brokenbar 0x0a6
484
- #define CLUTTER_section 0x0a7
485
- #define CLUTTER_diaeresis 0x0a8
486
- #define CLUTTER_copyright 0x0a9
487
- #define CLUTTER_ordfeminine 0x0aa
488
- #define CLUTTER_guillemotleft 0x0ab
489
- #define CLUTTER_notsign 0x0ac
490
- #define CLUTTER_hyphen 0x0ad
491
- #define CLUTTER_registered 0x0ae
492
- #define CLUTTER_macron 0x0af
493
- #define CLUTTER_degree 0x0b0
494
- #define CLUTTER_plusminus 0x0b1
495
- #define CLUTTER_twosuperior 0x0b2
496
- #define CLUTTER_threesuperior 0x0b3
497
- #define CLUTTER_acute 0x0b4
498
- #define CLUTTER_mu 0x0b5
499
- #define CLUTTER_paragraph 0x0b6
500
- #define CLUTTER_periodcentered 0x0b7
501
- #define CLUTTER_cedilla 0x0b8
502
- #define CLUTTER_onesuperior 0x0b9
503
- #define CLUTTER_masculine 0x0ba
504
- #define CLUTTER_guillemotright 0x0bb
505
- #define CLUTTER_onequarter 0x0bc
506
- #define CLUTTER_onehalf 0x0bd
507
- #define CLUTTER_threequarters 0x0be
508
- #define CLUTTER_questiondown 0x0bf
509
- #define CLUTTER_Agrave 0x0c0
510
- #define CLUTTER_Aacute 0x0c1
511
- #define CLUTTER_Acircumflex 0x0c2
512
- #define CLUTTER_Atilde 0x0c3
513
- #define CLUTTER_Adiaeresis 0x0c4
514
- #define CLUTTER_Aring 0x0c5
515
- #define CLUTTER_AE 0x0c6
516
- #define CLUTTER_Ccedilla 0x0c7
517
- #define CLUTTER_Egrave 0x0c8
518
- #define CLUTTER_Eacute 0x0c9
519
- #define CLUTTER_Ecircumflex 0x0ca
520
- #define CLUTTER_Ediaeresis 0x0cb
521
- #define CLUTTER_Igrave 0x0cc
522
- #define CLUTTER_Iacute 0x0cd
523
- #define CLUTTER_Icircumflex 0x0ce
524
- #define CLUTTER_Idiaeresis 0x0cf
525
- #define CLUTTER_ETH 0x0d0
526
- #define CLUTTER_Eth 0x0d0
527
- #define CLUTTER_Ntilde 0x0d1
528
- #define CLUTTER_Ograve 0x0d2
529
- #define CLUTTER_Oacute 0x0d3
530
- #define CLUTTER_Ocircumflex 0x0d4
531
- #define CLUTTER_Otilde 0x0d5
532
- #define CLUTTER_Odiaeresis 0x0d6
533
- #define CLUTTER_multiply 0x0d7
534
- #define CLUTTER_Oslash 0x0d8
535
- #define CLUTTER_Ooblique 0x0d8
536
- #define CLUTTER_Ugrave 0x0d9
537
- #define CLUTTER_Uacute 0x0da
538
- #define CLUTTER_Ucircumflex 0x0db
539
- #define CLUTTER_Udiaeresis 0x0dc
540
- #define CLUTTER_Yacute 0x0dd
541
- #define CLUTTER_THORN 0x0de
542
- #define CLUTTER_Thorn 0x0de
543
- #define CLUTTER_ssharp 0x0df
544
- #define CLUTTER_agrave 0x0e0
545
- #define CLUTTER_aacute 0x0e1
546
- #define CLUTTER_acircumflex 0x0e2
547
- #define CLUTTER_atilde 0x0e3
548
- #define CLUTTER_adiaeresis 0x0e4
549
- #define CLUTTER_aring 0x0e5
550
- #define CLUTTER_ae 0x0e6
551
- #define CLUTTER_ccedilla 0x0e7
552
- #define CLUTTER_egrave 0x0e8
553
- #define CLUTTER_eacute 0x0e9
554
- #define CLUTTER_ecircumflex 0x0ea
555
- #define CLUTTER_ediaeresis 0x0eb
556
- #define CLUTTER_igrave 0x0ec
557
- #define CLUTTER_iacute 0x0ed
558
- #define CLUTTER_icircumflex 0x0ee
559
- #define CLUTTER_idiaeresis 0x0ef
560
- #define CLUTTER_eth 0x0f0
561
- #define CLUTTER_ntilde 0x0f1
562
- #define CLUTTER_ograve 0x0f2
563
- #define CLUTTER_oacute 0x0f3
564
- #define CLUTTER_ocircumflex 0x0f4
565
- #define CLUTTER_otilde 0x0f5
566
- #define CLUTTER_odiaeresis 0x0f6
567
- #define CLUTTER_division 0x0f7
568
- #define CLUTTER_oslash 0x0f8
569
- #define CLUTTER_ooblique 0x0f8
570
- #define CLUTTER_ugrave 0x0f9
571
- #define CLUTTER_uacute 0x0fa
572
- #define CLUTTER_ucircumflex 0x0fb
573
- #define CLUTTER_udiaeresis 0x0fc
574
- #define CLUTTER_yacute 0x0fd
575
- #define CLUTTER_thorn 0x0fe
576
- #define CLUTTER_ydiaeresis 0x0ff
577
- #define CLUTTER_Aogonek 0x1a1
578
- #define CLUTTER_breve 0x1a2
579
- #define CLUTTER_Lstroke 0x1a3
580
- #define CLUTTER_Lcaron 0x1a5
581
- #define CLUTTER_Sacute 0x1a6
582
- #define CLUTTER_Scaron 0x1a9
583
- #define CLUTTER_Scedilla 0x1aa
584
- #define CLUTTER_Tcaron 0x1ab
585
- #define CLUTTER_Zacute 0x1ac
586
- #define CLUTTER_Zcaron 0x1ae
587
- #define CLUTTER_Zabovedot 0x1af
588
- #define CLUTTER_aogonek 0x1b1
589
- #define CLUTTER_ogonek 0x1b2
590
- #define CLUTTER_lstroke 0x1b3
591
- #define CLUTTER_lcaron 0x1b5
592
- #define CLUTTER_sacute 0x1b6
593
- #define CLUTTER_caron 0x1b7
594
- #define CLUTTER_scaron 0x1b9
595
- #define CLUTTER_scedilla 0x1ba
596
- #define CLUTTER_tcaron 0x1bb
597
- #define CLUTTER_zacute 0x1bc
598
- #define CLUTTER_doubleacute 0x1bd
599
- #define CLUTTER_zcaron 0x1be
600
- #define CLUTTER_zabovedot 0x1bf
601
- #define CLUTTER_Racute 0x1c0
602
- #define CLUTTER_Abreve 0x1c3
603
- #define CLUTTER_Lacute 0x1c5
604
- #define CLUTTER_Cacute 0x1c6
605
- #define CLUTTER_Ccaron 0x1c8
606
- #define CLUTTER_Eogonek 0x1ca
607
- #define CLUTTER_Ecaron 0x1cc
608
- #define CLUTTER_Dcaron 0x1cf
609
- #define CLUTTER_Dstroke 0x1d0
610
- #define CLUTTER_Nacute 0x1d1
611
- #define CLUTTER_Ncaron 0x1d2
612
- #define CLUTTER_Odoubleacute 0x1d5
613
- #define CLUTTER_Rcaron 0x1d8
614
- #define CLUTTER_Uring 0x1d9
615
- #define CLUTTER_Udoubleacute 0x1db
616
- #define CLUTTER_Tcedilla 0x1de
617
- #define CLUTTER_racute 0x1e0
618
- #define CLUTTER_abreve 0x1e3
619
- #define CLUTTER_lacute 0x1e5
620
- #define CLUTTER_cacute 0x1e6
621
- #define CLUTTER_ccaron 0x1e8
622
- #define CLUTTER_eogonek 0x1ea
623
- #define CLUTTER_ecaron 0x1ec
624
- #define CLUTTER_dcaron 0x1ef
625
- #define CLUTTER_dstroke 0x1f0
626
- #define CLUTTER_nacute 0x1f1
627
- #define CLUTTER_ncaron 0x1f2
628
- #define CLUTTER_odoubleacute 0x1f5
629
- #define CLUTTER_rcaron 0x1f8
630
- #define CLUTTER_uring 0x1f9
631
- #define CLUTTER_udoubleacute 0x1fb
632
- #define CLUTTER_tcedilla 0x1fe
633
- #define CLUTTER_abovedot 0x1ff
634
- #define CLUTTER_Hstroke 0x2a1
635
- #define CLUTTER_Hcircumflex 0x2a6
636
- #define CLUTTER_Iabovedot 0x2a9
637
- #define CLUTTER_Gbreve 0x2ab
638
- #define CLUTTER_Jcircumflex 0x2ac
639
- #define CLUTTER_hstroke 0x2b1
640
- #define CLUTTER_hcircumflex 0x2b6
641
- #define CLUTTER_idotless 0x2b9
642
- #define CLUTTER_gbreve 0x2bb
643
- #define CLUTTER_jcircumflex 0x2bc
644
- #define CLUTTER_Cabovedot 0x2c5
645
- #define CLUTTER_Ccircumflex 0x2c6
646
- #define CLUTTER_Gabovedot 0x2d5
647
- #define CLUTTER_Gcircumflex 0x2d8
648
- #define CLUTTER_Ubreve 0x2dd
649
- #define CLUTTER_Scircumflex 0x2de
650
- #define CLUTTER_cabovedot 0x2e5
651
- #define CLUTTER_ccircumflex 0x2e6
652
- #define CLUTTER_gabovedot 0x2f5
653
- #define CLUTTER_gcircumflex 0x2f8
654
- #define CLUTTER_ubreve 0x2fd
655
- #define CLUTTER_scircumflex 0x2fe
656
- #define CLUTTER_kra 0x3a2
657
- #define CLUTTER_kappa 0x3a2
658
- #define CLUTTER_Rcedilla 0x3a3
659
- #define CLUTTER_Itilde 0x3a5
660
- #define CLUTTER_Lcedilla 0x3a6
661
- #define CLUTTER_Emacron 0x3aa
662
- #define CLUTTER_Gcedilla 0x3ab
663
- #define CLUTTER_Tslash 0x3ac
664
- #define CLUTTER_rcedilla 0x3b3
665
- #define CLUTTER_itilde 0x3b5
666
- #define CLUTTER_lcedilla 0x3b6
667
- #define CLUTTER_emacron 0x3ba
668
- #define CLUTTER_gcedilla 0x3bb
669
- #define CLUTTER_tslash 0x3bc
670
- #define CLUTTER_ENG 0x3bd
671
- #define CLUTTER_eng 0x3bf
672
- #define CLUTTER_Amacron 0x3c0
673
- #define CLUTTER_Iogonek 0x3c7
674
- #define CLUTTER_Eabovedot 0x3cc
675
- #define CLUTTER_Imacron 0x3cf
676
- #define CLUTTER_Ncedilla 0x3d1
677
- #define CLUTTER_Omacron 0x3d2
678
- #define CLUTTER_Kcedilla 0x3d3
679
- #define CLUTTER_Uogonek 0x3d9
680
- #define CLUTTER_Utilde 0x3dd
681
- #define CLUTTER_Umacron 0x3de
682
- #define CLUTTER_amacron 0x3e0
683
- #define CLUTTER_iogonek 0x3e7
684
- #define CLUTTER_eabovedot 0x3ec
685
- #define CLUTTER_imacron 0x3ef
686
- #define CLUTTER_ncedilla 0x3f1
687
- #define CLUTTER_omacron 0x3f2
688
- #define CLUTTER_kcedilla 0x3f3
689
- #define CLUTTER_uogonek 0x3f9
690
- #define CLUTTER_utilde 0x3fd
691
- #define CLUTTER_umacron 0x3fe
692
- #define CLUTTER_Wcircumflex 0x1000174
693
- #define CLUTTER_wcircumflex 0x1000175
694
- #define CLUTTER_Ycircumflex 0x1000176
695
- #define CLUTTER_ycircumflex 0x1000177
696
- #define CLUTTER_Babovedot 0x1001e02
697
- #define CLUTTER_babovedot 0x1001e03
698
- #define CLUTTER_Dabovedot 0x1001e0a
699
- #define CLUTTER_dabovedot 0x1001e0b
700
- #define CLUTTER_Fabovedot 0x1001e1e
701
- #define CLUTTER_fabovedot 0x1001e1f
702
- #define CLUTTER_Mabovedot 0x1001e40
703
- #define CLUTTER_mabovedot 0x1001e41
704
- #define CLUTTER_Pabovedot 0x1001e56
705
- #define CLUTTER_pabovedot 0x1001e57
706
- #define CLUTTER_Sabovedot 0x1001e60
707
- #define CLUTTER_sabovedot 0x1001e61
708
- #define CLUTTER_Tabovedot 0x1001e6a
709
- #define CLUTTER_tabovedot 0x1001e6b
710
- #define CLUTTER_Wgrave 0x1001e80
711
- #define CLUTTER_wgrave 0x1001e81
712
- #define CLUTTER_Wacute 0x1001e82
713
- #define CLUTTER_wacute 0x1001e83
714
- #define CLUTTER_Wdiaeresis 0x1001e84
715
- #define CLUTTER_wdiaeresis 0x1001e85
716
- #define CLUTTER_Ygrave 0x1001ef2
717
- #define CLUTTER_ygrave 0x1001ef3
718
- #define CLUTTER_OE 0x13bc
719
- #define CLUTTER_oe 0x13bd
720
- #define CLUTTER_Ydiaeresis 0x13be
721
- #define CLUTTER_overline 0x47e
722
- #define CLUTTER_kana_fullstop 0x4a1
723
- #define CLUTTER_kana_openingbracket 0x4a2
724
- #define CLUTTER_kana_closingbracket 0x4a3
725
- #define CLUTTER_kana_comma 0x4a4
726
- #define CLUTTER_kana_conjunctive 0x4a5
727
- #define CLUTTER_kana_middledot 0x4a5
728
- #define CLUTTER_kana_WO 0x4a6
729
- #define CLUTTER_kana_a 0x4a7
730
- #define CLUTTER_kana_i 0x4a8
731
- #define CLUTTER_kana_u 0x4a9
732
- #define CLUTTER_kana_e 0x4aa
733
- #define CLUTTER_kana_o 0x4ab
734
- #define CLUTTER_kana_ya 0x4ac
735
- #define CLUTTER_kana_yu 0x4ad
736
- #define CLUTTER_kana_yo 0x4ae
737
- #define CLUTTER_kana_tsu 0x4af
738
- #define CLUTTER_kana_tu 0x4af
739
- #define CLUTTER_prolongedsound 0x4b0
740
- #define CLUTTER_kana_A 0x4b1
741
- #define CLUTTER_kana_I 0x4b2
742
- #define CLUTTER_kana_U 0x4b3
743
- #define CLUTTER_kana_E 0x4b4
744
- #define CLUTTER_kana_O 0x4b5
745
- #define CLUTTER_kana_KA 0x4b6
746
- #define CLUTTER_kana_KI 0x4b7
747
- #define CLUTTER_kana_KU 0x4b8
748
- #define CLUTTER_kana_KE 0x4b9
749
- #define CLUTTER_kana_KO 0x4ba
750
- #define CLUTTER_kana_SA 0x4bb
751
- #define CLUTTER_kana_SHI 0x4bc
752
- #define CLUTTER_kana_SU 0x4bd
753
- #define CLUTTER_kana_SE 0x4be
754
- #define CLUTTER_kana_SO 0x4bf
755
- #define CLUTTER_kana_TA 0x4c0
756
- #define CLUTTER_kana_CHI 0x4c1
757
- #define CLUTTER_kana_TI 0x4c1
758
- #define CLUTTER_kana_TSU 0x4c2
759
- #define CLUTTER_kana_TU 0x4c2
760
- #define CLUTTER_kana_TE 0x4c3
761
- #define CLUTTER_kana_TO 0x4c4
762
- #define CLUTTER_kana_NA 0x4c5
763
- #define CLUTTER_kana_NI 0x4c6
764
- #define CLUTTER_kana_NU 0x4c7
765
- #define CLUTTER_kana_NE 0x4c8
766
- #define CLUTTER_kana_NO 0x4c9
767
- #define CLUTTER_kana_HA 0x4ca
768
- #define CLUTTER_kana_HI 0x4cb
769
- #define CLUTTER_kana_FU 0x4cc
770
- #define CLUTTER_kana_HU 0x4cc
771
- #define CLUTTER_kana_HE 0x4cd
772
- #define CLUTTER_kana_HO 0x4ce
773
- #define CLUTTER_kana_MA 0x4cf
774
- #define CLUTTER_kana_MI 0x4d0
775
- #define CLUTTER_kana_MU 0x4d1
776
- #define CLUTTER_kana_ME 0x4d2
777
- #define CLUTTER_kana_MO 0x4d3
778
- #define CLUTTER_kana_YA 0x4d4
779
- #define CLUTTER_kana_YU 0x4d5
780
- #define CLUTTER_kana_YO 0x4d6
781
- #define CLUTTER_kana_RA 0x4d7
782
- #define CLUTTER_kana_RI 0x4d8
783
- #define CLUTTER_kana_RU 0x4d9
784
- #define CLUTTER_kana_RE 0x4da
785
- #define CLUTTER_kana_RO 0x4db
786
- #define CLUTTER_kana_WA 0x4dc
787
- #define CLUTTER_kana_N 0x4dd
788
- #define CLUTTER_voicedsound 0x4de
789
- #define CLUTTER_semivoicedsound 0x4df
790
- #define CLUTTER_kana_switch 0xff7e
791
- #define CLUTTER_Farsi_0 0x10006f0
792
- #define CLUTTER_Farsi_1 0x10006f1
793
- #define CLUTTER_Farsi_2 0x10006f2
794
- #define CLUTTER_Farsi_3 0x10006f3
795
- #define CLUTTER_Farsi_4 0x10006f4
796
- #define CLUTTER_Farsi_5 0x10006f5
797
- #define CLUTTER_Farsi_6 0x10006f6
798
- #define CLUTTER_Farsi_7 0x10006f7
799
- #define CLUTTER_Farsi_8 0x10006f8
800
- #define CLUTTER_Farsi_9 0x10006f9
801
- #define CLUTTER_Arabic_percent 0x100066a
802
- #define CLUTTER_Arabic_superscript_alef 0x1000670
803
- #define CLUTTER_Arabic_tteh 0x1000679
804
- #define CLUTTER_Arabic_peh 0x100067e
805
- #define CLUTTER_Arabic_tcheh 0x1000686
806
- #define CLUTTER_Arabic_ddal 0x1000688
807
- #define CLUTTER_Arabic_rreh 0x1000691
808
- #define CLUTTER_Arabic_comma 0x5ac
809
- #define CLUTTER_Arabic_fullstop 0x10006d4
810
- #define CLUTTER_Arabic_0 0x1000660
811
- #define CLUTTER_Arabic_1 0x1000661
812
- #define CLUTTER_Arabic_2 0x1000662
813
- #define CLUTTER_Arabic_3 0x1000663
814
- #define CLUTTER_Arabic_4 0x1000664
815
- #define CLUTTER_Arabic_5 0x1000665
816
- #define CLUTTER_Arabic_6 0x1000666
817
- #define CLUTTER_Arabic_7 0x1000667
818
- #define CLUTTER_Arabic_8 0x1000668
819
- #define CLUTTER_Arabic_9 0x1000669
820
- #define CLUTTER_Arabic_semicolon 0x5bb
821
- #define CLUTTER_Arabic_question_mark 0x5bf
822
- #define CLUTTER_Arabic_hamza 0x5c1
823
- #define CLUTTER_Arabic_maddaonalef 0x5c2
824
- #define CLUTTER_Arabic_hamzaonalef 0x5c3
825
- #define CLUTTER_Arabic_hamzaonwaw 0x5c4
826
- #define CLUTTER_Arabic_hamzaunderalef 0x5c5
827
- #define CLUTTER_Arabic_hamzaonyeh 0x5c6
828
- #define CLUTTER_Arabic_alef 0x5c7
829
- #define CLUTTER_Arabic_beh 0x5c8
830
- #define CLUTTER_Arabic_tehmarbuta 0x5c9
831
- #define CLUTTER_Arabic_teh 0x5ca
832
- #define CLUTTER_Arabic_theh 0x5cb
833
- #define CLUTTER_Arabic_jeem 0x5cc
834
- #define CLUTTER_Arabic_hah 0x5cd
835
- #define CLUTTER_Arabic_khah 0x5ce
836
- #define CLUTTER_Arabic_dal 0x5cf
837
- #define CLUTTER_Arabic_thal 0x5d0
838
- #define CLUTTER_Arabic_ra 0x5d1
839
- #define CLUTTER_Arabic_zain 0x5d2
840
- #define CLUTTER_Arabic_seen 0x5d3
841
- #define CLUTTER_Arabic_sheen 0x5d4
842
- #define CLUTTER_Arabic_sad 0x5d5
843
- #define CLUTTER_Arabic_dad 0x5d6
844
- #define CLUTTER_Arabic_tah 0x5d7
845
- #define CLUTTER_Arabic_zah 0x5d8
846
- #define CLUTTER_Arabic_ain 0x5d9
847
- #define CLUTTER_Arabic_ghain 0x5da
848
- #define CLUTTER_Arabic_tatweel 0x5e0
849
- #define CLUTTER_Arabic_feh 0x5e1
850
- #define CLUTTER_Arabic_qaf 0x5e2
851
- #define CLUTTER_Arabic_kaf 0x5e3
852
- #define CLUTTER_Arabic_lam 0x5e4
853
- #define CLUTTER_Arabic_meem 0x5e5
854
- #define CLUTTER_Arabic_noon 0x5e6
855
- #define CLUTTER_Arabic_ha 0x5e7
856
- #define CLUTTER_Arabic_heh 0x5e7
857
- #define CLUTTER_Arabic_waw 0x5e8
858
- #define CLUTTER_Arabic_alefmaksura 0x5e9
859
- #define CLUTTER_Arabic_yeh 0x5ea
860
- #define CLUTTER_Arabic_fathatan 0x5eb
861
- #define CLUTTER_Arabic_dammatan 0x5ec
862
- #define CLUTTER_Arabic_kasratan 0x5ed
863
- #define CLUTTER_Arabic_fatha 0x5ee
864
- #define CLUTTER_Arabic_damma 0x5ef
865
- #define CLUTTER_Arabic_kasra 0x5f0
866
- #define CLUTTER_Arabic_shadda 0x5f1
867
- #define CLUTTER_Arabic_sukun 0x5f2
868
- #define CLUTTER_Arabic_madda_above 0x1000653
869
- #define CLUTTER_Arabic_hamza_above 0x1000654
870
- #define CLUTTER_Arabic_hamza_below 0x1000655
871
- #define CLUTTER_Arabic_jeh 0x1000698
872
- #define CLUTTER_Arabic_veh 0x10006a4
873
- #define CLUTTER_Arabic_keheh 0x10006a9
874
- #define CLUTTER_Arabic_gaf 0x10006af
875
- #define CLUTTER_Arabic_noon_ghunna 0x10006ba
876
- #define CLUTTER_Arabic_heh_doachashmee 0x10006be
877
- #define CLUTTER_Farsi_yeh 0x10006cc
878
- #define CLUTTER_Arabic_farsi_yeh 0x10006cc
879
- #define CLUTTER_Arabic_yeh_baree 0x10006d2
880
- #define CLUTTER_Arabic_heh_goal 0x10006c1
881
- #define CLUTTER_Arabic_switch 0xff7e
882
- #define CLUTTER_Cyrillic_GHE_bar 0x1000492
883
- #define CLUTTER_Cyrillic_ghe_bar 0x1000493
884
- #define CLUTTER_Cyrillic_ZHE_descender 0x1000496
885
- #define CLUTTER_Cyrillic_zhe_descender 0x1000497
886
- #define CLUTTER_Cyrillic_KA_descender 0x100049a
887
- #define CLUTTER_Cyrillic_ka_descender 0x100049b
888
- #define CLUTTER_Cyrillic_KA_vertstroke 0x100049c
889
- #define CLUTTER_Cyrillic_ka_vertstroke 0x100049d
890
- #define CLUTTER_Cyrillic_EN_descender 0x10004a2
891
- #define CLUTTER_Cyrillic_en_descender 0x10004a3
892
- #define CLUTTER_Cyrillic_U_straight 0x10004ae
893
- #define CLUTTER_Cyrillic_u_straight 0x10004af
894
- #define CLUTTER_Cyrillic_U_straight_bar 0x10004b0
895
- #define CLUTTER_Cyrillic_u_straight_bar 0x10004b1
896
- #define CLUTTER_Cyrillic_HA_descender 0x10004b2
897
- #define CLUTTER_Cyrillic_ha_descender 0x10004b3
898
- #define CLUTTER_Cyrillic_CHE_descender 0x10004b6
899
- #define CLUTTER_Cyrillic_che_descender 0x10004b7
900
- #define CLUTTER_Cyrillic_CHE_vertstroke 0x10004b8
901
- #define CLUTTER_Cyrillic_che_vertstroke 0x10004b9
902
- #define CLUTTER_Cyrillic_SHHA 0x10004ba
903
- #define CLUTTER_Cyrillic_shha 0x10004bb
904
- #define CLUTTER_Cyrillic_SCHWA 0x10004d8
905
- #define CLUTTER_Cyrillic_schwa 0x10004d9
906
- #define CLUTTER_Cyrillic_I_macron 0x10004e2
907
- #define CLUTTER_Cyrillic_i_macron 0x10004e3
908
- #define CLUTTER_Cyrillic_O_bar 0x10004e8
909
- #define CLUTTER_Cyrillic_o_bar 0x10004e9
910
- #define CLUTTER_Cyrillic_U_macron 0x10004ee
911
- #define CLUTTER_Cyrillic_u_macron 0x10004ef
912
- #define CLUTTER_Serbian_dje 0x6a1
913
- #define CLUTTER_Macedonia_gje 0x6a2
914
- #define CLUTTER_Cyrillic_io 0x6a3
915
- #define CLUTTER_Ukrainian_ie 0x6a4
916
- #define CLUTTER_Ukranian_je 0x6a4
917
- #define CLUTTER_Macedonia_dse 0x6a5
918
- #define CLUTTER_Ukrainian_i 0x6a6
919
- #define CLUTTER_Ukranian_i 0x6a6
920
- #define CLUTTER_Ukrainian_yi 0x6a7
921
- #define CLUTTER_Ukranian_yi 0x6a7
922
- #define CLUTTER_Cyrillic_je 0x6a8
923
- #define CLUTTER_Serbian_je 0x6a8
924
- #define CLUTTER_Cyrillic_lje 0x6a9
925
- #define CLUTTER_Serbian_lje 0x6a9
926
- #define CLUTTER_Cyrillic_nje 0x6aa
927
- #define CLUTTER_Serbian_nje 0x6aa
928
- #define CLUTTER_Serbian_tshe 0x6ab
929
- #define CLUTTER_Macedonia_kje 0x6ac
930
- #define CLUTTER_Ukrainian_ghe_with_upturn 0x6ad
931
- #define CLUTTER_Byelorussian_shortu 0x6ae
932
- #define CLUTTER_Cyrillic_dzhe 0x6af
933
- #define CLUTTER_Serbian_dze 0x6af
934
- #define CLUTTER_numerosign 0x6b0
935
- #define CLUTTER_Serbian_DJE 0x6b1
936
- #define CLUTTER_Macedonia_GJE 0x6b2
937
- #define CLUTTER_Cyrillic_IO 0x6b3
938
- #define CLUTTER_Ukrainian_IE 0x6b4
939
- #define CLUTTER_Ukranian_JE 0x6b4
940
- #define CLUTTER_Macedonia_DSE 0x6b5
941
- #define CLUTTER_Ukrainian_I 0x6b6
942
- #define CLUTTER_Ukranian_I 0x6b6
943
- #define CLUTTER_Ukrainian_YI 0x6b7
944
- #define CLUTTER_Ukranian_YI 0x6b7
945
- #define CLUTTER_Cyrillic_JE 0x6b8
946
- #define CLUTTER_Serbian_JE 0x6b8
947
- #define CLUTTER_Cyrillic_LJE 0x6b9
948
- #define CLUTTER_Serbian_LJE 0x6b9
949
- #define CLUTTER_Cyrillic_NJE 0x6ba
950
- #define CLUTTER_Serbian_NJE 0x6ba
951
- #define CLUTTER_Serbian_TSHE 0x6bb
952
- #define CLUTTER_Macedonia_KJE 0x6bc
953
- #define CLUTTER_Ukrainian_GHE_WITH_UPTURN 0x6bd
954
- #define CLUTTER_Byelorussian_SHORTU 0x6be
955
- #define CLUTTER_Cyrillic_DZHE 0x6bf
956
- #define CLUTTER_Serbian_DZE 0x6bf
957
- #define CLUTTER_Cyrillic_yu 0x6c0
958
- #define CLUTTER_Cyrillic_a 0x6c1
959
- #define CLUTTER_Cyrillic_be 0x6c2
960
- #define CLUTTER_Cyrillic_tse 0x6c3
961
- #define CLUTTER_Cyrillic_de 0x6c4
962
- #define CLUTTER_Cyrillic_ie 0x6c5
963
- #define CLUTTER_Cyrillic_ef 0x6c6
964
- #define CLUTTER_Cyrillic_ghe 0x6c7
965
- #define CLUTTER_Cyrillic_ha 0x6c8
966
- #define CLUTTER_Cyrillic_i 0x6c9
967
- #define CLUTTER_Cyrillic_shorti 0x6ca
968
- #define CLUTTER_Cyrillic_ka 0x6cb
969
- #define CLUTTER_Cyrillic_el 0x6cc
970
- #define CLUTTER_Cyrillic_em 0x6cd
971
- #define CLUTTER_Cyrillic_en 0x6ce
972
- #define CLUTTER_Cyrillic_o 0x6cf
973
- #define CLUTTER_Cyrillic_pe 0x6d0
974
- #define CLUTTER_Cyrillic_ya 0x6d1
975
- #define CLUTTER_Cyrillic_er 0x6d2
976
- #define CLUTTER_Cyrillic_es 0x6d3
977
- #define CLUTTER_Cyrillic_te 0x6d4
978
- #define CLUTTER_Cyrillic_u 0x6d5
979
- #define CLUTTER_Cyrillic_zhe 0x6d6
980
- #define CLUTTER_Cyrillic_ve 0x6d7
981
- #define CLUTTER_Cyrillic_softsign 0x6d8
982
- #define CLUTTER_Cyrillic_yeru 0x6d9
983
- #define CLUTTER_Cyrillic_ze 0x6da
984
- #define CLUTTER_Cyrillic_sha 0x6db
985
- #define CLUTTER_Cyrillic_e 0x6dc
986
- #define CLUTTER_Cyrillic_shcha 0x6dd
987
- #define CLUTTER_Cyrillic_che 0x6de
988
- #define CLUTTER_Cyrillic_hardsign 0x6df
989
- #define CLUTTER_Cyrillic_YU 0x6e0
990
- #define CLUTTER_Cyrillic_A 0x6e1
991
- #define CLUTTER_Cyrillic_BE 0x6e2
992
- #define CLUTTER_Cyrillic_TSE 0x6e3
993
- #define CLUTTER_Cyrillic_DE 0x6e4
994
- #define CLUTTER_Cyrillic_IE 0x6e5
995
- #define CLUTTER_Cyrillic_EF 0x6e6
996
- #define CLUTTER_Cyrillic_GHE 0x6e7
997
- #define CLUTTER_Cyrillic_HA 0x6e8
998
- #define CLUTTER_Cyrillic_I 0x6e9
999
- #define CLUTTER_Cyrillic_SHORTI 0x6ea
1000
- #define CLUTTER_Cyrillic_KA 0x6eb
1001
- #define CLUTTER_Cyrillic_EL 0x6ec
1002
- #define CLUTTER_Cyrillic_EM 0x6ed
1003
- #define CLUTTER_Cyrillic_EN 0x6ee
1004
- #define CLUTTER_Cyrillic_O 0x6ef
1005
- #define CLUTTER_Cyrillic_PE 0x6f0
1006
- #define CLUTTER_Cyrillic_YA 0x6f1
1007
- #define CLUTTER_Cyrillic_ER 0x6f2
1008
- #define CLUTTER_Cyrillic_ES 0x6f3
1009
- #define CLUTTER_Cyrillic_TE 0x6f4
1010
- #define CLUTTER_Cyrillic_U 0x6f5
1011
- #define CLUTTER_Cyrillic_ZHE 0x6f6
1012
- #define CLUTTER_Cyrillic_VE 0x6f7
1013
- #define CLUTTER_Cyrillic_SOFTSIGN 0x6f8
1014
- #define CLUTTER_Cyrillic_YERU 0x6f9
1015
- #define CLUTTER_Cyrillic_ZE 0x6fa
1016
- #define CLUTTER_Cyrillic_SHA 0x6fb
1017
- #define CLUTTER_Cyrillic_E 0x6fc
1018
- #define CLUTTER_Cyrillic_SHCHA 0x6fd
1019
- #define CLUTTER_Cyrillic_CHE 0x6fe
1020
- #define CLUTTER_Cyrillic_HARDSIGN 0x6ff
1021
- #define CLUTTER_Greek_ALPHAaccent 0x7a1
1022
- #define CLUTTER_Greek_EPSILONaccent 0x7a2
1023
- #define CLUTTER_Greek_ETAaccent 0x7a3
1024
- #define CLUTTER_Greek_IOTAaccent 0x7a4
1025
- #define CLUTTER_Greek_IOTAdieresis 0x7a5
1026
- #define CLUTTER_Greek_IOTAdiaeresis 0x7a5
1027
- #define CLUTTER_Greek_OMICRONaccent 0x7a7
1028
- #define CLUTTER_Greek_UPSILONaccent 0x7a8
1029
- #define CLUTTER_Greek_UPSILONdieresis 0x7a9
1030
- #define CLUTTER_Greek_OMEGAaccent 0x7ab
1031
- #define CLUTTER_Greek_accentdieresis 0x7ae
1032
- #define CLUTTER_Greek_horizbar 0x7af
1033
- #define CLUTTER_Greek_alphaaccent 0x7b1
1034
- #define CLUTTER_Greek_epsilonaccent 0x7b2
1035
- #define CLUTTER_Greek_etaaccent 0x7b3
1036
- #define CLUTTER_Greek_iotaaccent 0x7b4
1037
- #define CLUTTER_Greek_iotadieresis 0x7b5
1038
- #define CLUTTER_Greek_iotaaccentdieresis 0x7b6
1039
- #define CLUTTER_Greek_omicronaccent 0x7b7
1040
- #define CLUTTER_Greek_upsilonaccent 0x7b8
1041
- #define CLUTTER_Greek_upsilondieresis 0x7b9
1042
- #define CLUTTER_Greek_upsilonaccentdieresis 0x7ba
1043
- #define CLUTTER_Greek_omegaaccent 0x7bb
1044
- #define CLUTTER_Greek_ALPHA 0x7c1
1045
- #define CLUTTER_Greek_BETA 0x7c2
1046
- #define CLUTTER_Greek_GAMMA 0x7c3
1047
- #define CLUTTER_Greek_DELTA 0x7c4
1048
- #define CLUTTER_Greek_EPSILON 0x7c5
1049
- #define CLUTTER_Greek_ZETA 0x7c6
1050
- #define CLUTTER_Greek_ETA 0x7c7
1051
- #define CLUTTER_Greek_THETA 0x7c8
1052
- #define CLUTTER_Greek_IOTA 0x7c9
1053
- #define CLUTTER_Greek_KAPPA 0x7ca
1054
- #define CLUTTER_Greek_LAMDA 0x7cb
1055
- #define CLUTTER_Greek_LAMBDA 0x7cb
1056
- #define CLUTTER_Greek_MU 0x7cc
1057
- #define CLUTTER_Greek_NU 0x7cd
1058
- #define CLUTTER_Greek_XI 0x7ce
1059
- #define CLUTTER_Greek_OMICRON 0x7cf
1060
- #define CLUTTER_Greek_PI 0x7d0
1061
- #define CLUTTER_Greek_RHO 0x7d1
1062
- #define CLUTTER_Greek_SIGMA 0x7d2
1063
- #define CLUTTER_Greek_TAU 0x7d4
1064
- #define CLUTTER_Greek_UPSILON 0x7d5
1065
- #define CLUTTER_Greek_PHI 0x7d6
1066
- #define CLUTTER_Greek_CHI 0x7d7
1067
- #define CLUTTER_Greek_PSI 0x7d8
1068
- #define CLUTTER_Greek_OMEGA 0x7d9
1069
- #define CLUTTER_Greek_alpha 0x7e1
1070
- #define CLUTTER_Greek_beta 0x7e2
1071
- #define CLUTTER_Greek_gamma 0x7e3
1072
- #define CLUTTER_Greek_delta 0x7e4
1073
- #define CLUTTER_Greek_epsilon 0x7e5
1074
- #define CLUTTER_Greek_zeta 0x7e6
1075
- #define CLUTTER_Greek_eta 0x7e7
1076
- #define CLUTTER_Greek_theta 0x7e8
1077
- #define CLUTTER_Greek_iota 0x7e9
1078
- #define CLUTTER_Greek_kappa 0x7ea
1079
- #define CLUTTER_Greek_lamda 0x7eb
1080
- #define CLUTTER_Greek_lambda 0x7eb
1081
- #define CLUTTER_Greek_mu 0x7ec
1082
- #define CLUTTER_Greek_nu 0x7ed
1083
- #define CLUTTER_Greek_xi 0x7ee
1084
- #define CLUTTER_Greek_omicron 0x7ef
1085
- #define CLUTTER_Greek_pi 0x7f0
1086
- #define CLUTTER_Greek_rho 0x7f1
1087
- #define CLUTTER_Greek_sigma 0x7f2
1088
- #define CLUTTER_Greek_finalsmallsigma 0x7f3
1089
- #define CLUTTER_Greek_tau 0x7f4
1090
- #define CLUTTER_Greek_upsilon 0x7f5
1091
- #define CLUTTER_Greek_phi 0x7f6
1092
- #define CLUTTER_Greek_chi 0x7f7
1093
- #define CLUTTER_Greek_psi 0x7f8
1094
- #define CLUTTER_Greek_omega 0x7f9
1095
- #define CLUTTER_Greek_switch 0xff7e
1096
- #define CLUTTER_leftradical 0x8a1
1097
- #define CLUTTER_topleftradical 0x8a2
1098
- #define CLUTTER_horizconnector 0x8a3
1099
- #define CLUTTER_topintegral 0x8a4
1100
- #define CLUTTER_botintegral 0x8a5
1101
- #define CLUTTER_vertconnector 0x8a6
1102
- #define CLUTTER_topleftsqbracket 0x8a7
1103
- #define CLUTTER_botleftsqbracket 0x8a8
1104
- #define CLUTTER_toprightsqbracket 0x8a9
1105
- #define CLUTTER_botrightsqbracket 0x8aa
1106
- #define CLUTTER_topleftparens 0x8ab
1107
- #define CLUTTER_botleftparens 0x8ac
1108
- #define CLUTTER_toprightparens 0x8ad
1109
- #define CLUTTER_botrightparens 0x8ae
1110
- #define CLUTTER_leftmiddlecurlybrace 0x8af
1111
- #define CLUTTER_rightmiddlecurlybrace 0x8b0
1112
- #define CLUTTER_topleftsummation 0x8b1
1113
- #define CLUTTER_botleftsummation 0x8b2
1114
- #define CLUTTER_topvertsummationconnector 0x8b3
1115
- #define CLUTTER_botvertsummationconnector 0x8b4
1116
- #define CLUTTER_toprightsummation 0x8b5
1117
- #define CLUTTER_botrightsummation 0x8b6
1118
- #define CLUTTER_rightmiddlesummation 0x8b7
1119
- #define CLUTTER_lessthanequal 0x8bc
1120
- #define CLUTTER_notequal 0x8bd
1121
- #define CLUTTER_greaterthanequal 0x8be
1122
- #define CLUTTER_integral 0x8bf
1123
- #define CLUTTER_therefore 0x8c0
1124
- #define CLUTTER_variation 0x8c1
1125
- #define CLUTTER_infinity 0x8c2
1126
- #define CLUTTER_nabla 0x8c5
1127
- #define CLUTTER_approximate 0x8c8
1128
- #define CLUTTER_similarequal 0x8c9
1129
- #define CLUTTER_ifonlyif 0x8cd
1130
- #define CLUTTER_implies 0x8ce
1131
- #define CLUTTER_identical 0x8cf
1132
- #define CLUTTER_radical 0x8d6
1133
- #define CLUTTER_includedin 0x8da
1134
- #define CLUTTER_includes 0x8db
1135
- #define CLUTTER_intersection 0x8dc
1136
- #define CLUTTER_union 0x8dd
1137
- #define CLUTTER_logicaland 0x8de
1138
- #define CLUTTER_logicalor 0x8df
1139
- #define CLUTTER_partialderivative 0x8ef
1140
- #define CLUTTER_function 0x8f6
1141
- #define CLUTTER_leftarrow 0x8fb
1142
- #define CLUTTER_uparrow 0x8fc
1143
- #define CLUTTER_rightarrow 0x8fd
1144
- #define CLUTTER_downarrow 0x8fe
1145
- #define CLUTTER_blank 0x9df
1146
- #define CLUTTER_soliddiamond 0x9e0
1147
- #define CLUTTER_checkerboard 0x9e1
1148
- #define CLUTTER_ht 0x9e2
1149
- #define CLUTTER_ff 0x9e3
1150
- #define CLUTTER_cr 0x9e4
1151
- #define CLUTTER_lf 0x9e5
1152
- #define CLUTTER_nl 0x9e8
1153
- #define CLUTTER_vt 0x9e9
1154
- #define CLUTTER_lowrightcorner 0x9ea
1155
- #define CLUTTER_uprightcorner 0x9eb
1156
- #define CLUTTER_upleftcorner 0x9ec
1157
- #define CLUTTER_lowleftcorner 0x9ed
1158
- #define CLUTTER_crossinglines 0x9ee
1159
- #define CLUTTER_horizlinescan1 0x9ef
1160
- #define CLUTTER_horizlinescan3 0x9f0
1161
- #define CLUTTER_horizlinescan5 0x9f1
1162
- #define CLUTTER_horizlinescan7 0x9f2
1163
- #define CLUTTER_horizlinescan9 0x9f3
1164
- #define CLUTTER_leftt 0x9f4
1165
- #define CLUTTER_rightt 0x9f5
1166
- #define CLUTTER_bott 0x9f6
1167
- #define CLUTTER_topt 0x9f7
1168
- #define CLUTTER_vertbar 0x9f8
1169
- #define CLUTTER_emspace 0xaa1
1170
- #define CLUTTER_enspace 0xaa2
1171
- #define CLUTTER_em3space 0xaa3
1172
- #define CLUTTER_em4space 0xaa4
1173
- #define CLUTTER_digitspace 0xaa5
1174
- #define CLUTTER_punctspace 0xaa6
1175
- #define CLUTTER_thinspace 0xaa7
1176
- #define CLUTTER_hairspace 0xaa8
1177
- #define CLUTTER_emdash 0xaa9
1178
- #define CLUTTER_endash 0xaaa
1179
- #define CLUTTER_signifblank 0xaac
1180
- #define CLUTTER_ellipsis 0xaae
1181
- #define CLUTTER_doubbaselinedot 0xaaf
1182
- #define CLUTTER_onethird 0xab0
1183
- #define CLUTTER_twothirds 0xab1
1184
- #define CLUTTER_onefifth 0xab2
1185
- #define CLUTTER_twofifths 0xab3
1186
- #define CLUTTER_threefifths 0xab4
1187
- #define CLUTTER_fourfifths 0xab5
1188
- #define CLUTTER_onesixth 0xab6
1189
- #define CLUTTER_fivesixths 0xab7
1190
- #define CLUTTER_careof 0xab8
1191
- #define CLUTTER_figdash 0xabb
1192
- #define CLUTTER_leftanglebracket 0xabc
1193
- #define CLUTTER_decimalpoint 0xabd
1194
- #define CLUTTER_rightanglebracket 0xabe
1195
- #define CLUTTER_marker 0xabf
1196
- #define CLUTTER_oneeighth 0xac3
1197
- #define CLUTTER_threeeighths 0xac4
1198
- #define CLUTTER_fiveeighths 0xac5
1199
- #define CLUTTER_seveneighths 0xac6
1200
- #define CLUTTER_trademark 0xac9
1201
- #define CLUTTER_signaturemark 0xaca
1202
- #define CLUTTER_trademarkincircle 0xacb
1203
- #define CLUTTER_leftopentriangle 0xacc
1204
- #define CLUTTER_rightopentriangle 0xacd
1205
- #define CLUTTER_emopencircle 0xace
1206
- #define CLUTTER_emopenrectangle 0xacf
1207
- #define CLUTTER_leftsinglequotemark 0xad0
1208
- #define CLUTTER_rightsinglequotemark 0xad1
1209
- #define CLUTTER_leftdoublequotemark 0xad2
1210
- #define CLUTTER_rightdoublequotemark 0xad3
1211
- #define CLUTTER_prescription 0xad4
1212
- #define CLUTTER_permille 0xad5
1213
- #define CLUTTER_minutes 0xad6
1214
- #define CLUTTER_seconds 0xad7
1215
- #define CLUTTER_latincross 0xad9
1216
- #define CLUTTER_hexagram 0xada
1217
- #define CLUTTER_filledrectbullet 0xadb
1218
- #define CLUTTER_filledlefttribullet 0xadc
1219
- #define CLUTTER_filledrighttribullet 0xadd
1220
- #define CLUTTER_emfilledcircle 0xade
1221
- #define CLUTTER_emfilledrect 0xadf
1222
- #define CLUTTER_enopencircbullet 0xae0
1223
- #define CLUTTER_enopensquarebullet 0xae1
1224
- #define CLUTTER_openrectbullet 0xae2
1225
- #define CLUTTER_opentribulletup 0xae3
1226
- #define CLUTTER_opentribulletdown 0xae4
1227
- #define CLUTTER_openstar 0xae5
1228
- #define CLUTTER_enfilledcircbullet 0xae6
1229
- #define CLUTTER_enfilledsqbullet 0xae7
1230
- #define CLUTTER_filledtribulletup 0xae8
1231
- #define CLUTTER_filledtribulletdown 0xae9
1232
- #define CLUTTER_leftpointer 0xaea
1233
- #define CLUTTER_rightpointer 0xaeb
1234
- #define CLUTTER_club 0xaec
1235
- #define CLUTTER_diamond 0xaed
1236
- #define CLUTTER_heart 0xaee
1237
- #define CLUTTER_maltesecross 0xaf0
1238
- #define CLUTTER_dagger 0xaf1
1239
- #define CLUTTER_doubledagger 0xaf2
1240
- #define CLUTTER_checkmark 0xaf3
1241
- #define CLUTTER_ballotcross 0xaf4
1242
- #define CLUTTER_musicalsharp 0xaf5
1243
- #define CLUTTER_musicalflat 0xaf6
1244
- #define CLUTTER_malesymbol 0xaf7
1245
- #define CLUTTER_femalesymbol 0xaf8
1246
- #define CLUTTER_telephone 0xaf9
1247
- #define CLUTTER_telephonerecorder 0xafa
1248
- #define CLUTTER_phonographcopyright 0xafb
1249
- #define CLUTTER_caret 0xafc
1250
- #define CLUTTER_singlelowquotemark 0xafd
1251
- #define CLUTTER_doublelowquotemark 0xafe
1252
- #define CLUTTER_cursor 0xaff
1253
- #define CLUTTER_leftcaret 0xba3
1254
- #define CLUTTER_rightcaret 0xba6
1255
- #define CLUTTER_downcaret 0xba8
1256
- #define CLUTTER_upcaret 0xba9
1257
- #define CLUTTER_overbar 0xbc0
1258
- #define CLUTTER_downtack 0xbc2
1259
- #define CLUTTER_upshoe 0xbc3
1260
- #define CLUTTER_downstile 0xbc4
1261
- #define CLUTTER_underbar 0xbc6
1262
- #define CLUTTER_jot 0xbca
1263
- #define CLUTTER_quad 0xbcc
1264
- #define CLUTTER_uptack 0xbce
1265
- #define CLUTTER_circle 0xbcf
1266
- #define CLUTTER_upstile 0xbd3
1267
- #define CLUTTER_downshoe 0xbd6
1268
- #define CLUTTER_rightshoe 0xbd8
1269
- #define CLUTTER_leftshoe 0xbda
1270
- #define CLUTTER_lefttack 0xbdc
1271
- #define CLUTTER_righttack 0xbfc
1272
- #define CLUTTER_hebrew_doublelowline 0xcdf
1273
- #define CLUTTER_hebrew_aleph 0xce0
1274
- #define CLUTTER_hebrew_bet 0xce1
1275
- #define CLUTTER_hebrew_beth 0xce1
1276
- #define CLUTTER_hebrew_gimel 0xce2
1277
- #define CLUTTER_hebrew_gimmel 0xce2
1278
- #define CLUTTER_hebrew_dalet 0xce3
1279
- #define CLUTTER_hebrew_daleth 0xce3
1280
- #define CLUTTER_hebrew_he 0xce4
1281
- #define CLUTTER_hebrew_waw 0xce5
1282
- #define CLUTTER_hebrew_zain 0xce6
1283
- #define CLUTTER_hebrew_zayin 0xce6
1284
- #define CLUTTER_hebrew_chet 0xce7
1285
- #define CLUTTER_hebrew_het 0xce7
1286
- #define CLUTTER_hebrew_tet 0xce8
1287
- #define CLUTTER_hebrew_teth 0xce8
1288
- #define CLUTTER_hebrew_yod 0xce9
1289
- #define CLUTTER_hebrew_finalkaph 0xcea
1290
- #define CLUTTER_hebrew_kaph 0xceb
1291
- #define CLUTTER_hebrew_lamed 0xcec
1292
- #define CLUTTER_hebrew_finalmem 0xced
1293
- #define CLUTTER_hebrew_mem 0xcee
1294
- #define CLUTTER_hebrew_finalnun 0xcef
1295
- #define CLUTTER_hebrew_nun 0xcf0
1296
- #define CLUTTER_hebrew_samech 0xcf1
1297
- #define CLUTTER_hebrew_samekh 0xcf1
1298
- #define CLUTTER_hebrew_ayin 0xcf2
1299
- #define CLUTTER_hebrew_finalpe 0xcf3
1300
- #define CLUTTER_hebrew_pe 0xcf4
1301
- #define CLUTTER_hebrew_finalzade 0xcf5
1302
- #define CLUTTER_hebrew_finalzadi 0xcf5
1303
- #define CLUTTER_hebrew_zade 0xcf6
1304
- #define CLUTTER_hebrew_zadi 0xcf6
1305
- #define CLUTTER_hebrew_qoph 0xcf7
1306
- #define CLUTTER_hebrew_kuf 0xcf7
1307
- #define CLUTTER_hebrew_resh 0xcf8
1308
- #define CLUTTER_hebrew_shin 0xcf9
1309
- #define CLUTTER_hebrew_taw 0xcfa
1310
- #define CLUTTER_hebrew_taf 0xcfa
1311
- #define CLUTTER_Hebrew_switch 0xff7e
1312
- #define CLUTTER_Thai_kokai 0xda1
1313
- #define CLUTTER_Thai_khokhai 0xda2
1314
- #define CLUTTER_Thai_khokhuat 0xda3
1315
- #define CLUTTER_Thai_khokhwai 0xda4
1316
- #define CLUTTER_Thai_khokhon 0xda5
1317
- #define CLUTTER_Thai_khorakhang 0xda6
1318
- #define CLUTTER_Thai_ngongu 0xda7
1319
- #define CLUTTER_Thai_chochan 0xda8
1320
- #define CLUTTER_Thai_choching 0xda9
1321
- #define CLUTTER_Thai_chochang 0xdaa
1322
- #define CLUTTER_Thai_soso 0xdab
1323
- #define CLUTTER_Thai_chochoe 0xdac
1324
- #define CLUTTER_Thai_yoying 0xdad
1325
- #define CLUTTER_Thai_dochada 0xdae
1326
- #define CLUTTER_Thai_topatak 0xdaf
1327
- #define CLUTTER_Thai_thothan 0xdb0
1328
- #define CLUTTER_Thai_thonangmontho 0xdb1
1329
- #define CLUTTER_Thai_thophuthao 0xdb2
1330
- #define CLUTTER_Thai_nonen 0xdb3
1331
- #define CLUTTER_Thai_dodek 0xdb4
1332
- #define CLUTTER_Thai_totao 0xdb5
1333
- #define CLUTTER_Thai_thothung 0xdb6
1334
- #define CLUTTER_Thai_thothahan 0xdb7
1335
- #define CLUTTER_Thai_thothong 0xdb8
1336
- #define CLUTTER_Thai_nonu 0xdb9
1337
- #define CLUTTER_Thai_bobaimai 0xdba
1338
- #define CLUTTER_Thai_popla 0xdbb
1339
- #define CLUTTER_Thai_phophung 0xdbc
1340
- #define CLUTTER_Thai_fofa 0xdbd
1341
- #define CLUTTER_Thai_phophan 0xdbe
1342
- #define CLUTTER_Thai_fofan 0xdbf
1343
- #define CLUTTER_Thai_phosamphao 0xdc0
1344
- #define CLUTTER_Thai_moma 0xdc1
1345
- #define CLUTTER_Thai_yoyak 0xdc2
1346
- #define CLUTTER_Thai_rorua 0xdc3
1347
- #define CLUTTER_Thai_ru 0xdc4
1348
- #define CLUTTER_Thai_loling 0xdc5
1349
- #define CLUTTER_Thai_lu 0xdc6
1350
- #define CLUTTER_Thai_wowaen 0xdc7
1351
- #define CLUTTER_Thai_sosala 0xdc8
1352
- #define CLUTTER_Thai_sorusi 0xdc9
1353
- #define CLUTTER_Thai_sosua 0xdca
1354
- #define CLUTTER_Thai_hohip 0xdcb
1355
- #define CLUTTER_Thai_lochula 0xdcc
1356
- #define CLUTTER_Thai_oang 0xdcd
1357
- #define CLUTTER_Thai_honokhuk 0xdce
1358
- #define CLUTTER_Thai_paiyannoi 0xdcf
1359
- #define CLUTTER_Thai_saraa 0xdd0
1360
- #define CLUTTER_Thai_maihanakat 0xdd1
1361
- #define CLUTTER_Thai_saraaa 0xdd2
1362
- #define CLUTTER_Thai_saraam 0xdd3
1363
- #define CLUTTER_Thai_sarai 0xdd4
1364
- #define CLUTTER_Thai_saraii 0xdd5
1365
- #define CLUTTER_Thai_saraue 0xdd6
1366
- #define CLUTTER_Thai_sarauee 0xdd7
1367
- #define CLUTTER_Thai_sarau 0xdd8
1368
- #define CLUTTER_Thai_sarauu 0xdd9
1369
- #define CLUTTER_Thai_phinthu 0xdda
1370
- #define CLUTTER_Thai_maihanakat_maitho 0xdde
1371
- #define CLUTTER_Thai_baht 0xddf
1372
- #define CLUTTER_Thai_sarae 0xde0
1373
- #define CLUTTER_Thai_saraae 0xde1
1374
- #define CLUTTER_Thai_sarao 0xde2
1375
- #define CLUTTER_Thai_saraaimaimuan 0xde3
1376
- #define CLUTTER_Thai_saraaimaimalai 0xde4
1377
- #define CLUTTER_Thai_lakkhangyao 0xde5
1378
- #define CLUTTER_Thai_maiyamok 0xde6
1379
- #define CLUTTER_Thai_maitaikhu 0xde7
1380
- #define CLUTTER_Thai_maiek 0xde8
1381
- #define CLUTTER_Thai_maitho 0xde9
1382
- #define CLUTTER_Thai_maitri 0xdea
1383
- #define CLUTTER_Thai_maichattawa 0xdeb
1384
- #define CLUTTER_Thai_thanthakhat 0xdec
1385
- #define CLUTTER_Thai_nikhahit 0xded
1386
- #define CLUTTER_Thai_leksun 0xdf0
1387
- #define CLUTTER_Thai_leknung 0xdf1
1388
- #define CLUTTER_Thai_leksong 0xdf2
1389
- #define CLUTTER_Thai_leksam 0xdf3
1390
- #define CLUTTER_Thai_leksi 0xdf4
1391
- #define CLUTTER_Thai_lekha 0xdf5
1392
- #define CLUTTER_Thai_lekhok 0xdf6
1393
- #define CLUTTER_Thai_lekchet 0xdf7
1394
- #define CLUTTER_Thai_lekpaet 0xdf8
1395
- #define CLUTTER_Thai_lekkao 0xdf9
1396
- #define CLUTTER_Hangul 0xff31
1397
- #define CLUTTER_Hangul_Start 0xff32
1398
- #define CLUTTER_Hangul_End 0xff33
1399
- #define CLUTTER_Hangul_Hanja 0xff34
1400
- #define CLUTTER_Hangul_Jamo 0xff35
1401
- #define CLUTTER_Hangul_Romaja 0xff36
1402
- #define CLUTTER_Hangul_Codeinput 0xff37
1403
- #define CLUTTER_Hangul_Jeonja 0xff38
1404
- #define CLUTTER_Hangul_Banja 0xff39
1405
- #define CLUTTER_Hangul_PreHanja 0xff3a
1406
- #define CLUTTER_Hangul_PostHanja 0xff3b
1407
- #define CLUTTER_Hangul_SingleCandidate 0xff3c
1408
- #define CLUTTER_Hangul_MultipleCandidate 0xff3d
1409
- #define CLUTTER_Hangul_PreviousCandidate 0xff3e
1410
- #define CLUTTER_Hangul_Special 0xff3f
1411
- #define CLUTTER_Hangul_switch 0xff7e
1412
- #define CLUTTER_Hangul_Kiyeog 0xea1
1413
- #define CLUTTER_Hangul_SsangKiyeog 0xea2
1414
- #define CLUTTER_Hangul_KiyeogSios 0xea3
1415
- #define CLUTTER_Hangul_Nieun 0xea4
1416
- #define CLUTTER_Hangul_NieunJieuj 0xea5
1417
- #define CLUTTER_Hangul_NieunHieuh 0xea6
1418
- #define CLUTTER_Hangul_Dikeud 0xea7
1419
- #define CLUTTER_Hangul_SsangDikeud 0xea8
1420
- #define CLUTTER_Hangul_Rieul 0xea9
1421
- #define CLUTTER_Hangul_RieulKiyeog 0xeaa
1422
- #define CLUTTER_Hangul_RieulMieum 0xeab
1423
- #define CLUTTER_Hangul_RieulPieub 0xeac
1424
- #define CLUTTER_Hangul_RieulSios 0xead
1425
- #define CLUTTER_Hangul_RieulTieut 0xeae
1426
- #define CLUTTER_Hangul_RieulPhieuf 0xeaf
1427
- #define CLUTTER_Hangul_RieulHieuh 0xeb0
1428
- #define CLUTTER_Hangul_Mieum 0xeb1
1429
- #define CLUTTER_Hangul_Pieub 0xeb2
1430
- #define CLUTTER_Hangul_SsangPieub 0xeb3
1431
- #define CLUTTER_Hangul_PieubSios 0xeb4
1432
- #define CLUTTER_Hangul_Sios 0xeb5
1433
- #define CLUTTER_Hangul_SsangSios 0xeb6
1434
- #define CLUTTER_Hangul_Ieung 0xeb7
1435
- #define CLUTTER_Hangul_Jieuj 0xeb8
1436
- #define CLUTTER_Hangul_SsangJieuj 0xeb9
1437
- #define CLUTTER_Hangul_Cieuc 0xeba
1438
- #define CLUTTER_Hangul_Khieuq 0xebb
1439
- #define CLUTTER_Hangul_Tieut 0xebc
1440
- #define CLUTTER_Hangul_Phieuf 0xebd
1441
- #define CLUTTER_Hangul_Hieuh 0xebe
1442
- #define CLUTTER_Hangul_A 0xebf
1443
- #define CLUTTER_Hangul_AE 0xec0
1444
- #define CLUTTER_Hangul_YA 0xec1
1445
- #define CLUTTER_Hangul_YAE 0xec2
1446
- #define CLUTTER_Hangul_EO 0xec3
1447
- #define CLUTTER_Hangul_E 0xec4
1448
- #define CLUTTER_Hangul_YEO 0xec5
1449
- #define CLUTTER_Hangul_YE 0xec6
1450
- #define CLUTTER_Hangul_O 0xec7
1451
- #define CLUTTER_Hangul_WA 0xec8
1452
- #define CLUTTER_Hangul_WAE 0xec9
1453
- #define CLUTTER_Hangul_OE 0xeca
1454
- #define CLUTTER_Hangul_YO 0xecb
1455
- #define CLUTTER_Hangul_U 0xecc
1456
- #define CLUTTER_Hangul_WEO 0xecd
1457
- #define CLUTTER_Hangul_WE 0xece
1458
- #define CLUTTER_Hangul_WI 0xecf
1459
- #define CLUTTER_Hangul_YU 0xed0
1460
- #define CLUTTER_Hangul_EU 0xed1
1461
- #define CLUTTER_Hangul_YI 0xed2
1462
- #define CLUTTER_Hangul_I 0xed3
1463
- #define CLUTTER_Hangul_J_Kiyeog 0xed4
1464
- #define CLUTTER_Hangul_J_SsangKiyeog 0xed5
1465
- #define CLUTTER_Hangul_J_KiyeogSios 0xed6
1466
- #define CLUTTER_Hangul_J_Nieun 0xed7
1467
- #define CLUTTER_Hangul_J_NieunJieuj 0xed8
1468
- #define CLUTTER_Hangul_J_NieunHieuh 0xed9
1469
- #define CLUTTER_Hangul_J_Dikeud 0xeda
1470
- #define CLUTTER_Hangul_J_Rieul 0xedb
1471
- #define CLUTTER_Hangul_J_RieulKiyeog 0xedc
1472
- #define CLUTTER_Hangul_J_RieulMieum 0xedd
1473
- #define CLUTTER_Hangul_J_RieulPieub 0xede
1474
- #define CLUTTER_Hangul_J_RieulSios 0xedf
1475
- #define CLUTTER_Hangul_J_RieulTieut 0xee0
1476
- #define CLUTTER_Hangul_J_RieulPhieuf 0xee1
1477
- #define CLUTTER_Hangul_J_RieulHieuh 0xee2
1478
- #define CLUTTER_Hangul_J_Mieum 0xee3
1479
- #define CLUTTER_Hangul_J_Pieub 0xee4
1480
- #define CLUTTER_Hangul_J_PieubSios 0xee5
1481
- #define CLUTTER_Hangul_J_Sios 0xee6
1482
- #define CLUTTER_Hangul_J_SsangSios 0xee7
1483
- #define CLUTTER_Hangul_J_Ieung 0xee8
1484
- #define CLUTTER_Hangul_J_Jieuj 0xee9
1485
- #define CLUTTER_Hangul_J_Cieuc 0xeea
1486
- #define CLUTTER_Hangul_J_Khieuq 0xeeb
1487
- #define CLUTTER_Hangul_J_Tieut 0xeec
1488
- #define CLUTTER_Hangul_J_Phieuf 0xeed
1489
- #define CLUTTER_Hangul_J_Hieuh 0xeee
1490
- #define CLUTTER_Hangul_RieulYeorinHieuh 0xeef
1491
- #define CLUTTER_Hangul_SunkyeongeumMieum 0xef0
1492
- #define CLUTTER_Hangul_SunkyeongeumPieub 0xef1
1493
- #define CLUTTER_Hangul_PanSios 0xef2
1494
- #define CLUTTER_Hangul_KkogjiDalrinIeung 0xef3
1495
- #define CLUTTER_Hangul_SunkyeongeumPhieuf 0xef4
1496
- #define CLUTTER_Hangul_YeorinHieuh 0xef5
1497
- #define CLUTTER_Hangul_AraeA 0xef6
1498
- #define CLUTTER_Hangul_AraeAE 0xef7
1499
- #define CLUTTER_Hangul_J_PanSios 0xef8
1500
- #define CLUTTER_Hangul_J_KkogjiDalrinIeung 0xef9
1501
- #define CLUTTER_Hangul_J_YeorinHieuh 0xefa
1502
- #define CLUTTER_Korean_Won 0xeff
1503
- #define CLUTTER_Armenian_ligature_ew 0x1000587
1504
- #define CLUTTER_Armenian_full_stop 0x1000589
1505
- #define CLUTTER_Armenian_verjaket 0x1000589
1506
- #define CLUTTER_Armenian_separation_mark 0x100055d
1507
- #define CLUTTER_Armenian_but 0x100055d
1508
- #define CLUTTER_Armenian_hyphen 0x100058a
1509
- #define CLUTTER_Armenian_yentamna 0x100058a
1510
- #define CLUTTER_Armenian_exclam 0x100055c
1511
- #define CLUTTER_Armenian_amanak 0x100055c
1512
- #define CLUTTER_Armenian_accent 0x100055b
1513
- #define CLUTTER_Armenian_shesht 0x100055b
1514
- #define CLUTTER_Armenian_question 0x100055e
1515
- #define CLUTTER_Armenian_paruyk 0x100055e
1516
- #define CLUTTER_Armenian_AYB 0x1000531
1517
- #define CLUTTER_Armenian_ayb 0x1000561
1518
- #define CLUTTER_Armenian_BEN 0x1000532
1519
- #define CLUTTER_Armenian_ben 0x1000562
1520
- #define CLUTTER_Armenian_GIM 0x1000533
1521
- #define CLUTTER_Armenian_gim 0x1000563
1522
- #define CLUTTER_Armenian_DA 0x1000534
1523
- #define CLUTTER_Armenian_da 0x1000564
1524
- #define CLUTTER_Armenian_YECH 0x1000535
1525
- #define CLUTTER_Armenian_yech 0x1000565
1526
- #define CLUTTER_Armenian_ZA 0x1000536
1527
- #define CLUTTER_Armenian_za 0x1000566
1528
- #define CLUTTER_Armenian_E 0x1000537
1529
- #define CLUTTER_Armenian_e 0x1000567
1530
- #define CLUTTER_Armenian_AT 0x1000538
1531
- #define CLUTTER_Armenian_at 0x1000568
1532
- #define CLUTTER_Armenian_TO 0x1000539
1533
- #define CLUTTER_Armenian_to 0x1000569
1534
- #define CLUTTER_Armenian_ZHE 0x100053a
1535
- #define CLUTTER_Armenian_zhe 0x100056a
1536
- #define CLUTTER_Armenian_INI 0x100053b
1537
- #define CLUTTER_Armenian_ini 0x100056b
1538
- #define CLUTTER_Armenian_LYUN 0x100053c
1539
- #define CLUTTER_Armenian_lyun 0x100056c
1540
- #define CLUTTER_Armenian_KHE 0x100053d
1541
- #define CLUTTER_Armenian_khe 0x100056d
1542
- #define CLUTTER_Armenian_TSA 0x100053e
1543
- #define CLUTTER_Armenian_tsa 0x100056e
1544
- #define CLUTTER_Armenian_KEN 0x100053f
1545
- #define CLUTTER_Armenian_ken 0x100056f
1546
- #define CLUTTER_Armenian_HO 0x1000540
1547
- #define CLUTTER_Armenian_ho 0x1000570
1548
- #define CLUTTER_Armenian_DZA 0x1000541
1549
- #define CLUTTER_Armenian_dza 0x1000571
1550
- #define CLUTTER_Armenian_GHAT 0x1000542
1551
- #define CLUTTER_Armenian_ghat 0x1000572
1552
- #define CLUTTER_Armenian_TCHE 0x1000543
1553
- #define CLUTTER_Armenian_tche 0x1000573
1554
- #define CLUTTER_Armenian_MEN 0x1000544
1555
- #define CLUTTER_Armenian_men 0x1000574
1556
- #define CLUTTER_Armenian_HI 0x1000545
1557
- #define CLUTTER_Armenian_hi 0x1000575
1558
- #define CLUTTER_Armenian_NU 0x1000546
1559
- #define CLUTTER_Armenian_nu 0x1000576
1560
- #define CLUTTER_Armenian_SHA 0x1000547
1561
- #define CLUTTER_Armenian_sha 0x1000577
1562
- #define CLUTTER_Armenian_VO 0x1000548
1563
- #define CLUTTER_Armenian_vo 0x1000578
1564
- #define CLUTTER_Armenian_CHA 0x1000549
1565
- #define CLUTTER_Armenian_cha 0x1000579
1566
- #define CLUTTER_Armenian_PE 0x100054a
1567
- #define CLUTTER_Armenian_pe 0x100057a
1568
- #define CLUTTER_Armenian_JE 0x100054b
1569
- #define CLUTTER_Armenian_je 0x100057b
1570
- #define CLUTTER_Armenian_RA 0x100054c
1571
- #define CLUTTER_Armenian_ra 0x100057c
1572
- #define CLUTTER_Armenian_SE 0x100054d
1573
- #define CLUTTER_Armenian_se 0x100057d
1574
- #define CLUTTER_Armenian_VEV 0x100054e
1575
- #define CLUTTER_Armenian_vev 0x100057e
1576
- #define CLUTTER_Armenian_TYUN 0x100054f
1577
- #define CLUTTER_Armenian_tyun 0x100057f
1578
- #define CLUTTER_Armenian_RE 0x1000550
1579
- #define CLUTTER_Armenian_re 0x1000580
1580
- #define CLUTTER_Armenian_TSO 0x1000551
1581
- #define CLUTTER_Armenian_tso 0x1000581
1582
- #define CLUTTER_Armenian_VYUN 0x1000552
1583
- #define CLUTTER_Armenian_vyun 0x1000582
1584
- #define CLUTTER_Armenian_PYUR 0x1000553
1585
- #define CLUTTER_Armenian_pyur 0x1000583
1586
- #define CLUTTER_Armenian_KE 0x1000554
1587
- #define CLUTTER_Armenian_ke 0x1000584
1588
- #define CLUTTER_Armenian_O 0x1000555
1589
- #define CLUTTER_Armenian_o 0x1000585
1590
- #define CLUTTER_Armenian_FE 0x1000556
1591
- #define CLUTTER_Armenian_fe 0x1000586
1592
- #define CLUTTER_Armenian_apostrophe 0x100055a
1593
- #define CLUTTER_Georgian_an 0x10010d0
1594
- #define CLUTTER_Georgian_ban 0x10010d1
1595
- #define CLUTTER_Georgian_gan 0x10010d2
1596
- #define CLUTTER_Georgian_don 0x10010d3
1597
- #define CLUTTER_Georgian_en 0x10010d4
1598
- #define CLUTTER_Georgian_vin 0x10010d5
1599
- #define CLUTTER_Georgian_zen 0x10010d6
1600
- #define CLUTTER_Georgian_tan 0x10010d7
1601
- #define CLUTTER_Georgian_in 0x10010d8
1602
- #define CLUTTER_Georgian_kan 0x10010d9
1603
- #define CLUTTER_Georgian_las 0x10010da
1604
- #define CLUTTER_Georgian_man 0x10010db
1605
- #define CLUTTER_Georgian_nar 0x10010dc
1606
- #define CLUTTER_Georgian_on 0x10010dd
1607
- #define CLUTTER_Georgian_par 0x10010de
1608
- #define CLUTTER_Georgian_zhar 0x10010df
1609
- #define CLUTTER_Georgian_rae 0x10010e0
1610
- #define CLUTTER_Georgian_san 0x10010e1
1611
- #define CLUTTER_Georgian_tar 0x10010e2
1612
- #define CLUTTER_Georgian_un 0x10010e3
1613
- #define CLUTTER_Georgian_phar 0x10010e4
1614
- #define CLUTTER_Georgian_khar 0x10010e5
1615
- #define CLUTTER_Georgian_ghan 0x10010e6
1616
- #define CLUTTER_Georgian_qar 0x10010e7
1617
- #define CLUTTER_Georgian_shin 0x10010e8
1618
- #define CLUTTER_Georgian_chin 0x10010e9
1619
- #define CLUTTER_Georgian_can 0x10010ea
1620
- #define CLUTTER_Georgian_jil 0x10010eb
1621
- #define CLUTTER_Georgian_cil 0x10010ec
1622
- #define CLUTTER_Georgian_char 0x10010ed
1623
- #define CLUTTER_Georgian_xan 0x10010ee
1624
- #define CLUTTER_Georgian_jhan 0x10010ef
1625
- #define CLUTTER_Georgian_hae 0x10010f0
1626
- #define CLUTTER_Georgian_he 0x10010f1
1627
- #define CLUTTER_Georgian_hie 0x10010f2
1628
- #define CLUTTER_Georgian_we 0x10010f3
1629
- #define CLUTTER_Georgian_har 0x10010f4
1630
- #define CLUTTER_Georgian_hoe 0x10010f5
1631
- #define CLUTTER_Georgian_fi 0x10010f6
1632
- #define CLUTTER_Xabovedot 0x1001e8a
1633
- #define CLUTTER_Ibreve 0x100012c
1634
- #define CLUTTER_Zstroke 0x10001b5
1635
- #define CLUTTER_Gcaron 0x10001e6
1636
- #define CLUTTER_Ocaron 0x10001d1
1637
- #define CLUTTER_Obarred 0x100019f
1638
- #define CLUTTER_xabovedot 0x1001e8b
1639
- #define CLUTTER_ibreve 0x100012d
1640
- #define CLUTTER_zstroke 0x10001b6
1641
- #define CLUTTER_gcaron 0x10001e7
1642
- #define CLUTTER_ocaron 0x10001d2
1643
- #define CLUTTER_obarred 0x1000275
1644
- #define CLUTTER_SCHWA 0x100018f
1645
- #define CLUTTER_schwa 0x1000259
1646
- #define CLUTTER_EZH 0x10001b7
1647
- #define CLUTTER_ezh 0x1000292
1648
- #define CLUTTER_Lbelowdot 0x1001e36
1649
- #define CLUTTER_lbelowdot 0x1001e37
1650
- #define CLUTTER_Abelowdot 0x1001ea0
1651
- #define CLUTTER_abelowdot 0x1001ea1
1652
- #define CLUTTER_Ahook 0x1001ea2
1653
- #define CLUTTER_ahook 0x1001ea3
1654
- #define CLUTTER_Acircumflexacute 0x1001ea4
1655
- #define CLUTTER_acircumflexacute 0x1001ea5
1656
- #define CLUTTER_Acircumflexgrave 0x1001ea6
1657
- #define CLUTTER_acircumflexgrave 0x1001ea7
1658
- #define CLUTTER_Acircumflexhook 0x1001ea8
1659
- #define CLUTTER_acircumflexhook 0x1001ea9
1660
- #define CLUTTER_Acircumflextilde 0x1001eaa
1661
- #define CLUTTER_acircumflextilde 0x1001eab
1662
- #define CLUTTER_Acircumflexbelowdot 0x1001eac
1663
- #define CLUTTER_acircumflexbelowdot 0x1001ead
1664
- #define CLUTTER_Abreveacute 0x1001eae
1665
- #define CLUTTER_abreveacute 0x1001eaf
1666
- #define CLUTTER_Abrevegrave 0x1001eb0
1667
- #define CLUTTER_abrevegrave 0x1001eb1
1668
- #define CLUTTER_Abrevehook 0x1001eb2
1669
- #define CLUTTER_abrevehook 0x1001eb3
1670
- #define CLUTTER_Abrevetilde 0x1001eb4
1671
- #define CLUTTER_abrevetilde 0x1001eb5
1672
- #define CLUTTER_Abrevebelowdot 0x1001eb6
1673
- #define CLUTTER_abrevebelowdot 0x1001eb7
1674
- #define CLUTTER_Ebelowdot 0x1001eb8
1675
- #define CLUTTER_ebelowdot 0x1001eb9
1676
- #define CLUTTER_Ehook 0x1001eba
1677
- #define CLUTTER_ehook 0x1001ebb
1678
- #define CLUTTER_Etilde 0x1001ebc
1679
- #define CLUTTER_etilde 0x1001ebd
1680
- #define CLUTTER_Ecircumflexacute 0x1001ebe
1681
- #define CLUTTER_ecircumflexacute 0x1001ebf
1682
- #define CLUTTER_Ecircumflexgrave 0x1001ec0
1683
- #define CLUTTER_ecircumflexgrave 0x1001ec1
1684
- #define CLUTTER_Ecircumflexhook 0x1001ec2
1685
- #define CLUTTER_ecircumflexhook 0x1001ec3
1686
- #define CLUTTER_Ecircumflextilde 0x1001ec4
1687
- #define CLUTTER_ecircumflextilde 0x1001ec5
1688
- #define CLUTTER_Ecircumflexbelowdot 0x1001ec6
1689
- #define CLUTTER_ecircumflexbelowdot 0x1001ec7
1690
- #define CLUTTER_Ihook 0x1001ec8
1691
- #define CLUTTER_ihook 0x1001ec9
1692
- #define CLUTTER_Ibelowdot 0x1001eca
1693
- #define CLUTTER_ibelowdot 0x1001ecb
1694
- #define CLUTTER_Obelowdot 0x1001ecc
1695
- #define CLUTTER_obelowdot 0x1001ecd
1696
- #define CLUTTER_Ohook 0x1001ece
1697
- #define CLUTTER_ohook 0x1001ecf
1698
- #define CLUTTER_Ocircumflexacute 0x1001ed0
1699
- #define CLUTTER_ocircumflexacute 0x1001ed1
1700
- #define CLUTTER_Ocircumflexgrave 0x1001ed2
1701
- #define CLUTTER_ocircumflexgrave 0x1001ed3
1702
- #define CLUTTER_Ocircumflexhook 0x1001ed4
1703
- #define CLUTTER_ocircumflexhook 0x1001ed5
1704
- #define CLUTTER_Ocircumflextilde 0x1001ed6
1705
- #define CLUTTER_ocircumflextilde 0x1001ed7
1706
- #define CLUTTER_Ocircumflexbelowdot 0x1001ed8
1707
- #define CLUTTER_ocircumflexbelowdot 0x1001ed9
1708
- #define CLUTTER_Ohornacute 0x1001eda
1709
- #define CLUTTER_ohornacute 0x1001edb
1710
- #define CLUTTER_Ohorngrave 0x1001edc
1711
- #define CLUTTER_ohorngrave 0x1001edd
1712
- #define CLUTTER_Ohornhook 0x1001ede
1713
- #define CLUTTER_ohornhook 0x1001edf
1714
- #define CLUTTER_Ohorntilde 0x1001ee0
1715
- #define CLUTTER_ohorntilde 0x1001ee1
1716
- #define CLUTTER_Ohornbelowdot 0x1001ee2
1717
- #define CLUTTER_ohornbelowdot 0x1001ee3
1718
- #define CLUTTER_Ubelowdot 0x1001ee4
1719
- #define CLUTTER_ubelowdot 0x1001ee5
1720
- #define CLUTTER_Uhook 0x1001ee6
1721
- #define CLUTTER_uhook 0x1001ee7
1722
- #define CLUTTER_Uhornacute 0x1001ee8
1723
- #define CLUTTER_uhornacute 0x1001ee9
1724
- #define CLUTTER_Uhorngrave 0x1001eea
1725
- #define CLUTTER_uhorngrave 0x1001eeb
1726
- #define CLUTTER_Uhornhook 0x1001eec
1727
- #define CLUTTER_uhornhook 0x1001eed
1728
- #define CLUTTER_Uhorntilde 0x1001eee
1729
- #define CLUTTER_uhorntilde 0x1001eef
1730
- #define CLUTTER_Uhornbelowdot 0x1001ef0
1731
- #define CLUTTER_uhornbelowdot 0x1001ef1
1732
- #define CLUTTER_Ybelowdot 0x1001ef4
1733
- #define CLUTTER_ybelowdot 0x1001ef5
1734
- #define CLUTTER_Yhook 0x1001ef6
1735
- #define CLUTTER_yhook 0x1001ef7
1736
- #define CLUTTER_Ytilde 0x1001ef8
1737
- #define CLUTTER_ytilde 0x1001ef9
1738
- #define CLUTTER_Ohorn 0x10001a0
1739
- #define CLUTTER_ohorn 0x10001a1
1740
- #define CLUTTER_Uhorn 0x10001af
1741
- #define CLUTTER_uhorn 0x10001b0
1742
- #define CLUTTER_EcuSign 0x10020a0
1743
- #define CLUTTER_ColonSign 0x10020a1
1744
- #define CLUTTER_CruzeiroSign 0x10020a2
1745
- #define CLUTTER_FFrancSign 0x10020a3
1746
- #define CLUTTER_LiraSign 0x10020a4
1747
- #define CLUTTER_MillSign 0x10020a5
1748
- #define CLUTTER_NairaSign 0x10020a6
1749
- #define CLUTTER_PesetaSign 0x10020a7
1750
- #define CLUTTER_RupeeSign 0x10020a8
1751
- #define CLUTTER_WonSign 0x10020a9
1752
- #define CLUTTER_NewSheqelSign 0x10020aa
1753
- #define CLUTTER_DongSign 0x10020ab
1754
- #define CLUTTER_EuroSign 0x20ac
1755
- #define CLUTTER_zerosuperior 0x1002070
1756
- #define CLUTTER_foursuperior 0x1002074
1757
- #define CLUTTER_fivesuperior 0x1002075
1758
- #define CLUTTER_sixsuperior 0x1002076
1759
- #define CLUTTER_sevensuperior 0x1002077
1760
- #define CLUTTER_eightsuperior 0x1002078
1761
- #define CLUTTER_ninesuperior 0x1002079
1762
- #define CLUTTER_zerosubscript 0x1002080
1763
- #define CLUTTER_onesubscript 0x1002081
1764
- #define CLUTTER_twosubscript 0x1002082
1765
- #define CLUTTER_threesubscript 0x1002083
1766
- #define CLUTTER_foursubscript 0x1002084
1767
- #define CLUTTER_fivesubscript 0x1002085
1768
- #define CLUTTER_sixsubscript 0x1002086
1769
- #define CLUTTER_sevensubscript 0x1002087
1770
- #define CLUTTER_eightsubscript 0x1002088
1771
- #define CLUTTER_ninesubscript 0x1002089
1772
- #define CLUTTER_partdifferential 0x1002202
1773
- #define CLUTTER_emptyset 0x1002205
1774
- #define CLUTTER_elementof 0x1002208
1775
- #define CLUTTER_notelementof 0x1002209
1776
- #define CLUTTER_containsas 0x100220b
1777
- #define CLUTTER_squareroot 0x100221a
1778
- #define CLUTTER_cuberoot 0x100221b
1779
- #define CLUTTER_fourthroot 0x100221c
1780
- #define CLUTTER_dintegral 0x100222c
1781
- #define CLUTTER_tintegral 0x100222d
1782
- #define CLUTTER_because 0x1002235
1783
- #define CLUTTER_approxeq 0x1002248
1784
- #define CLUTTER_notapproxeq 0x1002247
1785
- #define CLUTTER_notidentical 0x1002262
1786
- #define CLUTTER_stricteq 0x1002263
1787
- #define CLUTTER_braille_dot_1 0xfff1
1788
- #define CLUTTER_braille_dot_2 0xfff2
1789
- #define CLUTTER_braille_dot_3 0xfff3
1790
- #define CLUTTER_braille_dot_4 0xfff4
1791
- #define CLUTTER_braille_dot_5 0xfff5
1792
- #define CLUTTER_braille_dot_6 0xfff6
1793
- #define CLUTTER_braille_dot_7 0xfff7
1794
- #define CLUTTER_braille_dot_8 0xfff8
1795
- #define CLUTTER_braille_dot_9 0xfff9
1796
- #define CLUTTER_braille_dot_10 0xfffa
1797
- #define CLUTTER_braille_blank 0x1002800
1798
- #define CLUTTER_braille_dots_1 0x1002801
1799
- #define CLUTTER_braille_dots_2 0x1002802
1800
- #define CLUTTER_braille_dots_12 0x1002803
1801
- #define CLUTTER_braille_dots_3 0x1002804
1802
- #define CLUTTER_braille_dots_13 0x1002805
1803
- #define CLUTTER_braille_dots_23 0x1002806
1804
- #define CLUTTER_braille_dots_123 0x1002807
1805
- #define CLUTTER_braille_dots_4 0x1002808
1806
- #define CLUTTER_braille_dots_14 0x1002809
1807
- #define CLUTTER_braille_dots_24 0x100280a
1808
- #define CLUTTER_braille_dots_124 0x100280b
1809
- #define CLUTTER_braille_dots_34 0x100280c
1810
- #define CLUTTER_braille_dots_134 0x100280d
1811
- #define CLUTTER_braille_dots_234 0x100280e
1812
- #define CLUTTER_braille_dots_1234 0x100280f
1813
- #define CLUTTER_braille_dots_5 0x1002810
1814
- #define CLUTTER_braille_dots_15 0x1002811
1815
- #define CLUTTER_braille_dots_25 0x1002812
1816
- #define CLUTTER_braille_dots_125 0x1002813
1817
- #define CLUTTER_braille_dots_35 0x1002814
1818
- #define CLUTTER_braille_dots_135 0x1002815
1819
- #define CLUTTER_braille_dots_235 0x1002816
1820
- #define CLUTTER_braille_dots_1235 0x1002817
1821
- #define CLUTTER_braille_dots_45 0x1002818
1822
- #define CLUTTER_braille_dots_145 0x1002819
1823
- #define CLUTTER_braille_dots_245 0x100281a
1824
- #define CLUTTER_braille_dots_1245 0x100281b
1825
- #define CLUTTER_braille_dots_345 0x100281c
1826
- #define CLUTTER_braille_dots_1345 0x100281d
1827
- #define CLUTTER_braille_dots_2345 0x100281e
1828
- #define CLUTTER_braille_dots_12345 0x100281f
1829
- #define CLUTTER_braille_dots_6 0x1002820
1830
- #define CLUTTER_braille_dots_16 0x1002821
1831
- #define CLUTTER_braille_dots_26 0x1002822
1832
- #define CLUTTER_braille_dots_126 0x1002823
1833
- #define CLUTTER_braille_dots_36 0x1002824
1834
- #define CLUTTER_braille_dots_136 0x1002825
1835
- #define CLUTTER_braille_dots_236 0x1002826
1836
- #define CLUTTER_braille_dots_1236 0x1002827
1837
- #define CLUTTER_braille_dots_46 0x1002828
1838
- #define CLUTTER_braille_dots_146 0x1002829
1839
- #define CLUTTER_braille_dots_246 0x100282a
1840
- #define CLUTTER_braille_dots_1246 0x100282b
1841
- #define CLUTTER_braille_dots_346 0x100282c
1842
- #define CLUTTER_braille_dots_1346 0x100282d
1843
- #define CLUTTER_braille_dots_2346 0x100282e
1844
- #define CLUTTER_braille_dots_12346 0x100282f
1845
- #define CLUTTER_braille_dots_56 0x1002830
1846
- #define CLUTTER_braille_dots_156 0x1002831
1847
- #define CLUTTER_braille_dots_256 0x1002832
1848
- #define CLUTTER_braille_dots_1256 0x1002833
1849
- #define CLUTTER_braille_dots_356 0x1002834
1850
- #define CLUTTER_braille_dots_1356 0x1002835
1851
- #define CLUTTER_braille_dots_2356 0x1002836
1852
- #define CLUTTER_braille_dots_12356 0x1002837
1853
- #define CLUTTER_braille_dots_456 0x1002838
1854
- #define CLUTTER_braille_dots_1456 0x1002839
1855
- #define CLUTTER_braille_dots_2456 0x100283a
1856
- #define CLUTTER_braille_dots_12456 0x100283b
1857
- #define CLUTTER_braille_dots_3456 0x100283c
1858
- #define CLUTTER_braille_dots_13456 0x100283d
1859
- #define CLUTTER_braille_dots_23456 0x100283e
1860
- #define CLUTTER_braille_dots_123456 0x100283f
1861
- #define CLUTTER_braille_dots_7 0x1002840
1862
- #define CLUTTER_braille_dots_17 0x1002841
1863
- #define CLUTTER_braille_dots_27 0x1002842
1864
- #define CLUTTER_braille_dots_127 0x1002843
1865
- #define CLUTTER_braille_dots_37 0x1002844
1866
- #define CLUTTER_braille_dots_137 0x1002845
1867
- #define CLUTTER_braille_dots_237 0x1002846
1868
- #define CLUTTER_braille_dots_1237 0x1002847
1869
- #define CLUTTER_braille_dots_47 0x1002848
1870
- #define CLUTTER_braille_dots_147 0x1002849
1871
- #define CLUTTER_braille_dots_247 0x100284a
1872
- #define CLUTTER_braille_dots_1247 0x100284b
1873
- #define CLUTTER_braille_dots_347 0x100284c
1874
- #define CLUTTER_braille_dots_1347 0x100284d
1875
- #define CLUTTER_braille_dots_2347 0x100284e
1876
- #define CLUTTER_braille_dots_12347 0x100284f
1877
- #define CLUTTER_braille_dots_57 0x1002850
1878
- #define CLUTTER_braille_dots_157 0x1002851
1879
- #define CLUTTER_braille_dots_257 0x1002852
1880
- #define CLUTTER_braille_dots_1257 0x1002853
1881
- #define CLUTTER_braille_dots_357 0x1002854
1882
- #define CLUTTER_braille_dots_1357 0x1002855
1883
- #define CLUTTER_braille_dots_2357 0x1002856
1884
- #define CLUTTER_braille_dots_12357 0x1002857
1885
- #define CLUTTER_braille_dots_457 0x1002858
1886
- #define CLUTTER_braille_dots_1457 0x1002859
1887
- #define CLUTTER_braille_dots_2457 0x100285a
1888
- #define CLUTTER_braille_dots_12457 0x100285b
1889
- #define CLUTTER_braille_dots_3457 0x100285c
1890
- #define CLUTTER_braille_dots_13457 0x100285d
1891
- #define CLUTTER_braille_dots_23457 0x100285e
1892
- #define CLUTTER_braille_dots_123457 0x100285f
1893
- #define CLUTTER_braille_dots_67 0x1002860
1894
- #define CLUTTER_braille_dots_167 0x1002861
1895
- #define CLUTTER_braille_dots_267 0x1002862
1896
- #define CLUTTER_braille_dots_1267 0x1002863
1897
- #define CLUTTER_braille_dots_367 0x1002864
1898
- #define CLUTTER_braille_dots_1367 0x1002865
1899
- #define CLUTTER_braille_dots_2367 0x1002866
1900
- #define CLUTTER_braille_dots_12367 0x1002867
1901
- #define CLUTTER_braille_dots_467 0x1002868
1902
- #define CLUTTER_braille_dots_1467 0x1002869
1903
- #define CLUTTER_braille_dots_2467 0x100286a
1904
- #define CLUTTER_braille_dots_12467 0x100286b
1905
- #define CLUTTER_braille_dots_3467 0x100286c
1906
- #define CLUTTER_braille_dots_13467 0x100286d
1907
- #define CLUTTER_braille_dots_23467 0x100286e
1908
- #define CLUTTER_braille_dots_123467 0x100286f
1909
- #define CLUTTER_braille_dots_567 0x1002870
1910
- #define CLUTTER_braille_dots_1567 0x1002871
1911
- #define CLUTTER_braille_dots_2567 0x1002872
1912
- #define CLUTTER_braille_dots_12567 0x1002873
1913
- #define CLUTTER_braille_dots_3567 0x1002874
1914
- #define CLUTTER_braille_dots_13567 0x1002875
1915
- #define CLUTTER_braille_dots_23567 0x1002876
1916
- #define CLUTTER_braille_dots_123567 0x1002877
1917
- #define CLUTTER_braille_dots_4567 0x1002878
1918
- #define CLUTTER_braille_dots_14567 0x1002879
1919
- #define CLUTTER_braille_dots_24567 0x100287a
1920
- #define CLUTTER_braille_dots_124567 0x100287b
1921
- #define CLUTTER_braille_dots_34567 0x100287c
1922
- #define CLUTTER_braille_dots_134567 0x100287d
1923
- #define CLUTTER_braille_dots_234567 0x100287e
1924
- #define CLUTTER_braille_dots_1234567 0x100287f
1925
- #define CLUTTER_braille_dots_8 0x1002880
1926
- #define CLUTTER_braille_dots_18 0x1002881
1927
- #define CLUTTER_braille_dots_28 0x1002882
1928
- #define CLUTTER_braille_dots_128 0x1002883
1929
- #define CLUTTER_braille_dots_38 0x1002884
1930
- #define CLUTTER_braille_dots_138 0x1002885
1931
- #define CLUTTER_braille_dots_238 0x1002886
1932
- #define CLUTTER_braille_dots_1238 0x1002887
1933
- #define CLUTTER_braille_dots_48 0x1002888
1934
- #define CLUTTER_braille_dots_148 0x1002889
1935
- #define CLUTTER_braille_dots_248 0x100288a
1936
- #define CLUTTER_braille_dots_1248 0x100288b
1937
- #define CLUTTER_braille_dots_348 0x100288c
1938
- #define CLUTTER_braille_dots_1348 0x100288d
1939
- #define CLUTTER_braille_dots_2348 0x100288e
1940
- #define CLUTTER_braille_dots_12348 0x100288f
1941
- #define CLUTTER_braille_dots_58 0x1002890
1942
- #define CLUTTER_braille_dots_158 0x1002891
1943
- #define CLUTTER_braille_dots_258 0x1002892
1944
- #define CLUTTER_braille_dots_1258 0x1002893
1945
- #define CLUTTER_braille_dots_358 0x1002894
1946
- #define CLUTTER_braille_dots_1358 0x1002895
1947
- #define CLUTTER_braille_dots_2358 0x1002896
1948
- #define CLUTTER_braille_dots_12358 0x1002897
1949
- #define CLUTTER_braille_dots_458 0x1002898
1950
- #define CLUTTER_braille_dots_1458 0x1002899
1951
- #define CLUTTER_braille_dots_2458 0x100289a
1952
- #define CLUTTER_braille_dots_12458 0x100289b
1953
- #define CLUTTER_braille_dots_3458 0x100289c
1954
- #define CLUTTER_braille_dots_13458 0x100289d
1955
- #define CLUTTER_braille_dots_23458 0x100289e
1956
- #define CLUTTER_braille_dots_123458 0x100289f
1957
- #define CLUTTER_braille_dots_68 0x10028a0
1958
- #define CLUTTER_braille_dots_168 0x10028a1
1959
- #define CLUTTER_braille_dots_268 0x10028a2
1960
- #define CLUTTER_braille_dots_1268 0x10028a3
1961
- #define CLUTTER_braille_dots_368 0x10028a4
1962
- #define CLUTTER_braille_dots_1368 0x10028a5
1963
- #define CLUTTER_braille_dots_2368 0x10028a6
1964
- #define CLUTTER_braille_dots_12368 0x10028a7
1965
- #define CLUTTER_braille_dots_468 0x10028a8
1966
- #define CLUTTER_braille_dots_1468 0x10028a9
1967
- #define CLUTTER_braille_dots_2468 0x10028aa
1968
- #define CLUTTER_braille_dots_12468 0x10028ab
1969
- #define CLUTTER_braille_dots_3468 0x10028ac
1970
- #define CLUTTER_braille_dots_13468 0x10028ad
1971
- #define CLUTTER_braille_dots_23468 0x10028ae
1972
- #define CLUTTER_braille_dots_123468 0x10028af
1973
- #define CLUTTER_braille_dots_568 0x10028b0
1974
- #define CLUTTER_braille_dots_1568 0x10028b1
1975
- #define CLUTTER_braille_dots_2568 0x10028b2
1976
- #define CLUTTER_braille_dots_12568 0x10028b3
1977
- #define CLUTTER_braille_dots_3568 0x10028b4
1978
- #define CLUTTER_braille_dots_13568 0x10028b5
1979
- #define CLUTTER_braille_dots_23568 0x10028b6
1980
- #define CLUTTER_braille_dots_123568 0x10028b7
1981
- #define CLUTTER_braille_dots_4568 0x10028b8
1982
- #define CLUTTER_braille_dots_14568 0x10028b9
1983
- #define CLUTTER_braille_dots_24568 0x10028ba
1984
- #define CLUTTER_braille_dots_124568 0x10028bb
1985
- #define CLUTTER_braille_dots_34568 0x10028bc
1986
- #define CLUTTER_braille_dots_134568 0x10028bd
1987
- #define CLUTTER_braille_dots_234568 0x10028be
1988
- #define CLUTTER_braille_dots_1234568 0x10028bf
1989
- #define CLUTTER_braille_dots_78 0x10028c0
1990
- #define CLUTTER_braille_dots_178 0x10028c1
1991
- #define CLUTTER_braille_dots_278 0x10028c2
1992
- #define CLUTTER_braille_dots_1278 0x10028c3
1993
- #define CLUTTER_braille_dots_378 0x10028c4
1994
- #define CLUTTER_braille_dots_1378 0x10028c5
1995
- #define CLUTTER_braille_dots_2378 0x10028c6
1996
- #define CLUTTER_braille_dots_12378 0x10028c7
1997
- #define CLUTTER_braille_dots_478 0x10028c8
1998
- #define CLUTTER_braille_dots_1478 0x10028c9
1999
- #define CLUTTER_braille_dots_2478 0x10028ca
2000
- #define CLUTTER_braille_dots_12478 0x10028cb
2001
- #define CLUTTER_braille_dots_3478 0x10028cc
2002
- #define CLUTTER_braille_dots_13478 0x10028cd
2003
- #define CLUTTER_braille_dots_23478 0x10028ce
2004
- #define CLUTTER_braille_dots_123478 0x10028cf
2005
- #define CLUTTER_braille_dots_578 0x10028d0
2006
- #define CLUTTER_braille_dots_1578 0x10028d1
2007
- #define CLUTTER_braille_dots_2578 0x10028d2
2008
- #define CLUTTER_braille_dots_12578 0x10028d3
2009
- #define CLUTTER_braille_dots_3578 0x10028d4
2010
- #define CLUTTER_braille_dots_13578 0x10028d5
2011
- #define CLUTTER_braille_dots_23578 0x10028d6
2012
- #define CLUTTER_braille_dots_123578 0x10028d7
2013
- #define CLUTTER_braille_dots_4578 0x10028d8
2014
- #define CLUTTER_braille_dots_14578 0x10028d9
2015
- #define CLUTTER_braille_dots_24578 0x10028da
2016
- #define CLUTTER_braille_dots_124578 0x10028db
2017
- #define CLUTTER_braille_dots_34578 0x10028dc
2018
- #define CLUTTER_braille_dots_134578 0x10028dd
2019
- #define CLUTTER_braille_dots_234578 0x10028de
2020
- #define CLUTTER_braille_dots_1234578 0x10028df
2021
- #define CLUTTER_braille_dots_678 0x10028e0
2022
- #define CLUTTER_braille_dots_1678 0x10028e1
2023
- #define CLUTTER_braille_dots_2678 0x10028e2
2024
- #define CLUTTER_braille_dots_12678 0x10028e3
2025
- #define CLUTTER_braille_dots_3678 0x10028e4
2026
- #define CLUTTER_braille_dots_13678 0x10028e5
2027
- #define CLUTTER_braille_dots_23678 0x10028e6
2028
- #define CLUTTER_braille_dots_123678 0x10028e7
2029
- #define CLUTTER_braille_dots_4678 0x10028e8
2030
- #define CLUTTER_braille_dots_14678 0x10028e9
2031
- #define CLUTTER_braille_dots_24678 0x10028ea
2032
- #define CLUTTER_braille_dots_124678 0x10028eb
2033
- #define CLUTTER_braille_dots_34678 0x10028ec
2034
- #define CLUTTER_braille_dots_134678 0x10028ed
2035
- #define CLUTTER_braille_dots_234678 0x10028ee
2036
- #define CLUTTER_braille_dots_1234678 0x10028ef
2037
- #define CLUTTER_braille_dots_5678 0x10028f0
2038
- #define CLUTTER_braille_dots_15678 0x10028f1
2039
- #define CLUTTER_braille_dots_25678 0x10028f2
2040
- #define CLUTTER_braille_dots_125678 0x10028f3
2041
- #define CLUTTER_braille_dots_35678 0x10028f4
2042
- #define CLUTTER_braille_dots_135678 0x10028f5
2043
- #define CLUTTER_braille_dots_235678 0x10028f6
2044
- #define CLUTTER_braille_dots_1235678 0x10028f7
2045
- #define CLUTTER_braille_dots_45678 0x10028f8
2046
- #define CLUTTER_braille_dots_145678 0x10028f9
2047
- #define CLUTTER_braille_dots_245678 0x10028fa
2048
- #define CLUTTER_braille_dots_1245678 0x10028fb
2049
- #define CLUTTER_braille_dots_345678 0x10028fc
2050
- #define CLUTTER_braille_dots_1345678 0x10028fd
2051
- #define CLUTTER_braille_dots_2345678 0x10028fe
2052
- #define CLUTTER_braille_dots_12345678 0x10028ff
2053
- #define CLUTTER_Sinh_ng 0x1000d82
2054
- #define CLUTTER_Sinh_h2 0x1000d83
2055
- #define CLUTTER_Sinh_a 0x1000d85
2056
- #define CLUTTER_Sinh_aa 0x1000d86
2057
- #define CLUTTER_Sinh_ae 0x1000d87
2058
- #define CLUTTER_Sinh_aee 0x1000d88
2059
- #define CLUTTER_Sinh_i 0x1000d89
2060
- #define CLUTTER_Sinh_ii 0x1000d8a
2061
- #define CLUTTER_Sinh_u 0x1000d8b
2062
- #define CLUTTER_Sinh_uu 0x1000d8c
2063
- #define CLUTTER_Sinh_ri 0x1000d8d
2064
- #define CLUTTER_Sinh_rii 0x1000d8e
2065
- #define CLUTTER_Sinh_lu 0x1000d8f
2066
- #define CLUTTER_Sinh_luu 0x1000d90
2067
- #define CLUTTER_Sinh_e 0x1000d91
2068
- #define CLUTTER_Sinh_ee 0x1000d92
2069
- #define CLUTTER_Sinh_ai 0x1000d93
2070
- #define CLUTTER_Sinh_o 0x1000d94
2071
- #define CLUTTER_Sinh_oo 0x1000d95
2072
- #define CLUTTER_Sinh_au 0x1000d96
2073
- #define CLUTTER_Sinh_ka 0x1000d9a
2074
- #define CLUTTER_Sinh_kha 0x1000d9b
2075
- #define CLUTTER_Sinh_ga 0x1000d9c
2076
- #define CLUTTER_Sinh_gha 0x1000d9d
2077
- #define CLUTTER_Sinh_ng2 0x1000d9e
2078
- #define CLUTTER_Sinh_nga 0x1000d9f
2079
- #define CLUTTER_Sinh_ca 0x1000da0
2080
- #define CLUTTER_Sinh_cha 0x1000da1
2081
- #define CLUTTER_Sinh_ja 0x1000da2
2082
- #define CLUTTER_Sinh_jha 0x1000da3
2083
- #define CLUTTER_Sinh_nya 0x1000da4
2084
- #define CLUTTER_Sinh_jnya 0x1000da5
2085
- #define CLUTTER_Sinh_nja 0x1000da6
2086
- #define CLUTTER_Sinh_tta 0x1000da7
2087
- #define CLUTTER_Sinh_ttha 0x1000da8
2088
- #define CLUTTER_Sinh_dda 0x1000da9
2089
- #define CLUTTER_Sinh_ddha 0x1000daa
2090
- #define CLUTTER_Sinh_nna 0x1000dab
2091
- #define CLUTTER_Sinh_ndda 0x1000dac
2092
- #define CLUTTER_Sinh_tha 0x1000dad
2093
- #define CLUTTER_Sinh_thha 0x1000dae
2094
- #define CLUTTER_Sinh_dha 0x1000daf
2095
- #define CLUTTER_Sinh_dhha 0x1000db0
2096
- #define CLUTTER_Sinh_na 0x1000db1
2097
- #define CLUTTER_Sinh_ndha 0x1000db3
2098
- #define CLUTTER_Sinh_pa 0x1000db4
2099
- #define CLUTTER_Sinh_pha 0x1000db5
2100
- #define CLUTTER_Sinh_ba 0x1000db6
2101
- #define CLUTTER_Sinh_bha 0x1000db7
2102
- #define CLUTTER_Sinh_ma 0x1000db8
2103
- #define CLUTTER_Sinh_mba 0x1000db9
2104
- #define CLUTTER_Sinh_ya 0x1000dba
2105
- #define CLUTTER_Sinh_ra 0x1000dbb
2106
- #define CLUTTER_Sinh_la 0x1000dbd
2107
- #define CLUTTER_Sinh_va 0x1000dc0
2108
- #define CLUTTER_Sinh_sha 0x1000dc1
2109
- #define CLUTTER_Sinh_ssha 0x1000dc2
2110
- #define CLUTTER_Sinh_sa 0x1000dc3
2111
- #define CLUTTER_Sinh_ha 0x1000dc4
2112
- #define CLUTTER_Sinh_lla 0x1000dc5
2113
- #define CLUTTER_Sinh_fa 0x1000dc6
2114
- #define CLUTTER_Sinh_al 0x1000dca
2115
- #define CLUTTER_Sinh_aa2 0x1000dcf
2116
- #define CLUTTER_Sinh_ae2 0x1000dd0
2117
- #define CLUTTER_Sinh_aee2 0x1000dd1
2118
- #define CLUTTER_Sinh_i2 0x1000dd2
2119
- #define CLUTTER_Sinh_ii2 0x1000dd3
2120
- #define CLUTTER_Sinh_u2 0x1000dd4
2121
- #define CLUTTER_Sinh_uu2 0x1000dd6
2122
- #define CLUTTER_Sinh_ru2 0x1000dd8
2123
- #define CLUTTER_Sinh_e2 0x1000dd9
2124
- #define CLUTTER_Sinh_ee2 0x1000dda
2125
- #define CLUTTER_Sinh_ai2 0x1000ddb
2126
- #define CLUTTER_Sinh_o2 0x1000ddc
2127
- #define CLUTTER_Sinh_oo2 0x1000ddd
2128
- #define CLUTTER_Sinh_au2 0x1000dde
2129
- #define CLUTTER_Sinh_lu2 0x1000ddf
2130
- #define CLUTTER_Sinh_ruu2 0x1000df2
2131
- #define CLUTTER_Sinh_luu2 0x1000df3
2132
- #define CLUTTER_Sinh_kunddaliya 0x1000df4
34
+ #define CLUTTER_VoidSymbol 0xffffff CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_VoidSymbol instead.")
35
+ #define CLUTTER_BackSpace 0xff08 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_BackSpace instead.")
36
+ #define CLUTTER_Tab 0xff09 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Tab instead.")
37
+ #define CLUTTER_Linefeed 0xff0a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Linefeed instead.")
38
+ #define CLUTTER_Clear 0xff0b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Clear instead.")
39
+ #define CLUTTER_Return 0xff0d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Return instead.")
40
+ #define CLUTTER_Pause 0xff13 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pause instead.")
41
+ #define CLUTTER_Scroll_Lock 0xff14 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Scroll_Lock instead.")
42
+ #define CLUTTER_Sys_Req 0xff15 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sys_Req instead.")
43
+ #define CLUTTER_Escape 0xff1b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Escape instead.")
44
+ #define CLUTTER_Delete 0xffff CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Delete instead.")
45
+ #define CLUTTER_Multi_key 0xff20 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Multi_key instead.")
46
+ #define CLUTTER_Codeinput 0xff37 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Codeinput instead.")
47
+ #define CLUTTER_SingleCandidate 0xff3c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_SingleCandidate instead.")
48
+ #define CLUTTER_MultipleCandidate 0xff3d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_MultipleCandidate instead.")
49
+ #define CLUTTER_PreviousCandidate 0xff3e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_PreviousCandidate instead.")
50
+ #define CLUTTER_Kanji 0xff21 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Kanji instead.")
51
+ #define CLUTTER_Muhenkan 0xff22 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Muhenkan instead.")
52
+ #define CLUTTER_Henkan_Mode 0xff23 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Henkan_Mode instead.")
53
+ #define CLUTTER_Henkan 0xff23 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Henkan instead.")
54
+ #define CLUTTER_Romaji 0xff24 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Romaji instead.")
55
+ #define CLUTTER_Hiragana 0xff25 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hiragana instead.")
56
+ #define CLUTTER_Katakana 0xff26 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Katakana instead.")
57
+ #define CLUTTER_Hiragana_Katakana 0xff27 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hiragana_Katakana instead.")
58
+ #define CLUTTER_Zenkaku 0xff28 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Zenkaku instead.")
59
+ #define CLUTTER_Hankaku 0xff29 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hankaku instead.")
60
+ #define CLUTTER_Zenkaku_Hankaku 0xff2a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Zenkaku_Hankaku instead.")
61
+ #define CLUTTER_Touroku 0xff2b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Touroku instead.")
62
+ #define CLUTTER_Massyo 0xff2c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Massyo instead.")
63
+ #define CLUTTER_Kana_Lock 0xff2d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Kana_Lock instead.")
64
+ #define CLUTTER_Kana_Shift 0xff2e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Kana_Shift instead.")
65
+ #define CLUTTER_Eisu_Shift 0xff2f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Eisu_Shift instead.")
66
+ #define CLUTTER_Eisu_toggle 0xff30 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Eisu_toggle instead.")
67
+ #define CLUTTER_Kanji_Bangou 0xff37 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Kanji_Bangou instead.")
68
+ #define CLUTTER_Zen_Koho 0xff3d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Zen_Koho instead.")
69
+ #define CLUTTER_Mae_Koho 0xff3e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Mae_Koho instead.")
70
+ #define CLUTTER_Home 0xff50 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Home instead.")
71
+ #define CLUTTER_Left 0xff51 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Left instead.")
72
+ #define CLUTTER_Up 0xff52 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Up instead.")
73
+ #define CLUTTER_Right 0xff53 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Right instead.")
74
+ #define CLUTTER_Down 0xff54 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Down instead.")
75
+ #define CLUTTER_Prior 0xff55 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Prior instead.")
76
+ #define CLUTTER_Page_Up 0xff55 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Page_Up instead.")
77
+ #define CLUTTER_Next 0xff56 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Next instead.")
78
+ #define CLUTTER_Page_Down 0xff56 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Page_Down instead.")
79
+ #define CLUTTER_End 0xff57 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_End instead.")
80
+ #define CLUTTER_Begin 0xff58 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Begin instead.")
81
+ #define CLUTTER_Select 0xff60 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Select instead.")
82
+ #define CLUTTER_Print 0xff61 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Print instead.")
83
+ #define CLUTTER_Execute 0xff62 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Execute instead.")
84
+ #define CLUTTER_Insert 0xff63 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Insert instead.")
85
+ #define CLUTTER_Undo 0xff65 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Undo instead.")
86
+ #define CLUTTER_Redo 0xff66 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Redo instead.")
87
+ #define CLUTTER_Menu 0xff67 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Menu instead.")
88
+ #define CLUTTER_Find 0xff68 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Find instead.")
89
+ #define CLUTTER_Cancel 0xff69 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cancel instead.")
90
+ #define CLUTTER_Help 0xff6a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Help instead.")
91
+ #define CLUTTER_Break 0xff6b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Break instead.")
92
+ #define CLUTTER_Mode_switch 0xff7e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Mode_switch instead.")
93
+ #define CLUTTER_script_switch 0xff7e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_script_switch instead.")
94
+ #define CLUTTER_Num_Lock 0xff7f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Num_Lock instead.")
95
+ #define CLUTTER_KP_Space 0xff80 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_Space instead.")
96
+ #define CLUTTER_KP_Tab 0xff89 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_Tab instead.")
97
+ #define CLUTTER_KP_Enter 0xff8d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_Enter instead.")
98
+ #define CLUTTER_KP_F1 0xff91 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_F1 instead.")
99
+ #define CLUTTER_KP_F2 0xff92 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_F2 instead.")
100
+ #define CLUTTER_KP_F3 0xff93 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_F3 instead.")
101
+ #define CLUTTER_KP_F4 0xff94 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_F4 instead.")
102
+ #define CLUTTER_KP_Home 0xff95 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_Home instead.")
103
+ #define CLUTTER_KP_Left 0xff96 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_Left instead.")
104
+ #define CLUTTER_KP_Up 0xff97 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_Up instead.")
105
+ #define CLUTTER_KP_Right 0xff98 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_Right instead.")
106
+ #define CLUTTER_KP_Down 0xff99 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_Down instead.")
107
+ #define CLUTTER_KP_Prior 0xff9a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_Prior instead.")
108
+ #define CLUTTER_KP_Page_Up 0xff9a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_Page_Up instead.")
109
+ #define CLUTTER_KP_Next 0xff9b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_Next instead.")
110
+ #define CLUTTER_KP_Page_Down 0xff9b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_Page_Down instead.")
111
+ #define CLUTTER_KP_End 0xff9c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_End instead.")
112
+ #define CLUTTER_KP_Begin 0xff9d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_Begin instead.")
113
+ #define CLUTTER_KP_Insert 0xff9e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_Insert instead.")
114
+ #define CLUTTER_KP_Delete 0xff9f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_Delete instead.")
115
+ #define CLUTTER_KP_Equal 0xffbd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_Equal instead.")
116
+ #define CLUTTER_KP_Multiply 0xffaa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_Multiply instead.")
117
+ #define CLUTTER_KP_Add 0xffab CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_Add instead.")
118
+ #define CLUTTER_KP_Separator 0xffac CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_Separator instead.")
119
+ #define CLUTTER_KP_Subtract 0xffad CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_Subtract instead.")
120
+ #define CLUTTER_KP_Decimal 0xffae CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_Decimal instead.")
121
+ #define CLUTTER_KP_Divide 0xffaf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_Divide instead.")
122
+ #define CLUTTER_KP_0 0xffb0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_0 instead.")
123
+ #define CLUTTER_KP_1 0xffb1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_1 instead.")
124
+ #define CLUTTER_KP_2 0xffb2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_2 instead.")
125
+ #define CLUTTER_KP_3 0xffb3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_3 instead.")
126
+ #define CLUTTER_KP_4 0xffb4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_4 instead.")
127
+ #define CLUTTER_KP_5 0xffb5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_5 instead.")
128
+ #define CLUTTER_KP_6 0xffb6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_6 instead.")
129
+ #define CLUTTER_KP_7 0xffb7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_7 instead.")
130
+ #define CLUTTER_KP_8 0xffb8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_8 instead.")
131
+ #define CLUTTER_KP_9 0xffb9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_KP_9 instead.")
132
+ #define CLUTTER_F1 0xffbe CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F1 instead.")
133
+ #define CLUTTER_F2 0xffbf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F2 instead.")
134
+ #define CLUTTER_F3 0xffc0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F3 instead.")
135
+ #define CLUTTER_F4 0xffc1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F4 instead.")
136
+ #define CLUTTER_F5 0xffc2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F5 instead.")
137
+ #define CLUTTER_F6 0xffc3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F6 instead.")
138
+ #define CLUTTER_F7 0xffc4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F7 instead.")
139
+ #define CLUTTER_F8 0xffc5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F8 instead.")
140
+ #define CLUTTER_F9 0xffc6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F9 instead.")
141
+ #define CLUTTER_F10 0xffc7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F10 instead.")
142
+ #define CLUTTER_F11 0xffc8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F11 instead.")
143
+ #define CLUTTER_L1 0xffc8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_L1 instead.")
144
+ #define CLUTTER_F12 0xffc9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F12 instead.")
145
+ #define CLUTTER_L2 0xffc9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_L2 instead.")
146
+ #define CLUTTER_F13 0xffca CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F13 instead.")
147
+ #define CLUTTER_L3 0xffca CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_L3 instead.")
148
+ #define CLUTTER_F14 0xffcb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F14 instead.")
149
+ #define CLUTTER_L4 0xffcb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_L4 instead.")
150
+ #define CLUTTER_F15 0xffcc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F15 instead.")
151
+ #define CLUTTER_L5 0xffcc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_L5 instead.")
152
+ #define CLUTTER_F16 0xffcd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F16 instead.")
153
+ #define CLUTTER_L6 0xffcd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_L6 instead.")
154
+ #define CLUTTER_F17 0xffce CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F17 instead.")
155
+ #define CLUTTER_L7 0xffce CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_L7 instead.")
156
+ #define CLUTTER_F18 0xffcf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F18 instead.")
157
+ #define CLUTTER_L8 0xffcf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_L8 instead.")
158
+ #define CLUTTER_F19 0xffd0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F19 instead.")
159
+ #define CLUTTER_L9 0xffd0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_L9 instead.")
160
+ #define CLUTTER_F20 0xffd1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F20 instead.")
161
+ #define CLUTTER_L10 0xffd1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_L10 instead.")
162
+ #define CLUTTER_F21 0xffd2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F21 instead.")
163
+ #define CLUTTER_R1 0xffd2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_R1 instead.")
164
+ #define CLUTTER_F22 0xffd3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F22 instead.")
165
+ #define CLUTTER_R2 0xffd3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_R2 instead.")
166
+ #define CLUTTER_F23 0xffd4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F23 instead.")
167
+ #define CLUTTER_R3 0xffd4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_R3 instead.")
168
+ #define CLUTTER_F24 0xffd5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F24 instead.")
169
+ #define CLUTTER_R4 0xffd5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_R4 instead.")
170
+ #define CLUTTER_F25 0xffd6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F25 instead.")
171
+ #define CLUTTER_R5 0xffd6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_R5 instead.")
172
+ #define CLUTTER_F26 0xffd7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F26 instead.")
173
+ #define CLUTTER_R6 0xffd7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_R6 instead.")
174
+ #define CLUTTER_F27 0xffd8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F27 instead.")
175
+ #define CLUTTER_R7 0xffd8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_R7 instead.")
176
+ #define CLUTTER_F28 0xffd9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F28 instead.")
177
+ #define CLUTTER_R8 0xffd9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_R8 instead.")
178
+ #define CLUTTER_F29 0xffda CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F29 instead.")
179
+ #define CLUTTER_R9 0xffda CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_R9 instead.")
180
+ #define CLUTTER_F30 0xffdb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F30 instead.")
181
+ #define CLUTTER_R10 0xffdb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_R10 instead.")
182
+ #define CLUTTER_F31 0xffdc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F31 instead.")
183
+ #define CLUTTER_R11 0xffdc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_R11 instead.")
184
+ #define CLUTTER_F32 0xffdd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F32 instead.")
185
+ #define CLUTTER_R12 0xffdd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_R12 instead.")
186
+ #define CLUTTER_F33 0xffde CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F33 instead.")
187
+ #define CLUTTER_R13 0xffde CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_R13 instead.")
188
+ #define CLUTTER_F34 0xffdf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F34 instead.")
189
+ #define CLUTTER_R14 0xffdf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_R14 instead.")
190
+ #define CLUTTER_F35 0xffe0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F35 instead.")
191
+ #define CLUTTER_R15 0xffe0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_R15 instead.")
192
+ #define CLUTTER_Shift_L 0xffe1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Shift_L instead.")
193
+ #define CLUTTER_Shift_R 0xffe2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Shift_R instead.")
194
+ #define CLUTTER_Control_L 0xffe3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Control_L instead.")
195
+ #define CLUTTER_Control_R 0xffe4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Control_R instead.")
196
+ #define CLUTTER_Caps_Lock 0xffe5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Caps_Lock instead.")
197
+ #define CLUTTER_Shift_Lock 0xffe6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Shift_Lock instead.")
198
+ #define CLUTTER_Meta_L 0xffe7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Meta_L instead.")
199
+ #define CLUTTER_Meta_R 0xffe8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Meta_R instead.")
200
+ #define CLUTTER_Alt_L 0xffe9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Alt_L instead.")
201
+ #define CLUTTER_Alt_R 0xffea CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Alt_R instead.")
202
+ #define CLUTTER_Super_L 0xffeb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Super_L instead.")
203
+ #define CLUTTER_Super_R 0xffec CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Super_R instead.")
204
+ #define CLUTTER_Hyper_L 0xffed CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hyper_L instead.")
205
+ #define CLUTTER_Hyper_R 0xffee CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hyper_R instead.")
206
+ #define CLUTTER_ISO_Lock 0xfe01 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Lock instead.")
207
+ #define CLUTTER_ISO_Level2_Latch 0xfe02 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Level2_Latch instead.")
208
+ #define CLUTTER_ISO_Level3_Shift 0xfe03 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Level3_Shift instead.")
209
+ #define CLUTTER_ISO_Level3_Latch 0xfe04 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Level3_Latch instead.")
210
+ #define CLUTTER_ISO_Level3_Lock 0xfe05 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Level3_Lock instead.")
211
+ #define CLUTTER_ISO_Level5_Shift 0xfe11 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Level5_Shift instead.")
212
+ #define CLUTTER_ISO_Level5_Latch 0xfe12 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Level5_Latch instead.")
213
+ #define CLUTTER_ISO_Level5_Lock 0xfe13 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Level5_Lock instead.")
214
+ #define CLUTTER_ISO_Group_Shift 0xff7e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Group_Shift instead.")
215
+ #define CLUTTER_ISO_Group_Latch 0xfe06 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Group_Latch instead.")
216
+ #define CLUTTER_ISO_Group_Lock 0xfe07 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Group_Lock instead.")
217
+ #define CLUTTER_ISO_Next_Group 0xfe08 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Next_Group instead.")
218
+ #define CLUTTER_ISO_Next_Group_Lock 0xfe09 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Next_Group_Lock instead.")
219
+ #define CLUTTER_ISO_Prev_Group 0xfe0a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Prev_Group instead.")
220
+ #define CLUTTER_ISO_Prev_Group_Lock 0xfe0b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Prev_Group_Lock instead.")
221
+ #define CLUTTER_ISO_First_Group 0xfe0c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_First_Group instead.")
222
+ #define CLUTTER_ISO_First_Group_Lock 0xfe0d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_First_Group_Lock instead.")
223
+ #define CLUTTER_ISO_Last_Group 0xfe0e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Last_Group instead.")
224
+ #define CLUTTER_ISO_Last_Group_Lock 0xfe0f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Last_Group_Lock instead.")
225
+ #define CLUTTER_ISO_Left_Tab 0xfe20 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Left_Tab instead.")
226
+ #define CLUTTER_ISO_Move_Line_Up 0xfe21 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Move_Line_Up instead.")
227
+ #define CLUTTER_ISO_Move_Line_Down 0xfe22 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Move_Line_Down instead.")
228
+ #define CLUTTER_ISO_Partial_Line_Up 0xfe23 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Partial_Line_Up instead.")
229
+ #define CLUTTER_ISO_Partial_Line_Down 0xfe24 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Partial_Line_Down instead.")
230
+ #define CLUTTER_ISO_Partial_Space_Left 0xfe25 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Partial_Space_Left instead.")
231
+ #define CLUTTER_ISO_Partial_Space_Right 0xfe26 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Partial_Space_Right instead.")
232
+ #define CLUTTER_ISO_Set_Margin_Left 0xfe27 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Set_Margin_Left instead.")
233
+ #define CLUTTER_ISO_Set_Margin_Right 0xfe28 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Set_Margin_Right instead.")
234
+ #define CLUTTER_ISO_Release_Margin_Left 0xfe29 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Release_Margin_Left instead.")
235
+ #define CLUTTER_ISO_Release_Margin_Right 0xfe2a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Release_Margin_Right instead.")
236
+ #define CLUTTER_ISO_Release_Both_Margins 0xfe2b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Release_Both_Margins instead.")
237
+ #define CLUTTER_ISO_Fast_Cursor_Left 0xfe2c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Fast_Cursor_Left instead.")
238
+ #define CLUTTER_ISO_Fast_Cursor_Right 0xfe2d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Fast_Cursor_Right instead.")
239
+ #define CLUTTER_ISO_Fast_Cursor_Up 0xfe2e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Fast_Cursor_Up instead.")
240
+ #define CLUTTER_ISO_Fast_Cursor_Down 0xfe2f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Fast_Cursor_Down instead.")
241
+ #define CLUTTER_ISO_Continuous_Underline 0xfe30 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Continuous_Underline instead.")
242
+ #define CLUTTER_ISO_Discontinuous_Underline 0xfe31 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Discontinuous_Underline instead.")
243
+ #define CLUTTER_ISO_Emphasize 0xfe32 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Emphasize instead.")
244
+ #define CLUTTER_ISO_Center_Object 0xfe33 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Center_Object instead.")
245
+ #define CLUTTER_ISO_Enter 0xfe34 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ISO_Enter instead.")
246
+ #define CLUTTER_dead_grave 0xfe50 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_grave instead.")
247
+ #define CLUTTER_dead_acute 0xfe51 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_acute instead.")
248
+ #define CLUTTER_dead_circumflex 0xfe52 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_circumflex instead.")
249
+ #define CLUTTER_dead_tilde 0xfe53 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_tilde instead.")
250
+ #define CLUTTER_dead_perispomeni 0xfe53 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_perispomeni instead.")
251
+ #define CLUTTER_dead_macron 0xfe54 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_macron instead.")
252
+ #define CLUTTER_dead_breve 0xfe55 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_breve instead.")
253
+ #define CLUTTER_dead_abovedot 0xfe56 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_abovedot instead.")
254
+ #define CLUTTER_dead_diaeresis 0xfe57 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_diaeresis instead.")
255
+ #define CLUTTER_dead_abovering 0xfe58 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_abovering instead.")
256
+ #define CLUTTER_dead_doubleacute 0xfe59 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_doubleacute instead.")
257
+ #define CLUTTER_dead_caron 0xfe5a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_caron instead.")
258
+ #define CLUTTER_dead_cedilla 0xfe5b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_cedilla instead.")
259
+ #define CLUTTER_dead_ogonek 0xfe5c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_ogonek instead.")
260
+ #define CLUTTER_dead_iota 0xfe5d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_iota instead.")
261
+ #define CLUTTER_dead_voiced_sound 0xfe5e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_voiced_sound instead.")
262
+ #define CLUTTER_dead_semivoiced_sound 0xfe5f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_semivoiced_sound instead.")
263
+ #define CLUTTER_dead_belowdot 0xfe60 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_belowdot instead.")
264
+ #define CLUTTER_dead_hook 0xfe61 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_hook instead.")
265
+ #define CLUTTER_dead_horn 0xfe62 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_horn instead.")
266
+ #define CLUTTER_dead_stroke 0xfe63 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_stroke instead.")
267
+ #define CLUTTER_dead_abovecomma 0xfe64 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_abovecomma instead.")
268
+ #define CLUTTER_dead_psili 0xfe64 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_psili instead.")
269
+ #define CLUTTER_dead_abovereversedcomma 0xfe65 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_abovereversedcomma instead.")
270
+ #define CLUTTER_dead_dasia 0xfe65 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_dasia instead.")
271
+ #define CLUTTER_dead_doublegrave 0xfe66 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_doublegrave instead.")
272
+ #define CLUTTER_dead_belowring 0xfe67 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_belowring instead.")
273
+ #define CLUTTER_dead_belowmacron 0xfe68 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_belowmacron instead.")
274
+ #define CLUTTER_dead_belowcircumflex 0xfe69 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_belowcircumflex instead.")
275
+ #define CLUTTER_dead_belowtilde 0xfe6a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_belowtilde instead.")
276
+ #define CLUTTER_dead_belowbreve 0xfe6b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_belowbreve instead.")
277
+ #define CLUTTER_dead_belowdiaeresis 0xfe6c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_belowdiaeresis instead.")
278
+ #define CLUTTER_dead_invertedbreve 0xfe6d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_invertedbreve instead.")
279
+ #define CLUTTER_dead_belowcomma 0xfe6e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_belowcomma instead.")
280
+ #define CLUTTER_dead_currency 0xfe6f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_currency instead.")
281
+ #define CLUTTER_dead_lowline 0xfe90 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_lowline instead.")
282
+ #define CLUTTER_dead_aboveverticalline 0xfe91 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_aboveverticalline instead.")
283
+ #define CLUTTER_dead_belowverticalline 0xfe92 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_belowverticalline instead.")
284
+ #define CLUTTER_dead_longsolidusoverlay 0xfe93 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_longsolidusoverlay instead.")
285
+ #define CLUTTER_dead_a 0xfe80 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_a instead.")
286
+ #define CLUTTER_dead_A 0xfe81 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_A instead.")
287
+ #define CLUTTER_dead_e 0xfe82 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_e instead.")
288
+ #define CLUTTER_dead_E 0xfe83 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_E instead.")
289
+ #define CLUTTER_dead_i 0xfe84 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_i instead.")
290
+ #define CLUTTER_dead_I 0xfe85 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_I instead.")
291
+ #define CLUTTER_dead_o 0xfe86 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_o instead.")
292
+ #define CLUTTER_dead_O 0xfe87 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_O instead.")
293
+ #define CLUTTER_dead_u 0xfe88 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_u instead.")
294
+ #define CLUTTER_dead_U 0xfe89 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_U instead.")
295
+ #define CLUTTER_dead_small_schwa 0xfe8a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_small_schwa instead.")
296
+ #define CLUTTER_dead_capital_schwa 0xfe8b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_capital_schwa instead.")
297
+ #define CLUTTER_dead_greek 0xfe8c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dead_greek instead.")
298
+ #define CLUTTER_First_Virtual_Screen 0xfed0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_First_Virtual_Screen instead.")
299
+ #define CLUTTER_Prev_Virtual_Screen 0xfed1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Prev_Virtual_Screen instead.")
300
+ #define CLUTTER_Next_Virtual_Screen 0xfed2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Next_Virtual_Screen instead.")
301
+ #define CLUTTER_Last_Virtual_Screen 0xfed4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Last_Virtual_Screen instead.")
302
+ #define CLUTTER_Terminate_Server 0xfed5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Terminate_Server instead.")
303
+ #define CLUTTER_AccessX_Enable 0xfe70 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_AccessX_Enable instead.")
304
+ #define CLUTTER_AccessX_Feedback_Enable 0xfe71 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_AccessX_Feedback_Enable instead.")
305
+ #define CLUTTER_RepeatKeys_Enable 0xfe72 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_RepeatKeys_Enable instead.")
306
+ #define CLUTTER_SlowKeys_Enable 0xfe73 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_SlowKeys_Enable instead.")
307
+ #define CLUTTER_BounceKeys_Enable 0xfe74 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_BounceKeys_Enable instead.")
308
+ #define CLUTTER_StickyKeys_Enable 0xfe75 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_StickyKeys_Enable instead.")
309
+ #define CLUTTER_MouseKeys_Enable 0xfe76 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_MouseKeys_Enable instead.")
310
+ #define CLUTTER_MouseKeys_Accel_Enable 0xfe77 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_MouseKeys_Accel_Enable instead.")
311
+ #define CLUTTER_Overlay1_Enable 0xfe78 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Overlay1_Enable instead.")
312
+ #define CLUTTER_Overlay2_Enable 0xfe79 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Overlay2_Enable instead.")
313
+ #define CLUTTER_AudibleBell_Enable 0xfe7a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_AudibleBell_Enable instead.")
314
+ #define CLUTTER_Pointer_Left 0xfee0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_Left instead.")
315
+ #define CLUTTER_Pointer_Right 0xfee1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_Right instead.")
316
+ #define CLUTTER_Pointer_Up 0xfee2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_Up instead.")
317
+ #define CLUTTER_Pointer_Down 0xfee3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_Down instead.")
318
+ #define CLUTTER_Pointer_UpLeft 0xfee4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_UpLeft instead.")
319
+ #define CLUTTER_Pointer_UpRight 0xfee5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_UpRight instead.")
320
+ #define CLUTTER_Pointer_DownLeft 0xfee6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_DownLeft instead.")
321
+ #define CLUTTER_Pointer_DownRight 0xfee7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_DownRight instead.")
322
+ #define CLUTTER_Pointer_Button_Dflt 0xfee8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_Button_Dflt instead.")
323
+ #define CLUTTER_Pointer_Button1 0xfee9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_Button1 instead.")
324
+ #define CLUTTER_Pointer_Button2 0xfeea CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_Button2 instead.")
325
+ #define CLUTTER_Pointer_Button3 0xfeeb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_Button3 instead.")
326
+ #define CLUTTER_Pointer_Button4 0xfeec CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_Button4 instead.")
327
+ #define CLUTTER_Pointer_Button5 0xfeed CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_Button5 instead.")
328
+ #define CLUTTER_Pointer_DblClick_Dflt 0xfeee CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_DblClick_Dflt instead.")
329
+ #define CLUTTER_Pointer_DblClick1 0xfeef CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_DblClick1 instead.")
330
+ #define CLUTTER_Pointer_DblClick2 0xfef0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_DblClick2 instead.")
331
+ #define CLUTTER_Pointer_DblClick3 0xfef1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_DblClick3 instead.")
332
+ #define CLUTTER_Pointer_DblClick4 0xfef2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_DblClick4 instead.")
333
+ #define CLUTTER_Pointer_DblClick5 0xfef3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_DblClick5 instead.")
334
+ #define CLUTTER_Pointer_Drag_Dflt 0xfef4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_Drag_Dflt instead.")
335
+ #define CLUTTER_Pointer_Drag1 0xfef5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_Drag1 instead.")
336
+ #define CLUTTER_Pointer_Drag2 0xfef6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_Drag2 instead.")
337
+ #define CLUTTER_Pointer_Drag3 0xfef7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_Drag3 instead.")
338
+ #define CLUTTER_Pointer_Drag4 0xfef8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_Drag4 instead.")
339
+ #define CLUTTER_Pointer_Drag5 0xfefd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_Drag5 instead.")
340
+ #define CLUTTER_Pointer_EnableKeys 0xfef9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_EnableKeys instead.")
341
+ #define CLUTTER_Pointer_Accelerate 0xfefa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_Accelerate instead.")
342
+ #define CLUTTER_Pointer_DfltBtnNext 0xfefb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_DfltBtnNext instead.")
343
+ #define CLUTTER_Pointer_DfltBtnPrev 0xfefc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pointer_DfltBtnPrev instead.")
344
+ #define CLUTTER_ch 0xfea0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ch instead.")
345
+ #define CLUTTER_Ch 0xfea1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ch instead.")
346
+ #define CLUTTER_CH 0xfea2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_CH instead.")
347
+ #define CLUTTER_c_h 0xfea3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_c_h instead.")
348
+ #define CLUTTER_C_h 0xfea4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_C_h instead.")
349
+ #define CLUTTER_C_H 0xfea5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_C_H instead.")
350
+ #define CLUTTER_3270_Duplicate 0xfd01 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_Duplicate instead.")
351
+ #define CLUTTER_3270_FieldMark 0xfd02 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_FieldMark instead.")
352
+ #define CLUTTER_3270_Right2 0xfd03 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_Right2 instead.")
353
+ #define CLUTTER_3270_Left2 0xfd04 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_Left2 instead.")
354
+ #define CLUTTER_3270_BackTab 0xfd05 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_BackTab instead.")
355
+ #define CLUTTER_3270_EraseEOF 0xfd06 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_EraseEOF instead.")
356
+ #define CLUTTER_3270_EraseInput 0xfd07 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_EraseInput instead.")
357
+ #define CLUTTER_3270_Reset 0xfd08 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_Reset instead.")
358
+ #define CLUTTER_3270_Quit 0xfd09 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_Quit instead.")
359
+ #define CLUTTER_3270_PA1 0xfd0a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_PA1 instead.")
360
+ #define CLUTTER_3270_PA2 0xfd0b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_PA2 instead.")
361
+ #define CLUTTER_3270_PA3 0xfd0c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_PA3 instead.")
362
+ #define CLUTTER_3270_Test 0xfd0d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_Test instead.")
363
+ #define CLUTTER_3270_Attn 0xfd0e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_Attn instead.")
364
+ #define CLUTTER_3270_CursorBlink 0xfd0f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_CursorBlink instead.")
365
+ #define CLUTTER_3270_AltCursor 0xfd10 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_AltCursor instead.")
366
+ #define CLUTTER_3270_KeyClick 0xfd11 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_KeyClick instead.")
367
+ #define CLUTTER_3270_Jump 0xfd12 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_Jump instead.")
368
+ #define CLUTTER_3270_Ident 0xfd13 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_Ident instead.")
369
+ #define CLUTTER_3270_Rule 0xfd14 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_Rule instead.")
370
+ #define CLUTTER_3270_Copy 0xfd15 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_Copy instead.")
371
+ #define CLUTTER_3270_Play 0xfd16 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_Play instead.")
372
+ #define CLUTTER_3270_Setup 0xfd17 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_Setup instead.")
373
+ #define CLUTTER_3270_Record 0xfd18 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_Record instead.")
374
+ #define CLUTTER_3270_ChangeScreen 0xfd19 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_ChangeScreen instead.")
375
+ #define CLUTTER_3270_DeleteWord 0xfd1a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_DeleteWord instead.")
376
+ #define CLUTTER_3270_ExSelect 0xfd1b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_ExSelect instead.")
377
+ #define CLUTTER_3270_CursorSelect 0xfd1c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_CursorSelect instead.")
378
+ #define CLUTTER_3270_PrintScreen 0xfd1d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_PrintScreen instead.")
379
+ #define CLUTTER_3270_Enter 0xfd1e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3270_Enter instead.")
380
+ #define CLUTTER_space 0x020 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_space instead.")
381
+ #define CLUTTER_exclam 0x021 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_exclam instead.")
382
+ #define CLUTTER_quotedbl 0x022 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_quotedbl instead.")
383
+ #define CLUTTER_numbersign 0x023 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_numbersign instead.")
384
+ #define CLUTTER_dollar 0x024 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dollar instead.")
385
+ #define CLUTTER_percent 0x025 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_percent instead.")
386
+ #define CLUTTER_ampersand 0x026 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ampersand instead.")
387
+ #define CLUTTER_apostrophe 0x027 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_apostrophe instead.")
388
+ #define CLUTTER_quoteright 0x027 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_quoteright instead.")
389
+ #define CLUTTER_parenleft 0x028 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_parenleft instead.")
390
+ #define CLUTTER_parenright 0x029 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_parenright instead.")
391
+ #define CLUTTER_asterisk 0x02a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_asterisk instead.")
392
+ #define CLUTTER_plus 0x02b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_plus instead.")
393
+ #define CLUTTER_comma 0x02c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_comma instead.")
394
+ #define CLUTTER_minus 0x02d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_minus instead.")
395
+ #define CLUTTER_period 0x02e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_period instead.")
396
+ #define CLUTTER_slash 0x02f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_slash instead.")
397
+ #define CLUTTER_0 0x030 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_0 instead.")
398
+ #define CLUTTER_1 0x031 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_1 instead.")
399
+ #define CLUTTER_2 0x032 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_2 instead.")
400
+ #define CLUTTER_3 0x033 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_3 instead.")
401
+ #define CLUTTER_4 0x034 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_4 instead.")
402
+ #define CLUTTER_5 0x035 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_5 instead.")
403
+ #define CLUTTER_6 0x036 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_6 instead.")
404
+ #define CLUTTER_7 0x037 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_7 instead.")
405
+ #define CLUTTER_8 0x038 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_8 instead.")
406
+ #define CLUTTER_9 0x039 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_9 instead.")
407
+ #define CLUTTER_colon 0x03a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_colon instead.")
408
+ #define CLUTTER_semicolon 0x03b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_semicolon instead.")
409
+ #define CLUTTER_less 0x03c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_less instead.")
410
+ #define CLUTTER_equal 0x03d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_equal instead.")
411
+ #define CLUTTER_greater 0x03e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_greater instead.")
412
+ #define CLUTTER_question 0x03f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_question instead.")
413
+ #define CLUTTER_at 0x040 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_at instead.")
414
+ #define CLUTTER_A 0x041 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_A instead.")
415
+ #define CLUTTER_B 0x042 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_B instead.")
416
+ #define CLUTTER_C 0x043 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_C instead.")
417
+ #define CLUTTER_D 0x044 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_D instead.")
418
+ #define CLUTTER_E 0x045 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_E instead.")
419
+ #define CLUTTER_F 0x046 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_F instead.")
420
+ #define CLUTTER_G 0x047 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_G instead.")
421
+ #define CLUTTER_H 0x048 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_H instead.")
422
+ #define CLUTTER_I 0x049 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_I instead.")
423
+ #define CLUTTER_J 0x04a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_J instead.")
424
+ #define CLUTTER_K 0x04b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_K instead.")
425
+ #define CLUTTER_L 0x04c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_L instead.")
426
+ #define CLUTTER_M 0x04d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_M instead.")
427
+ #define CLUTTER_N 0x04e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_N instead.")
428
+ #define CLUTTER_O 0x04f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_O instead.")
429
+ #define CLUTTER_P 0x050 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_P instead.")
430
+ #define CLUTTER_Q 0x051 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Q instead.")
431
+ #define CLUTTER_R 0x052 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_R instead.")
432
+ #define CLUTTER_S 0x053 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_S instead.")
433
+ #define CLUTTER_T 0x054 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_T instead.")
434
+ #define CLUTTER_U 0x055 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_U instead.")
435
+ #define CLUTTER_V 0x056 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_V instead.")
436
+ #define CLUTTER_W 0x057 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_W instead.")
437
+ #define CLUTTER_X 0x058 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_X instead.")
438
+ #define CLUTTER_Y 0x059 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Y instead.")
439
+ #define CLUTTER_Z 0x05a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Z instead.")
440
+ #define CLUTTER_bracketleft 0x05b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_bracketleft instead.")
441
+ #define CLUTTER_backslash 0x05c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_backslash instead.")
442
+ #define CLUTTER_bracketright 0x05d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_bracketright instead.")
443
+ #define CLUTTER_asciicircum 0x05e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_asciicircum instead.")
444
+ #define CLUTTER_underscore 0x05f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_underscore instead.")
445
+ #define CLUTTER_grave 0x060 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_grave instead.")
446
+ #define CLUTTER_quoteleft 0x060 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_quoteleft instead.")
447
+ #define CLUTTER_a 0x061 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_a instead.")
448
+ #define CLUTTER_b 0x062 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_b instead.")
449
+ #define CLUTTER_c 0x063 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_c instead.")
450
+ #define CLUTTER_d 0x064 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_d instead.")
451
+ #define CLUTTER_e 0x065 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_e instead.")
452
+ #define CLUTTER_f 0x066 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_f instead.")
453
+ #define CLUTTER_g 0x067 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_g instead.")
454
+ #define CLUTTER_h 0x068 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_h instead.")
455
+ #define CLUTTER_i 0x069 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_i instead.")
456
+ #define CLUTTER_j 0x06a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_j instead.")
457
+ #define CLUTTER_k 0x06b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_k instead.")
458
+ #define CLUTTER_l 0x06c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_l instead.")
459
+ #define CLUTTER_m 0x06d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_m instead.")
460
+ #define CLUTTER_n 0x06e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_n instead.")
461
+ #define CLUTTER_o 0x06f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_o instead.")
462
+ #define CLUTTER_p 0x070 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_p instead.")
463
+ #define CLUTTER_q 0x071 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_q instead.")
464
+ #define CLUTTER_r 0x072 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_r instead.")
465
+ #define CLUTTER_s 0x073 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_s instead.")
466
+ #define CLUTTER_t 0x074 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_t instead.")
467
+ #define CLUTTER_u 0x075 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_u instead.")
468
+ #define CLUTTER_v 0x076 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_v instead.")
469
+ #define CLUTTER_w 0x077 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_w instead.")
470
+ #define CLUTTER_x 0x078 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_x instead.")
471
+ #define CLUTTER_y 0x079 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_y instead.")
472
+ #define CLUTTER_z 0x07a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_z instead.")
473
+ #define CLUTTER_braceleft 0x07b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braceleft instead.")
474
+ #define CLUTTER_bar 0x07c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_bar instead.")
475
+ #define CLUTTER_braceright 0x07d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braceright instead.")
476
+ #define CLUTTER_asciitilde 0x07e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_asciitilde instead.")
477
+ #define CLUTTER_nobreakspace 0x0a0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_nobreakspace instead.")
478
+ #define CLUTTER_exclamdown 0x0a1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_exclamdown instead.")
479
+ #define CLUTTER_cent 0x0a2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_cent instead.")
480
+ #define CLUTTER_sterling 0x0a3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_sterling instead.")
481
+ #define CLUTTER_currency 0x0a4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_currency instead.")
482
+ #define CLUTTER_yen 0x0a5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_yen instead.")
483
+ #define CLUTTER_brokenbar 0x0a6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_brokenbar instead.")
484
+ #define CLUTTER_section 0x0a7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_section instead.")
485
+ #define CLUTTER_diaeresis 0x0a8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_diaeresis instead.")
486
+ #define CLUTTER_copyright 0x0a9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_copyright instead.")
487
+ #define CLUTTER_ordfeminine 0x0aa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ordfeminine instead.")
488
+ #define CLUTTER_guillemotleft 0x0ab CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_guillemotleft instead.")
489
+ #define CLUTTER_notsign 0x0ac CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_notsign instead.")
490
+ #define CLUTTER_hyphen 0x0ad CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hyphen instead.")
491
+ #define CLUTTER_registered 0x0ae CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_registered instead.")
492
+ #define CLUTTER_macron 0x0af CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_macron instead.")
493
+ #define CLUTTER_degree 0x0b0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_degree instead.")
494
+ #define CLUTTER_plusminus 0x0b1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_plusminus instead.")
495
+ #define CLUTTER_twosuperior 0x0b2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_twosuperior instead.")
496
+ #define CLUTTER_threesuperior 0x0b3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_threesuperior instead.")
497
+ #define CLUTTER_acute 0x0b4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_acute instead.")
498
+ #define CLUTTER_mu 0x0b5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_mu instead.")
499
+ #define CLUTTER_paragraph 0x0b6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_paragraph instead.")
500
+ #define CLUTTER_periodcentered 0x0b7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_periodcentered instead.")
501
+ #define CLUTTER_cedilla 0x0b8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_cedilla instead.")
502
+ #define CLUTTER_onesuperior 0x0b9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_onesuperior instead.")
503
+ #define CLUTTER_masculine 0x0ba CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_masculine instead.")
504
+ #define CLUTTER_guillemotright 0x0bb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_guillemotright instead.")
505
+ #define CLUTTER_onequarter 0x0bc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_onequarter instead.")
506
+ #define CLUTTER_onehalf 0x0bd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_onehalf instead.")
507
+ #define CLUTTER_threequarters 0x0be CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_threequarters instead.")
508
+ #define CLUTTER_questiondown 0x0bf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_questiondown instead.")
509
+ #define CLUTTER_Agrave 0x0c0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Agrave instead.")
510
+ #define CLUTTER_Aacute 0x0c1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Aacute instead.")
511
+ #define CLUTTER_Acircumflex 0x0c2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Acircumflex instead.")
512
+ #define CLUTTER_Atilde 0x0c3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Atilde instead.")
513
+ #define CLUTTER_Adiaeresis 0x0c4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Adiaeresis instead.")
514
+ #define CLUTTER_Aring 0x0c5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Aring instead.")
515
+ #define CLUTTER_AE 0x0c6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_AE instead.")
516
+ #define CLUTTER_Ccedilla 0x0c7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ccedilla instead.")
517
+ #define CLUTTER_Egrave 0x0c8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Egrave instead.")
518
+ #define CLUTTER_Eacute 0x0c9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Eacute instead.")
519
+ #define CLUTTER_Ecircumflex 0x0ca CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ecircumflex instead.")
520
+ #define CLUTTER_Ediaeresis 0x0cb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ediaeresis instead.")
521
+ #define CLUTTER_Igrave 0x0cc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Igrave instead.")
522
+ #define CLUTTER_Iacute 0x0cd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Iacute instead.")
523
+ #define CLUTTER_Icircumflex 0x0ce CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Icircumflex instead.")
524
+ #define CLUTTER_Idiaeresis 0x0cf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Idiaeresis instead.")
525
+ #define CLUTTER_ETH 0x0d0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ETH instead.")
526
+ #define CLUTTER_Eth 0x0d0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Eth instead.")
527
+ #define CLUTTER_Ntilde 0x0d1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ntilde instead.")
528
+ #define CLUTTER_Ograve 0x0d2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ograve instead.")
529
+ #define CLUTTER_Oacute 0x0d3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Oacute instead.")
530
+ #define CLUTTER_Ocircumflex 0x0d4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ocircumflex instead.")
531
+ #define CLUTTER_Otilde 0x0d5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Otilde instead.")
532
+ #define CLUTTER_Odiaeresis 0x0d6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Odiaeresis instead.")
533
+ #define CLUTTER_multiply 0x0d7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_multiply instead.")
534
+ #define CLUTTER_Oslash 0x0d8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Oslash instead.")
535
+ #define CLUTTER_Ooblique 0x0d8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ooblique instead.")
536
+ #define CLUTTER_Ugrave 0x0d9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ugrave instead.")
537
+ #define CLUTTER_Uacute 0x0da CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Uacute instead.")
538
+ #define CLUTTER_Ucircumflex 0x0db CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ucircumflex instead.")
539
+ #define CLUTTER_Udiaeresis 0x0dc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Udiaeresis instead.")
540
+ #define CLUTTER_Yacute 0x0dd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Yacute instead.")
541
+ #define CLUTTER_THORN 0x0de CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_THORN instead.")
542
+ #define CLUTTER_Thorn 0x0de CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thorn instead.")
543
+ #define CLUTTER_ssharp 0x0df CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ssharp instead.")
544
+ #define CLUTTER_agrave 0x0e0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_agrave instead.")
545
+ #define CLUTTER_aacute 0x0e1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_aacute instead.")
546
+ #define CLUTTER_acircumflex 0x0e2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_acircumflex instead.")
547
+ #define CLUTTER_atilde 0x0e3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_atilde instead.")
548
+ #define CLUTTER_adiaeresis 0x0e4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_adiaeresis instead.")
549
+ #define CLUTTER_aring 0x0e5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_aring instead.")
550
+ #define CLUTTER_ae 0x0e6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ae instead.")
551
+ #define CLUTTER_ccedilla 0x0e7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ccedilla instead.")
552
+ #define CLUTTER_egrave 0x0e8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_egrave instead.")
553
+ #define CLUTTER_eacute 0x0e9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_eacute instead.")
554
+ #define CLUTTER_ecircumflex 0x0ea CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ecircumflex instead.")
555
+ #define CLUTTER_ediaeresis 0x0eb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ediaeresis instead.")
556
+ #define CLUTTER_igrave 0x0ec CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_igrave instead.")
557
+ #define CLUTTER_iacute 0x0ed CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_iacute instead.")
558
+ #define CLUTTER_icircumflex 0x0ee CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_icircumflex instead.")
559
+ #define CLUTTER_idiaeresis 0x0ef CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_idiaeresis instead.")
560
+ #define CLUTTER_eth 0x0f0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_eth instead.")
561
+ #define CLUTTER_ntilde 0x0f1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ntilde instead.")
562
+ #define CLUTTER_ograve 0x0f2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ograve instead.")
563
+ #define CLUTTER_oacute 0x0f3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_oacute instead.")
564
+ #define CLUTTER_ocircumflex 0x0f4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ocircumflex instead.")
565
+ #define CLUTTER_otilde 0x0f5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_otilde instead.")
566
+ #define CLUTTER_odiaeresis 0x0f6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_odiaeresis instead.")
567
+ #define CLUTTER_division 0x0f7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_division instead.")
568
+ #define CLUTTER_oslash 0x0f8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_oslash instead.")
569
+ #define CLUTTER_ooblique 0x0f8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ooblique instead.")
570
+ #define CLUTTER_ugrave 0x0f9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ugrave instead.")
571
+ #define CLUTTER_uacute 0x0fa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_uacute instead.")
572
+ #define CLUTTER_ucircumflex 0x0fb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ucircumflex instead.")
573
+ #define CLUTTER_udiaeresis 0x0fc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_udiaeresis instead.")
574
+ #define CLUTTER_yacute 0x0fd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_yacute instead.")
575
+ #define CLUTTER_thorn 0x0fe CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_thorn instead.")
576
+ #define CLUTTER_ydiaeresis 0x0ff CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ydiaeresis instead.")
577
+ #define CLUTTER_Aogonek 0x1a1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Aogonek instead.")
578
+ #define CLUTTER_breve 0x1a2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_breve instead.")
579
+ #define CLUTTER_Lstroke 0x1a3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Lstroke instead.")
580
+ #define CLUTTER_Lcaron 0x1a5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Lcaron instead.")
581
+ #define CLUTTER_Sacute 0x1a6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sacute instead.")
582
+ #define CLUTTER_Scaron 0x1a9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Scaron instead.")
583
+ #define CLUTTER_Scedilla 0x1aa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Scedilla instead.")
584
+ #define CLUTTER_Tcaron 0x1ab CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Tcaron instead.")
585
+ #define CLUTTER_Zacute 0x1ac CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Zacute instead.")
586
+ #define CLUTTER_Zcaron 0x1ae CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Zcaron instead.")
587
+ #define CLUTTER_Zabovedot 0x1af CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Zabovedot instead.")
588
+ #define CLUTTER_aogonek 0x1b1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_aogonek instead.")
589
+ #define CLUTTER_ogonek 0x1b2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ogonek instead.")
590
+ #define CLUTTER_lstroke 0x1b3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_lstroke instead.")
591
+ #define CLUTTER_lcaron 0x1b5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_lcaron instead.")
592
+ #define CLUTTER_sacute 0x1b6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_sacute instead.")
593
+ #define CLUTTER_caron 0x1b7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_caron instead.")
594
+ #define CLUTTER_scaron 0x1b9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_scaron instead.")
595
+ #define CLUTTER_scedilla 0x1ba CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_scedilla instead.")
596
+ #define CLUTTER_tcaron 0x1bb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_tcaron instead.")
597
+ #define CLUTTER_zacute 0x1bc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_zacute instead.")
598
+ #define CLUTTER_doubleacute 0x1bd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_doubleacute instead.")
599
+ #define CLUTTER_zcaron 0x1be CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_zcaron instead.")
600
+ #define CLUTTER_zabovedot 0x1bf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_zabovedot instead.")
601
+ #define CLUTTER_Racute 0x1c0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Racute instead.")
602
+ #define CLUTTER_Abreve 0x1c3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Abreve instead.")
603
+ #define CLUTTER_Lacute 0x1c5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Lacute instead.")
604
+ #define CLUTTER_Cacute 0x1c6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cacute instead.")
605
+ #define CLUTTER_Ccaron 0x1c8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ccaron instead.")
606
+ #define CLUTTER_Eogonek 0x1ca CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Eogonek instead.")
607
+ #define CLUTTER_Ecaron 0x1cc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ecaron instead.")
608
+ #define CLUTTER_Dcaron 0x1cf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Dcaron instead.")
609
+ #define CLUTTER_Dstroke 0x1d0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Dstroke instead.")
610
+ #define CLUTTER_Nacute 0x1d1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Nacute instead.")
611
+ #define CLUTTER_Ncaron 0x1d2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ncaron instead.")
612
+ #define CLUTTER_Odoubleacute 0x1d5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Odoubleacute instead.")
613
+ #define CLUTTER_Rcaron 0x1d8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Rcaron instead.")
614
+ #define CLUTTER_Uring 0x1d9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Uring instead.")
615
+ #define CLUTTER_Udoubleacute 0x1db CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Udoubleacute instead.")
616
+ #define CLUTTER_Tcedilla 0x1de CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Tcedilla instead.")
617
+ #define CLUTTER_racute 0x1e0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_racute instead.")
618
+ #define CLUTTER_abreve 0x1e3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_abreve instead.")
619
+ #define CLUTTER_lacute 0x1e5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_lacute instead.")
620
+ #define CLUTTER_cacute 0x1e6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_cacute instead.")
621
+ #define CLUTTER_ccaron 0x1e8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ccaron instead.")
622
+ #define CLUTTER_eogonek 0x1ea CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_eogonek instead.")
623
+ #define CLUTTER_ecaron 0x1ec CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ecaron instead.")
624
+ #define CLUTTER_dcaron 0x1ef CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dcaron instead.")
625
+ #define CLUTTER_dstroke 0x1f0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dstroke instead.")
626
+ #define CLUTTER_nacute 0x1f1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_nacute instead.")
627
+ #define CLUTTER_ncaron 0x1f2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ncaron instead.")
628
+ #define CLUTTER_odoubleacute 0x1f5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_odoubleacute instead.")
629
+ #define CLUTTER_rcaron 0x1f8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_rcaron instead.")
630
+ #define CLUTTER_uring 0x1f9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_uring instead.")
631
+ #define CLUTTER_udoubleacute 0x1fb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_udoubleacute instead.")
632
+ #define CLUTTER_tcedilla 0x1fe CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_tcedilla instead.")
633
+ #define CLUTTER_abovedot 0x1ff CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_abovedot instead.")
634
+ #define CLUTTER_Hstroke 0x2a1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hstroke instead.")
635
+ #define CLUTTER_Hcircumflex 0x2a6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hcircumflex instead.")
636
+ #define CLUTTER_Iabovedot 0x2a9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Iabovedot instead.")
637
+ #define CLUTTER_Gbreve 0x2ab CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Gbreve instead.")
638
+ #define CLUTTER_Jcircumflex 0x2ac CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Jcircumflex instead.")
639
+ #define CLUTTER_hstroke 0x2b1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hstroke instead.")
640
+ #define CLUTTER_hcircumflex 0x2b6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hcircumflex instead.")
641
+ #define CLUTTER_idotless 0x2b9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_idotless instead.")
642
+ #define CLUTTER_gbreve 0x2bb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_gbreve instead.")
643
+ #define CLUTTER_jcircumflex 0x2bc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_jcircumflex instead.")
644
+ #define CLUTTER_Cabovedot 0x2c5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cabovedot instead.")
645
+ #define CLUTTER_Ccircumflex 0x2c6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ccircumflex instead.")
646
+ #define CLUTTER_Gabovedot 0x2d5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Gabovedot instead.")
647
+ #define CLUTTER_Gcircumflex 0x2d8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Gcircumflex instead.")
648
+ #define CLUTTER_Ubreve 0x2dd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ubreve instead.")
649
+ #define CLUTTER_Scircumflex 0x2de CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Scircumflex instead.")
650
+ #define CLUTTER_cabovedot 0x2e5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_cabovedot instead.")
651
+ #define CLUTTER_ccircumflex 0x2e6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ccircumflex instead.")
652
+ #define CLUTTER_gabovedot 0x2f5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_gabovedot instead.")
653
+ #define CLUTTER_gcircumflex 0x2f8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_gcircumflex instead.")
654
+ #define CLUTTER_ubreve 0x2fd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ubreve instead.")
655
+ #define CLUTTER_scircumflex 0x2fe CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_scircumflex instead.")
656
+ #define CLUTTER_kra 0x3a2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kra instead.")
657
+ #define CLUTTER_kappa 0x3a2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kappa instead.")
658
+ #define CLUTTER_Rcedilla 0x3a3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Rcedilla instead.")
659
+ #define CLUTTER_Itilde 0x3a5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Itilde instead.")
660
+ #define CLUTTER_Lcedilla 0x3a6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Lcedilla instead.")
661
+ #define CLUTTER_Emacron 0x3aa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Emacron instead.")
662
+ #define CLUTTER_Gcedilla 0x3ab CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Gcedilla instead.")
663
+ #define CLUTTER_Tslash 0x3ac CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Tslash instead.")
664
+ #define CLUTTER_rcedilla 0x3b3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_rcedilla instead.")
665
+ #define CLUTTER_itilde 0x3b5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_itilde instead.")
666
+ #define CLUTTER_lcedilla 0x3b6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_lcedilla instead.")
667
+ #define CLUTTER_emacron 0x3ba CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_emacron instead.")
668
+ #define CLUTTER_gcedilla 0x3bb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_gcedilla instead.")
669
+ #define CLUTTER_tslash 0x3bc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_tslash instead.")
670
+ #define CLUTTER_ENG 0x3bd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ENG instead.")
671
+ #define CLUTTER_eng 0x3bf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_eng instead.")
672
+ #define CLUTTER_Amacron 0x3c0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Amacron instead.")
673
+ #define CLUTTER_Iogonek 0x3c7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Iogonek instead.")
674
+ #define CLUTTER_Eabovedot 0x3cc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Eabovedot instead.")
675
+ #define CLUTTER_Imacron 0x3cf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Imacron instead.")
676
+ #define CLUTTER_Ncedilla 0x3d1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ncedilla instead.")
677
+ #define CLUTTER_Omacron 0x3d2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Omacron instead.")
678
+ #define CLUTTER_Kcedilla 0x3d3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Kcedilla instead.")
679
+ #define CLUTTER_Uogonek 0x3d9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Uogonek instead.")
680
+ #define CLUTTER_Utilde 0x3dd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Utilde instead.")
681
+ #define CLUTTER_Umacron 0x3de CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Umacron instead.")
682
+ #define CLUTTER_amacron 0x3e0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_amacron instead.")
683
+ #define CLUTTER_iogonek 0x3e7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_iogonek instead.")
684
+ #define CLUTTER_eabovedot 0x3ec CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_eabovedot instead.")
685
+ #define CLUTTER_imacron 0x3ef CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_imacron instead.")
686
+ #define CLUTTER_ncedilla 0x3f1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ncedilla instead.")
687
+ #define CLUTTER_omacron 0x3f2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_omacron instead.")
688
+ #define CLUTTER_kcedilla 0x3f3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kcedilla instead.")
689
+ #define CLUTTER_uogonek 0x3f9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_uogonek instead.")
690
+ #define CLUTTER_utilde 0x3fd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_utilde instead.")
691
+ #define CLUTTER_umacron 0x3fe CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_umacron instead.")
692
+ #define CLUTTER_Wcircumflex 0x1000174 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Wcircumflex instead.")
693
+ #define CLUTTER_wcircumflex 0x1000175 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_wcircumflex instead.")
694
+ #define CLUTTER_Ycircumflex 0x1000176 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ycircumflex instead.")
695
+ #define CLUTTER_ycircumflex 0x1000177 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ycircumflex instead.")
696
+ #define CLUTTER_Babovedot 0x1001e02 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Babovedot instead.")
697
+ #define CLUTTER_babovedot 0x1001e03 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_babovedot instead.")
698
+ #define CLUTTER_Dabovedot 0x1001e0a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Dabovedot instead.")
699
+ #define CLUTTER_dabovedot 0x1001e0b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dabovedot instead.")
700
+ #define CLUTTER_Fabovedot 0x1001e1e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Fabovedot instead.")
701
+ #define CLUTTER_fabovedot 0x1001e1f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_fabovedot instead.")
702
+ #define CLUTTER_Mabovedot 0x1001e40 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Mabovedot instead.")
703
+ #define CLUTTER_mabovedot 0x1001e41 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_mabovedot instead.")
704
+ #define CLUTTER_Pabovedot 0x1001e56 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Pabovedot instead.")
705
+ #define CLUTTER_pabovedot 0x1001e57 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_pabovedot instead.")
706
+ #define CLUTTER_Sabovedot 0x1001e60 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sabovedot instead.")
707
+ #define CLUTTER_sabovedot 0x1001e61 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_sabovedot instead.")
708
+ #define CLUTTER_Tabovedot 0x1001e6a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Tabovedot instead.")
709
+ #define CLUTTER_tabovedot 0x1001e6b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_tabovedot instead.")
710
+ #define CLUTTER_Wgrave 0x1001e80 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Wgrave instead.")
711
+ #define CLUTTER_wgrave 0x1001e81 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_wgrave instead.")
712
+ #define CLUTTER_Wacute 0x1001e82 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Wacute instead.")
713
+ #define CLUTTER_wacute 0x1001e83 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_wacute instead.")
714
+ #define CLUTTER_Wdiaeresis 0x1001e84 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Wdiaeresis instead.")
715
+ #define CLUTTER_wdiaeresis 0x1001e85 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_wdiaeresis instead.")
716
+ #define CLUTTER_Ygrave 0x1001ef2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ygrave instead.")
717
+ #define CLUTTER_ygrave 0x1001ef3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ygrave instead.")
718
+ #define CLUTTER_OE 0x13bc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_OE instead.")
719
+ #define CLUTTER_oe 0x13bd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_oe instead.")
720
+ #define CLUTTER_Ydiaeresis 0x13be CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ydiaeresis instead.")
721
+ #define CLUTTER_overline 0x47e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_overline instead.")
722
+ #define CLUTTER_kana_fullstop 0x4a1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_fullstop instead.")
723
+ #define CLUTTER_kana_openingbracket 0x4a2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_openingbracket instead.")
724
+ #define CLUTTER_kana_closingbracket 0x4a3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_closingbracket instead.")
725
+ #define CLUTTER_kana_comma 0x4a4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_comma instead.")
726
+ #define CLUTTER_kana_conjunctive 0x4a5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_conjunctive instead.")
727
+ #define CLUTTER_kana_middledot 0x4a5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_middledot instead.")
728
+ #define CLUTTER_kana_WO 0x4a6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_WO instead.")
729
+ #define CLUTTER_kana_a 0x4a7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_a instead.")
730
+ #define CLUTTER_kana_i 0x4a8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_i instead.")
731
+ #define CLUTTER_kana_u 0x4a9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_u instead.")
732
+ #define CLUTTER_kana_e 0x4aa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_e instead.")
733
+ #define CLUTTER_kana_o 0x4ab CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_o instead.")
734
+ #define CLUTTER_kana_ya 0x4ac CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_ya instead.")
735
+ #define CLUTTER_kana_yu 0x4ad CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_yu instead.")
736
+ #define CLUTTER_kana_yo 0x4ae CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_yo instead.")
737
+ #define CLUTTER_kana_tsu 0x4af CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_tsu instead.")
738
+ #define CLUTTER_kana_tu 0x4af CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_tu instead.")
739
+ #define CLUTTER_prolongedsound 0x4b0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_prolongedsound instead.")
740
+ #define CLUTTER_kana_A 0x4b1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_A instead.")
741
+ #define CLUTTER_kana_I 0x4b2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_I instead.")
742
+ #define CLUTTER_kana_U 0x4b3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_U instead.")
743
+ #define CLUTTER_kana_E 0x4b4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_E instead.")
744
+ #define CLUTTER_kana_O 0x4b5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_O instead.")
745
+ #define CLUTTER_kana_KA 0x4b6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_KA instead.")
746
+ #define CLUTTER_kana_KI 0x4b7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_KI instead.")
747
+ #define CLUTTER_kana_KU 0x4b8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_KU instead.")
748
+ #define CLUTTER_kana_KE 0x4b9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_KE instead.")
749
+ #define CLUTTER_kana_KO 0x4ba CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_KO instead.")
750
+ #define CLUTTER_kana_SA 0x4bb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_SA instead.")
751
+ #define CLUTTER_kana_SHI 0x4bc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_SHI instead.")
752
+ #define CLUTTER_kana_SU 0x4bd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_SU instead.")
753
+ #define CLUTTER_kana_SE 0x4be CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_SE instead.")
754
+ #define CLUTTER_kana_SO 0x4bf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_SO instead.")
755
+ #define CLUTTER_kana_TA 0x4c0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_TA instead.")
756
+ #define CLUTTER_kana_CHI 0x4c1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_CHI instead.")
757
+ #define CLUTTER_kana_TI 0x4c1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_TI instead.")
758
+ #define CLUTTER_kana_TSU 0x4c2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_TSU instead.")
759
+ #define CLUTTER_kana_TU 0x4c2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_TU instead.")
760
+ #define CLUTTER_kana_TE 0x4c3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_TE instead.")
761
+ #define CLUTTER_kana_TO 0x4c4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_TO instead.")
762
+ #define CLUTTER_kana_NA 0x4c5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_NA instead.")
763
+ #define CLUTTER_kana_NI 0x4c6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_NI instead.")
764
+ #define CLUTTER_kana_NU 0x4c7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_NU instead.")
765
+ #define CLUTTER_kana_NE 0x4c8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_NE instead.")
766
+ #define CLUTTER_kana_NO 0x4c9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_NO instead.")
767
+ #define CLUTTER_kana_HA 0x4ca CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_HA instead.")
768
+ #define CLUTTER_kana_HI 0x4cb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_HI instead.")
769
+ #define CLUTTER_kana_FU 0x4cc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_FU instead.")
770
+ #define CLUTTER_kana_HU 0x4cc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_HU instead.")
771
+ #define CLUTTER_kana_HE 0x4cd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_HE instead.")
772
+ #define CLUTTER_kana_HO 0x4ce CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_HO instead.")
773
+ #define CLUTTER_kana_MA 0x4cf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_MA instead.")
774
+ #define CLUTTER_kana_MI 0x4d0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_MI instead.")
775
+ #define CLUTTER_kana_MU 0x4d1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_MU instead.")
776
+ #define CLUTTER_kana_ME 0x4d2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_ME instead.")
777
+ #define CLUTTER_kana_MO 0x4d3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_MO instead.")
778
+ #define CLUTTER_kana_YA 0x4d4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_YA instead.")
779
+ #define CLUTTER_kana_YU 0x4d5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_YU instead.")
780
+ #define CLUTTER_kana_YO 0x4d6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_YO instead.")
781
+ #define CLUTTER_kana_RA 0x4d7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_RA instead.")
782
+ #define CLUTTER_kana_RI 0x4d8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_RI instead.")
783
+ #define CLUTTER_kana_RU 0x4d9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_RU instead.")
784
+ #define CLUTTER_kana_RE 0x4da CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_RE instead.")
785
+ #define CLUTTER_kana_RO 0x4db CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_RO instead.")
786
+ #define CLUTTER_kana_WA 0x4dc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_WA instead.")
787
+ #define CLUTTER_kana_N 0x4dd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_N instead.")
788
+ #define CLUTTER_voicedsound 0x4de CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_voicedsound instead.")
789
+ #define CLUTTER_semivoicedsound 0x4df CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_semivoicedsound instead.")
790
+ #define CLUTTER_kana_switch 0xff7e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_kana_switch instead.")
791
+ #define CLUTTER_Farsi_0 0x10006f0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Farsi_0 instead.")
792
+ #define CLUTTER_Farsi_1 0x10006f1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Farsi_1 instead.")
793
+ #define CLUTTER_Farsi_2 0x10006f2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Farsi_2 instead.")
794
+ #define CLUTTER_Farsi_3 0x10006f3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Farsi_3 instead.")
795
+ #define CLUTTER_Farsi_4 0x10006f4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Farsi_4 instead.")
796
+ #define CLUTTER_Farsi_5 0x10006f5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Farsi_5 instead.")
797
+ #define CLUTTER_Farsi_6 0x10006f6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Farsi_6 instead.")
798
+ #define CLUTTER_Farsi_7 0x10006f7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Farsi_7 instead.")
799
+ #define CLUTTER_Farsi_8 0x10006f8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Farsi_8 instead.")
800
+ #define CLUTTER_Farsi_9 0x10006f9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Farsi_9 instead.")
801
+ #define CLUTTER_Arabic_percent 0x100066a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_percent instead.")
802
+ #define CLUTTER_Arabic_superscript_alef 0x1000670 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_superscript_alef instead.")
803
+ #define CLUTTER_Arabic_tteh 0x1000679 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_tteh instead.")
804
+ #define CLUTTER_Arabic_peh 0x100067e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_peh instead.")
805
+ #define CLUTTER_Arabic_tcheh 0x1000686 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_tcheh instead.")
806
+ #define CLUTTER_Arabic_ddal 0x1000688 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_ddal instead.")
807
+ #define CLUTTER_Arabic_rreh 0x1000691 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_rreh instead.")
808
+ #define CLUTTER_Arabic_comma 0x5ac CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_comma instead.")
809
+ #define CLUTTER_Arabic_fullstop 0x10006d4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_fullstop instead.")
810
+ #define CLUTTER_Arabic_0 0x1000660 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_0 instead.")
811
+ #define CLUTTER_Arabic_1 0x1000661 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_1 instead.")
812
+ #define CLUTTER_Arabic_2 0x1000662 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_2 instead.")
813
+ #define CLUTTER_Arabic_3 0x1000663 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_3 instead.")
814
+ #define CLUTTER_Arabic_4 0x1000664 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_4 instead.")
815
+ #define CLUTTER_Arabic_5 0x1000665 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_5 instead.")
816
+ #define CLUTTER_Arabic_6 0x1000666 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_6 instead.")
817
+ #define CLUTTER_Arabic_7 0x1000667 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_7 instead.")
818
+ #define CLUTTER_Arabic_8 0x1000668 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_8 instead.")
819
+ #define CLUTTER_Arabic_9 0x1000669 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_9 instead.")
820
+ #define CLUTTER_Arabic_semicolon 0x5bb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_semicolon instead.")
821
+ #define CLUTTER_Arabic_question_mark 0x5bf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_question_mark instead.")
822
+ #define CLUTTER_Arabic_hamza 0x5c1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_hamza instead.")
823
+ #define CLUTTER_Arabic_maddaonalef 0x5c2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_maddaonalef instead.")
824
+ #define CLUTTER_Arabic_hamzaonalef 0x5c3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_hamzaonalef instead.")
825
+ #define CLUTTER_Arabic_hamzaonwaw 0x5c4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_hamzaonwaw instead.")
826
+ #define CLUTTER_Arabic_hamzaunderalef 0x5c5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_hamzaunderalef instead.")
827
+ #define CLUTTER_Arabic_hamzaonyeh 0x5c6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_hamzaonyeh instead.")
828
+ #define CLUTTER_Arabic_alef 0x5c7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_alef instead.")
829
+ #define CLUTTER_Arabic_beh 0x5c8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_beh instead.")
830
+ #define CLUTTER_Arabic_tehmarbuta 0x5c9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_tehmarbuta instead.")
831
+ #define CLUTTER_Arabic_teh 0x5ca CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_teh instead.")
832
+ #define CLUTTER_Arabic_theh 0x5cb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_theh instead.")
833
+ #define CLUTTER_Arabic_jeem 0x5cc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_jeem instead.")
834
+ #define CLUTTER_Arabic_hah 0x5cd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_hah instead.")
835
+ #define CLUTTER_Arabic_khah 0x5ce CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_khah instead.")
836
+ #define CLUTTER_Arabic_dal 0x5cf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_dal instead.")
837
+ #define CLUTTER_Arabic_thal 0x5d0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_thal instead.")
838
+ #define CLUTTER_Arabic_ra 0x5d1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_ra instead.")
839
+ #define CLUTTER_Arabic_zain 0x5d2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_zain instead.")
840
+ #define CLUTTER_Arabic_seen 0x5d3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_seen instead.")
841
+ #define CLUTTER_Arabic_sheen 0x5d4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_sheen instead.")
842
+ #define CLUTTER_Arabic_sad 0x5d5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_sad instead.")
843
+ #define CLUTTER_Arabic_dad 0x5d6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_dad instead.")
844
+ #define CLUTTER_Arabic_tah 0x5d7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_tah instead.")
845
+ #define CLUTTER_Arabic_zah 0x5d8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_zah instead.")
846
+ #define CLUTTER_Arabic_ain 0x5d9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_ain instead.")
847
+ #define CLUTTER_Arabic_ghain 0x5da CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_ghain instead.")
848
+ #define CLUTTER_Arabic_tatweel 0x5e0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_tatweel instead.")
849
+ #define CLUTTER_Arabic_feh 0x5e1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_feh instead.")
850
+ #define CLUTTER_Arabic_qaf 0x5e2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_qaf instead.")
851
+ #define CLUTTER_Arabic_kaf 0x5e3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_kaf instead.")
852
+ #define CLUTTER_Arabic_lam 0x5e4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_lam instead.")
853
+ #define CLUTTER_Arabic_meem 0x5e5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_meem instead.")
854
+ #define CLUTTER_Arabic_noon 0x5e6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_noon instead.")
855
+ #define CLUTTER_Arabic_ha 0x5e7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_ha instead.")
856
+ #define CLUTTER_Arabic_heh 0x5e7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_heh instead.")
857
+ #define CLUTTER_Arabic_waw 0x5e8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_waw instead.")
858
+ #define CLUTTER_Arabic_alefmaksura 0x5e9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_alefmaksura instead.")
859
+ #define CLUTTER_Arabic_yeh 0x5ea CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_yeh instead.")
860
+ #define CLUTTER_Arabic_fathatan 0x5eb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_fathatan instead.")
861
+ #define CLUTTER_Arabic_dammatan 0x5ec CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_dammatan instead.")
862
+ #define CLUTTER_Arabic_kasratan 0x5ed CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_kasratan instead.")
863
+ #define CLUTTER_Arabic_fatha 0x5ee CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_fatha instead.")
864
+ #define CLUTTER_Arabic_damma 0x5ef CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_damma instead.")
865
+ #define CLUTTER_Arabic_kasra 0x5f0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_kasra instead.")
866
+ #define CLUTTER_Arabic_shadda 0x5f1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_shadda instead.")
867
+ #define CLUTTER_Arabic_sukun 0x5f2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_sukun instead.")
868
+ #define CLUTTER_Arabic_madda_above 0x1000653 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_madda_above instead.")
869
+ #define CLUTTER_Arabic_hamza_above 0x1000654 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_hamza_above instead.")
870
+ #define CLUTTER_Arabic_hamza_below 0x1000655 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_hamza_below instead.")
871
+ #define CLUTTER_Arabic_jeh 0x1000698 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_jeh instead.")
872
+ #define CLUTTER_Arabic_veh 0x10006a4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_veh instead.")
873
+ #define CLUTTER_Arabic_keheh 0x10006a9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_keheh instead.")
874
+ #define CLUTTER_Arabic_gaf 0x10006af CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_gaf instead.")
875
+ #define CLUTTER_Arabic_noon_ghunna 0x10006ba CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_noon_ghunna instead.")
876
+ #define CLUTTER_Arabic_heh_doachashmee 0x10006be CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_heh_doachashmee instead.")
877
+ #define CLUTTER_Farsi_yeh 0x10006cc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Farsi_yeh instead.")
878
+ #define CLUTTER_Arabic_farsi_yeh 0x10006cc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_farsi_yeh instead.")
879
+ #define CLUTTER_Arabic_yeh_baree 0x10006d2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_yeh_baree instead.")
880
+ #define CLUTTER_Arabic_heh_goal 0x10006c1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_heh_goal instead.")
881
+ #define CLUTTER_Arabic_switch 0xff7e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Arabic_switch instead.")
882
+ #define CLUTTER_Cyrillic_GHE_bar 0x1000492 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_GHE_bar instead.")
883
+ #define CLUTTER_Cyrillic_ghe_bar 0x1000493 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_ghe_bar instead.")
884
+ #define CLUTTER_Cyrillic_ZHE_descender 0x1000496 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_ZHE_descender instead.")
885
+ #define CLUTTER_Cyrillic_zhe_descender 0x1000497 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_zhe_descender instead.")
886
+ #define CLUTTER_Cyrillic_KA_descender 0x100049a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_KA_descender instead.")
887
+ #define CLUTTER_Cyrillic_ka_descender 0x100049b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_ka_descender instead.")
888
+ #define CLUTTER_Cyrillic_KA_vertstroke 0x100049c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_KA_vertstroke instead.")
889
+ #define CLUTTER_Cyrillic_ka_vertstroke 0x100049d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_ka_vertstroke instead.")
890
+ #define CLUTTER_Cyrillic_EN_descender 0x10004a2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_EN_descender instead.")
891
+ #define CLUTTER_Cyrillic_en_descender 0x10004a3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_en_descender instead.")
892
+ #define CLUTTER_Cyrillic_U_straight 0x10004ae CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_U_straight instead.")
893
+ #define CLUTTER_Cyrillic_u_straight 0x10004af CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_u_straight instead.")
894
+ #define CLUTTER_Cyrillic_U_straight_bar 0x10004b0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_U_straight_bar instead.")
895
+ #define CLUTTER_Cyrillic_u_straight_bar 0x10004b1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_u_straight_bar instead.")
896
+ #define CLUTTER_Cyrillic_HA_descender 0x10004b2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_HA_descender instead.")
897
+ #define CLUTTER_Cyrillic_ha_descender 0x10004b3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_ha_descender instead.")
898
+ #define CLUTTER_Cyrillic_CHE_descender 0x10004b6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_CHE_descender instead.")
899
+ #define CLUTTER_Cyrillic_che_descender 0x10004b7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_che_descender instead.")
900
+ #define CLUTTER_Cyrillic_CHE_vertstroke 0x10004b8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_CHE_vertstroke instead.")
901
+ #define CLUTTER_Cyrillic_che_vertstroke 0x10004b9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_che_vertstroke instead.")
902
+ #define CLUTTER_Cyrillic_SHHA 0x10004ba CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_SHHA instead.")
903
+ #define CLUTTER_Cyrillic_shha 0x10004bb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_shha instead.")
904
+ #define CLUTTER_Cyrillic_SCHWA 0x10004d8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_SCHWA instead.")
905
+ #define CLUTTER_Cyrillic_schwa 0x10004d9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_schwa instead.")
906
+ #define CLUTTER_Cyrillic_I_macron 0x10004e2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_I_macron instead.")
907
+ #define CLUTTER_Cyrillic_i_macron 0x10004e3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_i_macron instead.")
908
+ #define CLUTTER_Cyrillic_O_bar 0x10004e8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_O_bar instead.")
909
+ #define CLUTTER_Cyrillic_o_bar 0x10004e9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_o_bar instead.")
910
+ #define CLUTTER_Cyrillic_U_macron 0x10004ee CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_U_macron instead.")
911
+ #define CLUTTER_Cyrillic_u_macron 0x10004ef CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_u_macron instead.")
912
+ #define CLUTTER_Serbian_dje 0x6a1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Serbian_dje instead.")
913
+ #define CLUTTER_Macedonia_gje 0x6a2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Macedonia_gje instead.")
914
+ #define CLUTTER_Cyrillic_io 0x6a3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_io instead.")
915
+ #define CLUTTER_Ukrainian_ie 0x6a4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ukrainian_ie instead.")
916
+ #define CLUTTER_Ukranian_je 0x6a4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ukranian_je instead.")
917
+ #define CLUTTER_Macedonia_dse 0x6a5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Macedonia_dse instead.")
918
+ #define CLUTTER_Ukrainian_i 0x6a6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ukrainian_i instead.")
919
+ #define CLUTTER_Ukranian_i 0x6a6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ukranian_i instead.")
920
+ #define CLUTTER_Ukrainian_yi 0x6a7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ukrainian_yi instead.")
921
+ #define CLUTTER_Ukranian_yi 0x6a7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ukranian_yi instead.")
922
+ #define CLUTTER_Cyrillic_je 0x6a8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_je instead.")
923
+ #define CLUTTER_Serbian_je 0x6a8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Serbian_je instead.")
924
+ #define CLUTTER_Cyrillic_lje 0x6a9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_lje instead.")
925
+ #define CLUTTER_Serbian_lje 0x6a9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Serbian_lje instead.")
926
+ #define CLUTTER_Cyrillic_nje 0x6aa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_nje instead.")
927
+ #define CLUTTER_Serbian_nje 0x6aa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Serbian_nje instead.")
928
+ #define CLUTTER_Serbian_tshe 0x6ab CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Serbian_tshe instead.")
929
+ #define CLUTTER_Macedonia_kje 0x6ac CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Macedonia_kje instead.")
930
+ #define CLUTTER_Ukrainian_ghe_with_upturn 0x6ad CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ukrainian_ghe_with_upturn instead.")
931
+ #define CLUTTER_Byelorussian_shortu 0x6ae CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Byelorussian_shortu instead.")
932
+ #define CLUTTER_Cyrillic_dzhe 0x6af CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_dzhe instead.")
933
+ #define CLUTTER_Serbian_dze 0x6af CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Serbian_dze instead.")
934
+ #define CLUTTER_numerosign 0x6b0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_numerosign instead.")
935
+ #define CLUTTER_Serbian_DJE 0x6b1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Serbian_DJE instead.")
936
+ #define CLUTTER_Macedonia_GJE 0x6b2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Macedonia_GJE instead.")
937
+ #define CLUTTER_Cyrillic_IO 0x6b3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_IO instead.")
938
+ #define CLUTTER_Ukrainian_IE 0x6b4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ukrainian_IE instead.")
939
+ #define CLUTTER_Ukranian_JE 0x6b4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ukranian_JE instead.")
940
+ #define CLUTTER_Macedonia_DSE 0x6b5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Macedonia_DSE instead.")
941
+ #define CLUTTER_Ukrainian_I 0x6b6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ukrainian_I instead.")
942
+ #define CLUTTER_Ukranian_I 0x6b6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ukranian_I instead.")
943
+ #define CLUTTER_Ukrainian_YI 0x6b7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ukrainian_YI instead.")
944
+ #define CLUTTER_Ukranian_YI 0x6b7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ukranian_YI instead.")
945
+ #define CLUTTER_Cyrillic_JE 0x6b8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_JE instead.")
946
+ #define CLUTTER_Serbian_JE 0x6b8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Serbian_JE instead.")
947
+ #define CLUTTER_Cyrillic_LJE 0x6b9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_LJE instead.")
948
+ #define CLUTTER_Serbian_LJE 0x6b9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Serbian_LJE instead.")
949
+ #define CLUTTER_Cyrillic_NJE 0x6ba CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_NJE instead.")
950
+ #define CLUTTER_Serbian_NJE 0x6ba CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Serbian_NJE instead.")
951
+ #define CLUTTER_Serbian_TSHE 0x6bb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Serbian_TSHE instead.")
952
+ #define CLUTTER_Macedonia_KJE 0x6bc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Macedonia_KJE instead.")
953
+ #define CLUTTER_Ukrainian_GHE_WITH_UPTURN 0x6bd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ukrainian_GHE_WITH_UPTURN instead.")
954
+ #define CLUTTER_Byelorussian_SHORTU 0x6be CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Byelorussian_SHORTU instead.")
955
+ #define CLUTTER_Cyrillic_DZHE 0x6bf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_DZHE instead.")
956
+ #define CLUTTER_Serbian_DZE 0x6bf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Serbian_DZE instead.")
957
+ #define CLUTTER_Cyrillic_yu 0x6c0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_yu instead.")
958
+ #define CLUTTER_Cyrillic_a 0x6c1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_a instead.")
959
+ #define CLUTTER_Cyrillic_be 0x6c2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_be instead.")
960
+ #define CLUTTER_Cyrillic_tse 0x6c3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_tse instead.")
961
+ #define CLUTTER_Cyrillic_de 0x6c4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_de instead.")
962
+ #define CLUTTER_Cyrillic_ie 0x6c5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_ie instead.")
963
+ #define CLUTTER_Cyrillic_ef 0x6c6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_ef instead.")
964
+ #define CLUTTER_Cyrillic_ghe 0x6c7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_ghe instead.")
965
+ #define CLUTTER_Cyrillic_ha 0x6c8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_ha instead.")
966
+ #define CLUTTER_Cyrillic_i 0x6c9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_i instead.")
967
+ #define CLUTTER_Cyrillic_shorti 0x6ca CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_shorti instead.")
968
+ #define CLUTTER_Cyrillic_ka 0x6cb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_ka instead.")
969
+ #define CLUTTER_Cyrillic_el 0x6cc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_el instead.")
970
+ #define CLUTTER_Cyrillic_em 0x6cd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_em instead.")
971
+ #define CLUTTER_Cyrillic_en 0x6ce CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_en instead.")
972
+ #define CLUTTER_Cyrillic_o 0x6cf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_o instead.")
973
+ #define CLUTTER_Cyrillic_pe 0x6d0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_pe instead.")
974
+ #define CLUTTER_Cyrillic_ya 0x6d1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_ya instead.")
975
+ #define CLUTTER_Cyrillic_er 0x6d2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_er instead.")
976
+ #define CLUTTER_Cyrillic_es 0x6d3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_es instead.")
977
+ #define CLUTTER_Cyrillic_te 0x6d4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_te instead.")
978
+ #define CLUTTER_Cyrillic_u 0x6d5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_u instead.")
979
+ #define CLUTTER_Cyrillic_zhe 0x6d6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_zhe instead.")
980
+ #define CLUTTER_Cyrillic_ve 0x6d7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_ve instead.")
981
+ #define CLUTTER_Cyrillic_softsign 0x6d8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_softsign instead.")
982
+ #define CLUTTER_Cyrillic_yeru 0x6d9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_yeru instead.")
983
+ #define CLUTTER_Cyrillic_ze 0x6da CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_ze instead.")
984
+ #define CLUTTER_Cyrillic_sha 0x6db CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_sha instead.")
985
+ #define CLUTTER_Cyrillic_e 0x6dc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_e instead.")
986
+ #define CLUTTER_Cyrillic_shcha 0x6dd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_shcha instead.")
987
+ #define CLUTTER_Cyrillic_che 0x6de CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_che instead.")
988
+ #define CLUTTER_Cyrillic_hardsign 0x6df CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_hardsign instead.")
989
+ #define CLUTTER_Cyrillic_YU 0x6e0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_YU instead.")
990
+ #define CLUTTER_Cyrillic_A 0x6e1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_A instead.")
991
+ #define CLUTTER_Cyrillic_BE 0x6e2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_BE instead.")
992
+ #define CLUTTER_Cyrillic_TSE 0x6e3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_TSE instead.")
993
+ #define CLUTTER_Cyrillic_DE 0x6e4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_DE instead.")
994
+ #define CLUTTER_Cyrillic_IE 0x6e5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_IE instead.")
995
+ #define CLUTTER_Cyrillic_EF 0x6e6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_EF instead.")
996
+ #define CLUTTER_Cyrillic_GHE 0x6e7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_GHE instead.")
997
+ #define CLUTTER_Cyrillic_HA 0x6e8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_HA instead.")
998
+ #define CLUTTER_Cyrillic_I 0x6e9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_I instead.")
999
+ #define CLUTTER_Cyrillic_SHORTI 0x6ea CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_SHORTI instead.")
1000
+ #define CLUTTER_Cyrillic_KA 0x6eb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_KA instead.")
1001
+ #define CLUTTER_Cyrillic_EL 0x6ec CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_EL instead.")
1002
+ #define CLUTTER_Cyrillic_EM 0x6ed CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_EM instead.")
1003
+ #define CLUTTER_Cyrillic_EN 0x6ee CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_EN instead.")
1004
+ #define CLUTTER_Cyrillic_O 0x6ef CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_O instead.")
1005
+ #define CLUTTER_Cyrillic_PE 0x6f0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_PE instead.")
1006
+ #define CLUTTER_Cyrillic_YA 0x6f1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_YA instead.")
1007
+ #define CLUTTER_Cyrillic_ER 0x6f2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_ER instead.")
1008
+ #define CLUTTER_Cyrillic_ES 0x6f3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_ES instead.")
1009
+ #define CLUTTER_Cyrillic_TE 0x6f4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_TE instead.")
1010
+ #define CLUTTER_Cyrillic_U 0x6f5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_U instead.")
1011
+ #define CLUTTER_Cyrillic_ZHE 0x6f6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_ZHE instead.")
1012
+ #define CLUTTER_Cyrillic_VE 0x6f7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_VE instead.")
1013
+ #define CLUTTER_Cyrillic_SOFTSIGN 0x6f8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_SOFTSIGN instead.")
1014
+ #define CLUTTER_Cyrillic_YERU 0x6f9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_YERU instead.")
1015
+ #define CLUTTER_Cyrillic_ZE 0x6fa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_ZE instead.")
1016
+ #define CLUTTER_Cyrillic_SHA 0x6fb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_SHA instead.")
1017
+ #define CLUTTER_Cyrillic_E 0x6fc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_E instead.")
1018
+ #define CLUTTER_Cyrillic_SHCHA 0x6fd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_SHCHA instead.")
1019
+ #define CLUTTER_Cyrillic_CHE 0x6fe CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_CHE instead.")
1020
+ #define CLUTTER_Cyrillic_HARDSIGN 0x6ff CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Cyrillic_HARDSIGN instead.")
1021
+ #define CLUTTER_Greek_ALPHAaccent 0x7a1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_ALPHAaccent instead.")
1022
+ #define CLUTTER_Greek_EPSILONaccent 0x7a2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_EPSILONaccent instead.")
1023
+ #define CLUTTER_Greek_ETAaccent 0x7a3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_ETAaccent instead.")
1024
+ #define CLUTTER_Greek_IOTAaccent 0x7a4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_IOTAaccent instead.")
1025
+ #define CLUTTER_Greek_IOTAdieresis 0x7a5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_IOTAdieresis instead.")
1026
+ #define CLUTTER_Greek_IOTAdiaeresis 0x7a5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_IOTAdiaeresis instead.")
1027
+ #define CLUTTER_Greek_OMICRONaccent 0x7a7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_OMICRONaccent instead.")
1028
+ #define CLUTTER_Greek_UPSILONaccent 0x7a8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_UPSILONaccent instead.")
1029
+ #define CLUTTER_Greek_UPSILONdieresis 0x7a9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_UPSILONdieresis instead.")
1030
+ #define CLUTTER_Greek_OMEGAaccent 0x7ab CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_OMEGAaccent instead.")
1031
+ #define CLUTTER_Greek_accentdieresis 0x7ae CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_accentdieresis instead.")
1032
+ #define CLUTTER_Greek_horizbar 0x7af CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_horizbar instead.")
1033
+ #define CLUTTER_Greek_alphaaccent 0x7b1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_alphaaccent instead.")
1034
+ #define CLUTTER_Greek_epsilonaccent 0x7b2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_epsilonaccent instead.")
1035
+ #define CLUTTER_Greek_etaaccent 0x7b3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_etaaccent instead.")
1036
+ #define CLUTTER_Greek_iotaaccent 0x7b4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_iotaaccent instead.")
1037
+ #define CLUTTER_Greek_iotadieresis 0x7b5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_iotadieresis instead.")
1038
+ #define CLUTTER_Greek_iotaaccentdieresis 0x7b6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_iotaaccentdieresis instead.")
1039
+ #define CLUTTER_Greek_omicronaccent 0x7b7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_omicronaccent instead.")
1040
+ #define CLUTTER_Greek_upsilonaccent 0x7b8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_upsilonaccent instead.")
1041
+ #define CLUTTER_Greek_upsilondieresis 0x7b9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_upsilondieresis instead.")
1042
+ #define CLUTTER_Greek_upsilonaccentdieresis 0x7ba CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_upsilonaccentdieresis instead.")
1043
+ #define CLUTTER_Greek_omegaaccent 0x7bb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_omegaaccent instead.")
1044
+ #define CLUTTER_Greek_ALPHA 0x7c1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_ALPHA instead.")
1045
+ #define CLUTTER_Greek_BETA 0x7c2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_BETA instead.")
1046
+ #define CLUTTER_Greek_GAMMA 0x7c3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_GAMMA instead.")
1047
+ #define CLUTTER_Greek_DELTA 0x7c4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_DELTA instead.")
1048
+ #define CLUTTER_Greek_EPSILON 0x7c5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_EPSILON instead.")
1049
+ #define CLUTTER_Greek_ZETA 0x7c6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_ZETA instead.")
1050
+ #define CLUTTER_Greek_ETA 0x7c7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_ETA instead.")
1051
+ #define CLUTTER_Greek_THETA 0x7c8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_THETA instead.")
1052
+ #define CLUTTER_Greek_IOTA 0x7c9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_IOTA instead.")
1053
+ #define CLUTTER_Greek_KAPPA 0x7ca CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_KAPPA instead.")
1054
+ #define CLUTTER_Greek_LAMDA 0x7cb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_LAMDA instead.")
1055
+ #define CLUTTER_Greek_LAMBDA 0x7cb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_LAMBDA instead.")
1056
+ #define CLUTTER_Greek_MU 0x7cc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_MU instead.")
1057
+ #define CLUTTER_Greek_NU 0x7cd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_NU instead.")
1058
+ #define CLUTTER_Greek_XI 0x7ce CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_XI instead.")
1059
+ #define CLUTTER_Greek_OMICRON 0x7cf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_OMICRON instead.")
1060
+ #define CLUTTER_Greek_PI 0x7d0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_PI instead.")
1061
+ #define CLUTTER_Greek_RHO 0x7d1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_RHO instead.")
1062
+ #define CLUTTER_Greek_SIGMA 0x7d2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_SIGMA instead.")
1063
+ #define CLUTTER_Greek_TAU 0x7d4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_TAU instead.")
1064
+ #define CLUTTER_Greek_UPSILON 0x7d5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_UPSILON instead.")
1065
+ #define CLUTTER_Greek_PHI 0x7d6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_PHI instead.")
1066
+ #define CLUTTER_Greek_CHI 0x7d7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_CHI instead.")
1067
+ #define CLUTTER_Greek_PSI 0x7d8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_PSI instead.")
1068
+ #define CLUTTER_Greek_OMEGA 0x7d9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_OMEGA instead.")
1069
+ #define CLUTTER_Greek_alpha 0x7e1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_alpha instead.")
1070
+ #define CLUTTER_Greek_beta 0x7e2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_beta instead.")
1071
+ #define CLUTTER_Greek_gamma 0x7e3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_gamma instead.")
1072
+ #define CLUTTER_Greek_delta 0x7e4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_delta instead.")
1073
+ #define CLUTTER_Greek_epsilon 0x7e5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_epsilon instead.")
1074
+ #define CLUTTER_Greek_zeta 0x7e6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_zeta instead.")
1075
+ #define CLUTTER_Greek_eta 0x7e7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_eta instead.")
1076
+ #define CLUTTER_Greek_theta 0x7e8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_theta instead.")
1077
+ #define CLUTTER_Greek_iota 0x7e9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_iota instead.")
1078
+ #define CLUTTER_Greek_kappa 0x7ea CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_kappa instead.")
1079
+ #define CLUTTER_Greek_lamda 0x7eb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_lamda instead.")
1080
+ #define CLUTTER_Greek_lambda 0x7eb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_lambda instead.")
1081
+ #define CLUTTER_Greek_mu 0x7ec CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_mu instead.")
1082
+ #define CLUTTER_Greek_nu 0x7ed CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_nu instead.")
1083
+ #define CLUTTER_Greek_xi 0x7ee CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_xi instead.")
1084
+ #define CLUTTER_Greek_omicron 0x7ef CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_omicron instead.")
1085
+ #define CLUTTER_Greek_pi 0x7f0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_pi instead.")
1086
+ #define CLUTTER_Greek_rho 0x7f1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_rho instead.")
1087
+ #define CLUTTER_Greek_sigma 0x7f2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_sigma instead.")
1088
+ #define CLUTTER_Greek_finalsmallsigma 0x7f3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_finalsmallsigma instead.")
1089
+ #define CLUTTER_Greek_tau 0x7f4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_tau instead.")
1090
+ #define CLUTTER_Greek_upsilon 0x7f5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_upsilon instead.")
1091
+ #define CLUTTER_Greek_phi 0x7f6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_phi instead.")
1092
+ #define CLUTTER_Greek_chi 0x7f7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_chi instead.")
1093
+ #define CLUTTER_Greek_psi 0x7f8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_psi instead.")
1094
+ #define CLUTTER_Greek_omega 0x7f9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_omega instead.")
1095
+ #define CLUTTER_Greek_switch 0xff7e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Greek_switch instead.")
1096
+ #define CLUTTER_leftradical 0x8a1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_leftradical instead.")
1097
+ #define CLUTTER_topleftradical 0x8a2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_topleftradical instead.")
1098
+ #define CLUTTER_horizconnector 0x8a3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_horizconnector instead.")
1099
+ #define CLUTTER_topintegral 0x8a4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_topintegral instead.")
1100
+ #define CLUTTER_botintegral 0x8a5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_botintegral instead.")
1101
+ #define CLUTTER_vertconnector 0x8a6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_vertconnector instead.")
1102
+ #define CLUTTER_topleftsqbracket 0x8a7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_topleftsqbracket instead.")
1103
+ #define CLUTTER_botleftsqbracket 0x8a8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_botleftsqbracket instead.")
1104
+ #define CLUTTER_toprightsqbracket 0x8a9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_toprightsqbracket instead.")
1105
+ #define CLUTTER_botrightsqbracket 0x8aa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_botrightsqbracket instead.")
1106
+ #define CLUTTER_topleftparens 0x8ab CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_topleftparens instead.")
1107
+ #define CLUTTER_botleftparens 0x8ac CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_botleftparens instead.")
1108
+ #define CLUTTER_toprightparens 0x8ad CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_toprightparens instead.")
1109
+ #define CLUTTER_botrightparens 0x8ae CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_botrightparens instead.")
1110
+ #define CLUTTER_leftmiddlecurlybrace 0x8af CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_leftmiddlecurlybrace instead.")
1111
+ #define CLUTTER_rightmiddlecurlybrace 0x8b0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_rightmiddlecurlybrace instead.")
1112
+ #define CLUTTER_topleftsummation 0x8b1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_topleftsummation instead.")
1113
+ #define CLUTTER_botleftsummation 0x8b2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_botleftsummation instead.")
1114
+ #define CLUTTER_topvertsummationconnector 0x8b3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_topvertsummationconnector instead.")
1115
+ #define CLUTTER_botvertsummationconnector 0x8b4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_botvertsummationconnector instead.")
1116
+ #define CLUTTER_toprightsummation 0x8b5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_toprightsummation instead.")
1117
+ #define CLUTTER_botrightsummation 0x8b6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_botrightsummation instead.")
1118
+ #define CLUTTER_rightmiddlesummation 0x8b7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_rightmiddlesummation instead.")
1119
+ #define CLUTTER_lessthanequal 0x8bc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_lessthanequal instead.")
1120
+ #define CLUTTER_notequal 0x8bd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_notequal instead.")
1121
+ #define CLUTTER_greaterthanequal 0x8be CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_greaterthanequal instead.")
1122
+ #define CLUTTER_integral 0x8bf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_integral instead.")
1123
+ #define CLUTTER_therefore 0x8c0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_therefore instead.")
1124
+ #define CLUTTER_variation 0x8c1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_variation instead.")
1125
+ #define CLUTTER_infinity 0x8c2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_infinity instead.")
1126
+ #define CLUTTER_nabla 0x8c5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_nabla instead.")
1127
+ #define CLUTTER_approximate 0x8c8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_approximate instead.")
1128
+ #define CLUTTER_similarequal 0x8c9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_similarequal instead.")
1129
+ #define CLUTTER_ifonlyif 0x8cd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ifonlyif instead.")
1130
+ #define CLUTTER_implies 0x8ce CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_implies instead.")
1131
+ #define CLUTTER_identical 0x8cf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_identical instead.")
1132
+ #define CLUTTER_radical 0x8d6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_radical instead.")
1133
+ #define CLUTTER_includedin 0x8da CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_includedin instead.")
1134
+ #define CLUTTER_includes 0x8db CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_includes instead.")
1135
+ #define CLUTTER_intersection 0x8dc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_intersection instead.")
1136
+ #define CLUTTER_union 0x8dd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_union instead.")
1137
+ #define CLUTTER_logicaland 0x8de CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_logicaland instead.")
1138
+ #define CLUTTER_logicalor 0x8df CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_logicalor instead.")
1139
+ #define CLUTTER_partialderivative 0x8ef CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_partialderivative instead.")
1140
+ #define CLUTTER_function 0x8f6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_function instead.")
1141
+ #define CLUTTER_leftarrow 0x8fb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_leftarrow instead.")
1142
+ #define CLUTTER_uparrow 0x8fc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_uparrow instead.")
1143
+ #define CLUTTER_rightarrow 0x8fd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_rightarrow instead.")
1144
+ #define CLUTTER_downarrow 0x8fe CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_downarrow instead.")
1145
+ #define CLUTTER_blank 0x9df CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_blank instead.")
1146
+ #define CLUTTER_soliddiamond 0x9e0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_soliddiamond instead.")
1147
+ #define CLUTTER_checkerboard 0x9e1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_checkerboard instead.")
1148
+ #define CLUTTER_ht 0x9e2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ht instead.")
1149
+ #define CLUTTER_ff 0x9e3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ff instead.")
1150
+ #define CLUTTER_cr 0x9e4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_cr instead.")
1151
+ #define CLUTTER_lf 0x9e5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_lf instead.")
1152
+ #define CLUTTER_nl 0x9e8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_nl instead.")
1153
+ #define CLUTTER_vt 0x9e9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_vt instead.")
1154
+ #define CLUTTER_lowrightcorner 0x9ea CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_lowrightcorner instead.")
1155
+ #define CLUTTER_uprightcorner 0x9eb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_uprightcorner instead.")
1156
+ #define CLUTTER_upleftcorner 0x9ec CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_upleftcorner instead.")
1157
+ #define CLUTTER_lowleftcorner 0x9ed CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_lowleftcorner instead.")
1158
+ #define CLUTTER_crossinglines 0x9ee CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_crossinglines instead.")
1159
+ #define CLUTTER_horizlinescan1 0x9ef CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_horizlinescan1 instead.")
1160
+ #define CLUTTER_horizlinescan3 0x9f0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_horizlinescan3 instead.")
1161
+ #define CLUTTER_horizlinescan5 0x9f1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_horizlinescan5 instead.")
1162
+ #define CLUTTER_horizlinescan7 0x9f2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_horizlinescan7 instead.")
1163
+ #define CLUTTER_horizlinescan9 0x9f3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_horizlinescan9 instead.")
1164
+ #define CLUTTER_leftt 0x9f4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_leftt instead.")
1165
+ #define CLUTTER_rightt 0x9f5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_rightt instead.")
1166
+ #define CLUTTER_bott 0x9f6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_bott instead.")
1167
+ #define CLUTTER_topt 0x9f7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_topt instead.")
1168
+ #define CLUTTER_vertbar 0x9f8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_vertbar instead.")
1169
+ #define CLUTTER_emspace 0xaa1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_emspace instead.")
1170
+ #define CLUTTER_enspace 0xaa2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_enspace instead.")
1171
+ #define CLUTTER_em3space 0xaa3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_em3space instead.")
1172
+ #define CLUTTER_em4space 0xaa4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_em4space instead.")
1173
+ #define CLUTTER_digitspace 0xaa5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_digitspace instead.")
1174
+ #define CLUTTER_punctspace 0xaa6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_punctspace instead.")
1175
+ #define CLUTTER_thinspace 0xaa7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_thinspace instead.")
1176
+ #define CLUTTER_hairspace 0xaa8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hairspace instead.")
1177
+ #define CLUTTER_emdash 0xaa9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_emdash instead.")
1178
+ #define CLUTTER_endash 0xaaa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_endash instead.")
1179
+ #define CLUTTER_signifblank 0xaac CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_signifblank instead.")
1180
+ #define CLUTTER_ellipsis 0xaae CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ellipsis instead.")
1181
+ #define CLUTTER_doubbaselinedot 0xaaf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_doubbaselinedot instead.")
1182
+ #define CLUTTER_onethird 0xab0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_onethird instead.")
1183
+ #define CLUTTER_twothirds 0xab1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_twothirds instead.")
1184
+ #define CLUTTER_onefifth 0xab2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_onefifth instead.")
1185
+ #define CLUTTER_twofifths 0xab3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_twofifths instead.")
1186
+ #define CLUTTER_threefifths 0xab4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_threefifths instead.")
1187
+ #define CLUTTER_fourfifths 0xab5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_fourfifths instead.")
1188
+ #define CLUTTER_onesixth 0xab6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_onesixth instead.")
1189
+ #define CLUTTER_fivesixths 0xab7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_fivesixths instead.")
1190
+ #define CLUTTER_careof 0xab8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_careof instead.")
1191
+ #define CLUTTER_figdash 0xabb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_figdash instead.")
1192
+ #define CLUTTER_leftanglebracket 0xabc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_leftanglebracket instead.")
1193
+ #define CLUTTER_decimalpoint 0xabd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_decimalpoint instead.")
1194
+ #define CLUTTER_rightanglebracket 0xabe CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_rightanglebracket instead.")
1195
+ #define CLUTTER_marker 0xabf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_marker instead.")
1196
+ #define CLUTTER_oneeighth 0xac3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_oneeighth instead.")
1197
+ #define CLUTTER_threeeighths 0xac4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_threeeighths instead.")
1198
+ #define CLUTTER_fiveeighths 0xac5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_fiveeighths instead.")
1199
+ #define CLUTTER_seveneighths 0xac6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_seveneighths instead.")
1200
+ #define CLUTTER_trademark 0xac9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_trademark instead.")
1201
+ #define CLUTTER_signaturemark 0xaca CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_signaturemark instead.")
1202
+ #define CLUTTER_trademarkincircle 0xacb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_trademarkincircle instead.")
1203
+ #define CLUTTER_leftopentriangle 0xacc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_leftopentriangle instead.")
1204
+ #define CLUTTER_rightopentriangle 0xacd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_rightopentriangle instead.")
1205
+ #define CLUTTER_emopencircle 0xace CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_emopencircle instead.")
1206
+ #define CLUTTER_emopenrectangle 0xacf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_emopenrectangle instead.")
1207
+ #define CLUTTER_leftsinglequotemark 0xad0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_leftsinglequotemark instead.")
1208
+ #define CLUTTER_rightsinglequotemark 0xad1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_rightsinglequotemark instead.")
1209
+ #define CLUTTER_leftdoublequotemark 0xad2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_leftdoublequotemark instead.")
1210
+ #define CLUTTER_rightdoublequotemark 0xad3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_rightdoublequotemark instead.")
1211
+ #define CLUTTER_prescription 0xad4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_prescription instead.")
1212
+ #define CLUTTER_permille 0xad5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_permille instead.")
1213
+ #define CLUTTER_minutes 0xad6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_minutes instead.")
1214
+ #define CLUTTER_seconds 0xad7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_seconds instead.")
1215
+ #define CLUTTER_latincross 0xad9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_latincross instead.")
1216
+ #define CLUTTER_hexagram 0xada CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hexagram instead.")
1217
+ #define CLUTTER_filledrectbullet 0xadb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_filledrectbullet instead.")
1218
+ #define CLUTTER_filledlefttribullet 0xadc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_filledlefttribullet instead.")
1219
+ #define CLUTTER_filledrighttribullet 0xadd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_filledrighttribullet instead.")
1220
+ #define CLUTTER_emfilledcircle 0xade CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_emfilledcircle instead.")
1221
+ #define CLUTTER_emfilledrect 0xadf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_emfilledrect instead.")
1222
+ #define CLUTTER_enopencircbullet 0xae0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_enopencircbullet instead.")
1223
+ #define CLUTTER_enopensquarebullet 0xae1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_enopensquarebullet instead.")
1224
+ #define CLUTTER_openrectbullet 0xae2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_openrectbullet instead.")
1225
+ #define CLUTTER_opentribulletup 0xae3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_opentribulletup instead.")
1226
+ #define CLUTTER_opentribulletdown 0xae4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_opentribulletdown instead.")
1227
+ #define CLUTTER_openstar 0xae5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_openstar instead.")
1228
+ #define CLUTTER_enfilledcircbullet 0xae6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_enfilledcircbullet instead.")
1229
+ #define CLUTTER_enfilledsqbullet 0xae7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_enfilledsqbullet instead.")
1230
+ #define CLUTTER_filledtribulletup 0xae8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_filledtribulletup instead.")
1231
+ #define CLUTTER_filledtribulletdown 0xae9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_filledtribulletdown instead.")
1232
+ #define CLUTTER_leftpointer 0xaea CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_leftpointer instead.")
1233
+ #define CLUTTER_rightpointer 0xaeb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_rightpointer instead.")
1234
+ #define CLUTTER_club 0xaec CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_club instead.")
1235
+ #define CLUTTER_diamond 0xaed CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_diamond instead.")
1236
+ #define CLUTTER_heart 0xaee CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_heart instead.")
1237
+ #define CLUTTER_maltesecross 0xaf0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_maltesecross instead.")
1238
+ #define CLUTTER_dagger 0xaf1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dagger instead.")
1239
+ #define CLUTTER_doubledagger 0xaf2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_doubledagger instead.")
1240
+ #define CLUTTER_checkmark 0xaf3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_checkmark instead.")
1241
+ #define CLUTTER_ballotcross 0xaf4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ballotcross instead.")
1242
+ #define CLUTTER_musicalsharp 0xaf5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_musicalsharp instead.")
1243
+ #define CLUTTER_musicalflat 0xaf6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_musicalflat instead.")
1244
+ #define CLUTTER_malesymbol 0xaf7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_malesymbol instead.")
1245
+ #define CLUTTER_femalesymbol 0xaf8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_femalesymbol instead.")
1246
+ #define CLUTTER_telephone 0xaf9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_telephone instead.")
1247
+ #define CLUTTER_telephonerecorder 0xafa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_telephonerecorder instead.")
1248
+ #define CLUTTER_phonographcopyright 0xafb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_phonographcopyright instead.")
1249
+ #define CLUTTER_caret 0xafc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_caret instead.")
1250
+ #define CLUTTER_singlelowquotemark 0xafd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_singlelowquotemark instead.")
1251
+ #define CLUTTER_doublelowquotemark 0xafe CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_doublelowquotemark instead.")
1252
+ #define CLUTTER_cursor 0xaff CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_cursor instead.")
1253
+ #define CLUTTER_leftcaret 0xba3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_leftcaret instead.")
1254
+ #define CLUTTER_rightcaret 0xba6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_rightcaret instead.")
1255
+ #define CLUTTER_downcaret 0xba8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_downcaret instead.")
1256
+ #define CLUTTER_upcaret 0xba9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_upcaret instead.")
1257
+ #define CLUTTER_overbar 0xbc0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_overbar instead.")
1258
+ #define CLUTTER_downtack 0xbc2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_downtack instead.")
1259
+ #define CLUTTER_upshoe 0xbc3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_upshoe instead.")
1260
+ #define CLUTTER_downstile 0xbc4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_downstile instead.")
1261
+ #define CLUTTER_underbar 0xbc6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_underbar instead.")
1262
+ #define CLUTTER_jot 0xbca CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_jot instead.")
1263
+ #define CLUTTER_quad 0xbcc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_quad instead.")
1264
+ #define CLUTTER_uptack 0xbce CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_uptack instead.")
1265
+ #define CLUTTER_circle 0xbcf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_circle instead.")
1266
+ #define CLUTTER_upstile 0xbd3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_upstile instead.")
1267
+ #define CLUTTER_downshoe 0xbd6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_downshoe instead.")
1268
+ #define CLUTTER_rightshoe 0xbd8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_rightshoe instead.")
1269
+ #define CLUTTER_leftshoe 0xbda CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_leftshoe instead.")
1270
+ #define CLUTTER_lefttack 0xbdc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_lefttack instead.")
1271
+ #define CLUTTER_righttack 0xbfc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_righttack instead.")
1272
+ #define CLUTTER_hebrew_doublelowline 0xcdf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_doublelowline instead.")
1273
+ #define CLUTTER_hebrew_aleph 0xce0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_aleph instead.")
1274
+ #define CLUTTER_hebrew_bet 0xce1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_bet instead.")
1275
+ #define CLUTTER_hebrew_beth 0xce1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_beth instead.")
1276
+ #define CLUTTER_hebrew_gimel 0xce2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_gimel instead.")
1277
+ #define CLUTTER_hebrew_gimmel 0xce2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_gimmel instead.")
1278
+ #define CLUTTER_hebrew_dalet 0xce3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_dalet instead.")
1279
+ #define CLUTTER_hebrew_daleth 0xce3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_daleth instead.")
1280
+ #define CLUTTER_hebrew_he 0xce4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_he instead.")
1281
+ #define CLUTTER_hebrew_waw 0xce5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_waw instead.")
1282
+ #define CLUTTER_hebrew_zain 0xce6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_zain instead.")
1283
+ #define CLUTTER_hebrew_zayin 0xce6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_zayin instead.")
1284
+ #define CLUTTER_hebrew_chet 0xce7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_chet instead.")
1285
+ #define CLUTTER_hebrew_het 0xce7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_het instead.")
1286
+ #define CLUTTER_hebrew_tet 0xce8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_tet instead.")
1287
+ #define CLUTTER_hebrew_teth 0xce8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_teth instead.")
1288
+ #define CLUTTER_hebrew_yod 0xce9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_yod instead.")
1289
+ #define CLUTTER_hebrew_finalkaph 0xcea CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_finalkaph instead.")
1290
+ #define CLUTTER_hebrew_kaph 0xceb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_kaph instead.")
1291
+ #define CLUTTER_hebrew_lamed 0xcec CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_lamed instead.")
1292
+ #define CLUTTER_hebrew_finalmem 0xced CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_finalmem instead.")
1293
+ #define CLUTTER_hebrew_mem 0xcee CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_mem instead.")
1294
+ #define CLUTTER_hebrew_finalnun 0xcef CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_finalnun instead.")
1295
+ #define CLUTTER_hebrew_nun 0xcf0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_nun instead.")
1296
+ #define CLUTTER_hebrew_samech 0xcf1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_samech instead.")
1297
+ #define CLUTTER_hebrew_samekh 0xcf1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_samekh instead.")
1298
+ #define CLUTTER_hebrew_ayin 0xcf2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_ayin instead.")
1299
+ #define CLUTTER_hebrew_finalpe 0xcf3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_finalpe instead.")
1300
+ #define CLUTTER_hebrew_pe 0xcf4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_pe instead.")
1301
+ #define CLUTTER_hebrew_finalzade 0xcf5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_finalzade instead.")
1302
+ #define CLUTTER_hebrew_finalzadi 0xcf5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_finalzadi instead.")
1303
+ #define CLUTTER_hebrew_zade 0xcf6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_zade instead.")
1304
+ #define CLUTTER_hebrew_zadi 0xcf6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_zadi instead.")
1305
+ #define CLUTTER_hebrew_qoph 0xcf7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_qoph instead.")
1306
+ #define CLUTTER_hebrew_kuf 0xcf7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_kuf instead.")
1307
+ #define CLUTTER_hebrew_resh 0xcf8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_resh instead.")
1308
+ #define CLUTTER_hebrew_shin 0xcf9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_shin instead.")
1309
+ #define CLUTTER_hebrew_taw 0xcfa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_taw instead.")
1310
+ #define CLUTTER_hebrew_taf 0xcfa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_hebrew_taf instead.")
1311
+ #define CLUTTER_Hebrew_switch 0xff7e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hebrew_switch instead.")
1312
+ #define CLUTTER_Thai_kokai 0xda1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_kokai instead.")
1313
+ #define CLUTTER_Thai_khokhai 0xda2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_khokhai instead.")
1314
+ #define CLUTTER_Thai_khokhuat 0xda3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_khokhuat instead.")
1315
+ #define CLUTTER_Thai_khokhwai 0xda4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_khokhwai instead.")
1316
+ #define CLUTTER_Thai_khokhon 0xda5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_khokhon instead.")
1317
+ #define CLUTTER_Thai_khorakhang 0xda6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_khorakhang instead.")
1318
+ #define CLUTTER_Thai_ngongu 0xda7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_ngongu instead.")
1319
+ #define CLUTTER_Thai_chochan 0xda8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_chochan instead.")
1320
+ #define CLUTTER_Thai_choching 0xda9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_choching instead.")
1321
+ #define CLUTTER_Thai_chochang 0xdaa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_chochang instead.")
1322
+ #define CLUTTER_Thai_soso 0xdab CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_soso instead.")
1323
+ #define CLUTTER_Thai_chochoe 0xdac CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_chochoe instead.")
1324
+ #define CLUTTER_Thai_yoying 0xdad CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_yoying instead.")
1325
+ #define CLUTTER_Thai_dochada 0xdae CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_dochada instead.")
1326
+ #define CLUTTER_Thai_topatak 0xdaf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_topatak instead.")
1327
+ #define CLUTTER_Thai_thothan 0xdb0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_thothan instead.")
1328
+ #define CLUTTER_Thai_thonangmontho 0xdb1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_thonangmontho instead.")
1329
+ #define CLUTTER_Thai_thophuthao 0xdb2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_thophuthao instead.")
1330
+ #define CLUTTER_Thai_nonen 0xdb3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_nonen instead.")
1331
+ #define CLUTTER_Thai_dodek 0xdb4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_dodek instead.")
1332
+ #define CLUTTER_Thai_totao 0xdb5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_totao instead.")
1333
+ #define CLUTTER_Thai_thothung 0xdb6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_thothung instead.")
1334
+ #define CLUTTER_Thai_thothahan 0xdb7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_thothahan instead.")
1335
+ #define CLUTTER_Thai_thothong 0xdb8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_thothong instead.")
1336
+ #define CLUTTER_Thai_nonu 0xdb9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_nonu instead.")
1337
+ #define CLUTTER_Thai_bobaimai 0xdba CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_bobaimai instead.")
1338
+ #define CLUTTER_Thai_popla 0xdbb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_popla instead.")
1339
+ #define CLUTTER_Thai_phophung 0xdbc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_phophung instead.")
1340
+ #define CLUTTER_Thai_fofa 0xdbd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_fofa instead.")
1341
+ #define CLUTTER_Thai_phophan 0xdbe CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_phophan instead.")
1342
+ #define CLUTTER_Thai_fofan 0xdbf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_fofan instead.")
1343
+ #define CLUTTER_Thai_phosamphao 0xdc0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_phosamphao instead.")
1344
+ #define CLUTTER_Thai_moma 0xdc1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_moma instead.")
1345
+ #define CLUTTER_Thai_yoyak 0xdc2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_yoyak instead.")
1346
+ #define CLUTTER_Thai_rorua 0xdc3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_rorua instead.")
1347
+ #define CLUTTER_Thai_ru 0xdc4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_ru instead.")
1348
+ #define CLUTTER_Thai_loling 0xdc5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_loling instead.")
1349
+ #define CLUTTER_Thai_lu 0xdc6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_lu instead.")
1350
+ #define CLUTTER_Thai_wowaen 0xdc7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_wowaen instead.")
1351
+ #define CLUTTER_Thai_sosala 0xdc8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_sosala instead.")
1352
+ #define CLUTTER_Thai_sorusi 0xdc9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_sorusi instead.")
1353
+ #define CLUTTER_Thai_sosua 0xdca CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_sosua instead.")
1354
+ #define CLUTTER_Thai_hohip 0xdcb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_hohip instead.")
1355
+ #define CLUTTER_Thai_lochula 0xdcc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_lochula instead.")
1356
+ #define CLUTTER_Thai_oang 0xdcd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_oang instead.")
1357
+ #define CLUTTER_Thai_honokhuk 0xdce CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_honokhuk instead.")
1358
+ #define CLUTTER_Thai_paiyannoi 0xdcf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_paiyannoi instead.")
1359
+ #define CLUTTER_Thai_saraa 0xdd0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_saraa instead.")
1360
+ #define CLUTTER_Thai_maihanakat 0xdd1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_maihanakat instead.")
1361
+ #define CLUTTER_Thai_saraaa 0xdd2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_saraaa instead.")
1362
+ #define CLUTTER_Thai_saraam 0xdd3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_saraam instead.")
1363
+ #define CLUTTER_Thai_sarai 0xdd4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_sarai instead.")
1364
+ #define CLUTTER_Thai_saraii 0xdd5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_saraii instead.")
1365
+ #define CLUTTER_Thai_saraue 0xdd6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_saraue instead.")
1366
+ #define CLUTTER_Thai_sarauee 0xdd7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_sarauee instead.")
1367
+ #define CLUTTER_Thai_sarau 0xdd8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_sarau instead.")
1368
+ #define CLUTTER_Thai_sarauu 0xdd9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_sarauu instead.")
1369
+ #define CLUTTER_Thai_phinthu 0xdda CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_phinthu instead.")
1370
+ #define CLUTTER_Thai_maihanakat_maitho 0xdde CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_maihanakat_maitho instead.")
1371
+ #define CLUTTER_Thai_baht 0xddf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_baht instead.")
1372
+ #define CLUTTER_Thai_sarae 0xde0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_sarae instead.")
1373
+ #define CLUTTER_Thai_saraae 0xde1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_saraae instead.")
1374
+ #define CLUTTER_Thai_sarao 0xde2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_sarao instead.")
1375
+ #define CLUTTER_Thai_saraaimaimuan 0xde3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_saraaimaimuan instead.")
1376
+ #define CLUTTER_Thai_saraaimaimalai 0xde4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_saraaimaimalai instead.")
1377
+ #define CLUTTER_Thai_lakkhangyao 0xde5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_lakkhangyao instead.")
1378
+ #define CLUTTER_Thai_maiyamok 0xde6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_maiyamok instead.")
1379
+ #define CLUTTER_Thai_maitaikhu 0xde7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_maitaikhu instead.")
1380
+ #define CLUTTER_Thai_maiek 0xde8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_maiek instead.")
1381
+ #define CLUTTER_Thai_maitho 0xde9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_maitho instead.")
1382
+ #define CLUTTER_Thai_maitri 0xdea CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_maitri instead.")
1383
+ #define CLUTTER_Thai_maichattawa 0xdeb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_maichattawa instead.")
1384
+ #define CLUTTER_Thai_thanthakhat 0xdec CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_thanthakhat instead.")
1385
+ #define CLUTTER_Thai_nikhahit 0xded CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_nikhahit instead.")
1386
+ #define CLUTTER_Thai_leksun 0xdf0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_leksun instead.")
1387
+ #define CLUTTER_Thai_leknung 0xdf1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_leknung instead.")
1388
+ #define CLUTTER_Thai_leksong 0xdf2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_leksong instead.")
1389
+ #define CLUTTER_Thai_leksam 0xdf3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_leksam instead.")
1390
+ #define CLUTTER_Thai_leksi 0xdf4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_leksi instead.")
1391
+ #define CLUTTER_Thai_lekha 0xdf5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_lekha instead.")
1392
+ #define CLUTTER_Thai_lekhok 0xdf6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_lekhok instead.")
1393
+ #define CLUTTER_Thai_lekchet 0xdf7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_lekchet instead.")
1394
+ #define CLUTTER_Thai_lekpaet 0xdf8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_lekpaet instead.")
1395
+ #define CLUTTER_Thai_lekkao 0xdf9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Thai_lekkao instead.")
1396
+ #define CLUTTER_Hangul 0xff31 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul instead.")
1397
+ #define CLUTTER_Hangul_Start 0xff32 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_Start instead.")
1398
+ #define CLUTTER_Hangul_End 0xff33 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_End instead.")
1399
+ #define CLUTTER_Hangul_Hanja 0xff34 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_Hanja instead.")
1400
+ #define CLUTTER_Hangul_Jamo 0xff35 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_Jamo instead.")
1401
+ #define CLUTTER_Hangul_Romaja 0xff36 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_Romaja instead.")
1402
+ #define CLUTTER_Hangul_Codeinput 0xff37 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_Codeinput instead.")
1403
+ #define CLUTTER_Hangul_Jeonja 0xff38 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_Jeonja instead.")
1404
+ #define CLUTTER_Hangul_Banja 0xff39 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_Banja instead.")
1405
+ #define CLUTTER_Hangul_PreHanja 0xff3a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_PreHanja instead.")
1406
+ #define CLUTTER_Hangul_PostHanja 0xff3b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_PostHanja instead.")
1407
+ #define CLUTTER_Hangul_SingleCandidate 0xff3c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_SingleCandidate instead.")
1408
+ #define CLUTTER_Hangul_MultipleCandidate 0xff3d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_MultipleCandidate instead.")
1409
+ #define CLUTTER_Hangul_PreviousCandidate 0xff3e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_PreviousCandidate instead.")
1410
+ #define CLUTTER_Hangul_Special 0xff3f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_Special instead.")
1411
+ #define CLUTTER_Hangul_switch 0xff7e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_switch instead.")
1412
+ #define CLUTTER_Hangul_Kiyeog 0xea1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_Kiyeog instead.")
1413
+ #define CLUTTER_Hangul_SsangKiyeog 0xea2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_SsangKiyeog instead.")
1414
+ #define CLUTTER_Hangul_KiyeogSios 0xea3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_KiyeogSios instead.")
1415
+ #define CLUTTER_Hangul_Nieun 0xea4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_Nieun instead.")
1416
+ #define CLUTTER_Hangul_NieunJieuj 0xea5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_NieunJieuj instead.")
1417
+ #define CLUTTER_Hangul_NieunHieuh 0xea6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_NieunHieuh instead.")
1418
+ #define CLUTTER_Hangul_Dikeud 0xea7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_Dikeud instead.")
1419
+ #define CLUTTER_Hangul_SsangDikeud 0xea8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_SsangDikeud instead.")
1420
+ #define CLUTTER_Hangul_Rieul 0xea9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_Rieul instead.")
1421
+ #define CLUTTER_Hangul_RieulKiyeog 0xeaa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_RieulKiyeog instead.")
1422
+ #define CLUTTER_Hangul_RieulMieum 0xeab CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_RieulMieum instead.")
1423
+ #define CLUTTER_Hangul_RieulPieub 0xeac CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_RieulPieub instead.")
1424
+ #define CLUTTER_Hangul_RieulSios 0xead CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_RieulSios instead.")
1425
+ #define CLUTTER_Hangul_RieulTieut 0xeae CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_RieulTieut instead.")
1426
+ #define CLUTTER_Hangul_RieulPhieuf 0xeaf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_RieulPhieuf instead.")
1427
+ #define CLUTTER_Hangul_RieulHieuh 0xeb0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_RieulHieuh instead.")
1428
+ #define CLUTTER_Hangul_Mieum 0xeb1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_Mieum instead.")
1429
+ #define CLUTTER_Hangul_Pieub 0xeb2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_Pieub instead.")
1430
+ #define CLUTTER_Hangul_SsangPieub 0xeb3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_SsangPieub instead.")
1431
+ #define CLUTTER_Hangul_PieubSios 0xeb4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_PieubSios instead.")
1432
+ #define CLUTTER_Hangul_Sios 0xeb5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_Sios instead.")
1433
+ #define CLUTTER_Hangul_SsangSios 0xeb6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_SsangSios instead.")
1434
+ #define CLUTTER_Hangul_Ieung 0xeb7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_Ieung instead.")
1435
+ #define CLUTTER_Hangul_Jieuj 0xeb8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_Jieuj instead.")
1436
+ #define CLUTTER_Hangul_SsangJieuj 0xeb9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_SsangJieuj instead.")
1437
+ #define CLUTTER_Hangul_Cieuc 0xeba CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_Cieuc instead.")
1438
+ #define CLUTTER_Hangul_Khieuq 0xebb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_Khieuq instead.")
1439
+ #define CLUTTER_Hangul_Tieut 0xebc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_Tieut instead.")
1440
+ #define CLUTTER_Hangul_Phieuf 0xebd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_Phieuf instead.")
1441
+ #define CLUTTER_Hangul_Hieuh 0xebe CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_Hieuh instead.")
1442
+ #define CLUTTER_Hangul_A 0xebf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_A instead.")
1443
+ #define CLUTTER_Hangul_AE 0xec0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_AE instead.")
1444
+ #define CLUTTER_Hangul_YA 0xec1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_YA instead.")
1445
+ #define CLUTTER_Hangul_YAE 0xec2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_YAE instead.")
1446
+ #define CLUTTER_Hangul_EO 0xec3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_EO instead.")
1447
+ #define CLUTTER_Hangul_E 0xec4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_E instead.")
1448
+ #define CLUTTER_Hangul_YEO 0xec5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_YEO instead.")
1449
+ #define CLUTTER_Hangul_YE 0xec6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_YE instead.")
1450
+ #define CLUTTER_Hangul_O 0xec7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_O instead.")
1451
+ #define CLUTTER_Hangul_WA 0xec8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_WA instead.")
1452
+ #define CLUTTER_Hangul_WAE 0xec9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_WAE instead.")
1453
+ #define CLUTTER_Hangul_OE 0xeca CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_OE instead.")
1454
+ #define CLUTTER_Hangul_YO 0xecb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_YO instead.")
1455
+ #define CLUTTER_Hangul_U 0xecc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_U instead.")
1456
+ #define CLUTTER_Hangul_WEO 0xecd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_WEO instead.")
1457
+ #define CLUTTER_Hangul_WE 0xece CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_WE instead.")
1458
+ #define CLUTTER_Hangul_WI 0xecf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_WI instead.")
1459
+ #define CLUTTER_Hangul_YU 0xed0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_YU instead.")
1460
+ #define CLUTTER_Hangul_EU 0xed1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_EU instead.")
1461
+ #define CLUTTER_Hangul_YI 0xed2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_YI instead.")
1462
+ #define CLUTTER_Hangul_I 0xed3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_I instead.")
1463
+ #define CLUTTER_Hangul_J_Kiyeog 0xed4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_Kiyeog instead.")
1464
+ #define CLUTTER_Hangul_J_SsangKiyeog 0xed5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_SsangKiyeog instead.")
1465
+ #define CLUTTER_Hangul_J_KiyeogSios 0xed6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_KiyeogSios instead.")
1466
+ #define CLUTTER_Hangul_J_Nieun 0xed7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_Nieun instead.")
1467
+ #define CLUTTER_Hangul_J_NieunJieuj 0xed8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_NieunJieuj instead.")
1468
+ #define CLUTTER_Hangul_J_NieunHieuh 0xed9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_NieunHieuh instead.")
1469
+ #define CLUTTER_Hangul_J_Dikeud 0xeda CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_Dikeud instead.")
1470
+ #define CLUTTER_Hangul_J_Rieul 0xedb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_Rieul instead.")
1471
+ #define CLUTTER_Hangul_J_RieulKiyeog 0xedc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_RieulKiyeog instead.")
1472
+ #define CLUTTER_Hangul_J_RieulMieum 0xedd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_RieulMieum instead.")
1473
+ #define CLUTTER_Hangul_J_RieulPieub 0xede CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_RieulPieub instead.")
1474
+ #define CLUTTER_Hangul_J_RieulSios 0xedf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_RieulSios instead.")
1475
+ #define CLUTTER_Hangul_J_RieulTieut 0xee0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_RieulTieut instead.")
1476
+ #define CLUTTER_Hangul_J_RieulPhieuf 0xee1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_RieulPhieuf instead.")
1477
+ #define CLUTTER_Hangul_J_RieulHieuh 0xee2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_RieulHieuh instead.")
1478
+ #define CLUTTER_Hangul_J_Mieum 0xee3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_Mieum instead.")
1479
+ #define CLUTTER_Hangul_J_Pieub 0xee4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_Pieub instead.")
1480
+ #define CLUTTER_Hangul_J_PieubSios 0xee5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_PieubSios instead.")
1481
+ #define CLUTTER_Hangul_J_Sios 0xee6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_Sios instead.")
1482
+ #define CLUTTER_Hangul_J_SsangSios 0xee7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_SsangSios instead.")
1483
+ #define CLUTTER_Hangul_J_Ieung 0xee8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_Ieung instead.")
1484
+ #define CLUTTER_Hangul_J_Jieuj 0xee9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_Jieuj instead.")
1485
+ #define CLUTTER_Hangul_J_Cieuc 0xeea CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_Cieuc instead.")
1486
+ #define CLUTTER_Hangul_J_Khieuq 0xeeb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_Khieuq instead.")
1487
+ #define CLUTTER_Hangul_J_Tieut 0xeec CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_Tieut instead.")
1488
+ #define CLUTTER_Hangul_J_Phieuf 0xeed CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_Phieuf instead.")
1489
+ #define CLUTTER_Hangul_J_Hieuh 0xeee CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_Hieuh instead.")
1490
+ #define CLUTTER_Hangul_RieulYeorinHieuh 0xeef CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_RieulYeorinHieuh instead.")
1491
+ #define CLUTTER_Hangul_SunkyeongeumMieum 0xef0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_SunkyeongeumMieum instead.")
1492
+ #define CLUTTER_Hangul_SunkyeongeumPieub 0xef1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_SunkyeongeumPieub instead.")
1493
+ #define CLUTTER_Hangul_PanSios 0xef2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_PanSios instead.")
1494
+ #define CLUTTER_Hangul_KkogjiDalrinIeung 0xef3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_KkogjiDalrinIeung instead.")
1495
+ #define CLUTTER_Hangul_SunkyeongeumPhieuf 0xef4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_SunkyeongeumPhieuf instead.")
1496
+ #define CLUTTER_Hangul_YeorinHieuh 0xef5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_YeorinHieuh instead.")
1497
+ #define CLUTTER_Hangul_AraeA 0xef6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_AraeA instead.")
1498
+ #define CLUTTER_Hangul_AraeAE 0xef7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_AraeAE instead.")
1499
+ #define CLUTTER_Hangul_J_PanSios 0xef8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_PanSios instead.")
1500
+ #define CLUTTER_Hangul_J_KkogjiDalrinIeung 0xef9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_KkogjiDalrinIeung instead.")
1501
+ #define CLUTTER_Hangul_J_YeorinHieuh 0xefa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Hangul_J_YeorinHieuh instead.")
1502
+ #define CLUTTER_Korean_Won 0xeff CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Korean_Won instead.")
1503
+ #define CLUTTER_Armenian_ligature_ew 0x1000587 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_ligature_ew instead.")
1504
+ #define CLUTTER_Armenian_full_stop 0x1000589 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_full_stop instead.")
1505
+ #define CLUTTER_Armenian_verjaket 0x1000589 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_verjaket instead.")
1506
+ #define CLUTTER_Armenian_separation_mark 0x100055d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_separation_mark instead.")
1507
+ #define CLUTTER_Armenian_but 0x100055d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_but instead.")
1508
+ #define CLUTTER_Armenian_hyphen 0x100058a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_hyphen instead.")
1509
+ #define CLUTTER_Armenian_yentamna 0x100058a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_yentamna instead.")
1510
+ #define CLUTTER_Armenian_exclam 0x100055c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_exclam instead.")
1511
+ #define CLUTTER_Armenian_amanak 0x100055c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_amanak instead.")
1512
+ #define CLUTTER_Armenian_accent 0x100055b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_accent instead.")
1513
+ #define CLUTTER_Armenian_shesht 0x100055b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_shesht instead.")
1514
+ #define CLUTTER_Armenian_question 0x100055e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_question instead.")
1515
+ #define CLUTTER_Armenian_paruyk 0x100055e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_paruyk instead.")
1516
+ #define CLUTTER_Armenian_AYB 0x1000531 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_AYB instead.")
1517
+ #define CLUTTER_Armenian_ayb 0x1000561 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_ayb instead.")
1518
+ #define CLUTTER_Armenian_BEN 0x1000532 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_BEN instead.")
1519
+ #define CLUTTER_Armenian_ben 0x1000562 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_ben instead.")
1520
+ #define CLUTTER_Armenian_GIM 0x1000533 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_GIM instead.")
1521
+ #define CLUTTER_Armenian_gim 0x1000563 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_gim instead.")
1522
+ #define CLUTTER_Armenian_DA 0x1000534 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_DA instead.")
1523
+ #define CLUTTER_Armenian_da 0x1000564 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_da instead.")
1524
+ #define CLUTTER_Armenian_YECH 0x1000535 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_YECH instead.")
1525
+ #define CLUTTER_Armenian_yech 0x1000565 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_yech instead.")
1526
+ #define CLUTTER_Armenian_ZA 0x1000536 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_ZA instead.")
1527
+ #define CLUTTER_Armenian_za 0x1000566 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_za instead.")
1528
+ #define CLUTTER_Armenian_E 0x1000537 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_E instead.")
1529
+ #define CLUTTER_Armenian_e 0x1000567 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_e instead.")
1530
+ #define CLUTTER_Armenian_AT 0x1000538 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_AT instead.")
1531
+ #define CLUTTER_Armenian_at 0x1000568 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_at instead.")
1532
+ #define CLUTTER_Armenian_TO 0x1000539 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_TO instead.")
1533
+ #define CLUTTER_Armenian_to 0x1000569 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_to instead.")
1534
+ #define CLUTTER_Armenian_ZHE 0x100053a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_ZHE instead.")
1535
+ #define CLUTTER_Armenian_zhe 0x100056a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_zhe instead.")
1536
+ #define CLUTTER_Armenian_INI 0x100053b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_INI instead.")
1537
+ #define CLUTTER_Armenian_ini 0x100056b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_ini instead.")
1538
+ #define CLUTTER_Armenian_LYUN 0x100053c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_LYUN instead.")
1539
+ #define CLUTTER_Armenian_lyun 0x100056c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_lyun instead.")
1540
+ #define CLUTTER_Armenian_KHE 0x100053d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_KHE instead.")
1541
+ #define CLUTTER_Armenian_khe 0x100056d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_khe instead.")
1542
+ #define CLUTTER_Armenian_TSA 0x100053e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_TSA instead.")
1543
+ #define CLUTTER_Armenian_tsa 0x100056e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_tsa instead.")
1544
+ #define CLUTTER_Armenian_KEN 0x100053f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_KEN instead.")
1545
+ #define CLUTTER_Armenian_ken 0x100056f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_ken instead.")
1546
+ #define CLUTTER_Armenian_HO 0x1000540 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_HO instead.")
1547
+ #define CLUTTER_Armenian_ho 0x1000570 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_ho instead.")
1548
+ #define CLUTTER_Armenian_DZA 0x1000541 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_DZA instead.")
1549
+ #define CLUTTER_Armenian_dza 0x1000571 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_dza instead.")
1550
+ #define CLUTTER_Armenian_GHAT 0x1000542 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_GHAT instead.")
1551
+ #define CLUTTER_Armenian_ghat 0x1000572 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_ghat instead.")
1552
+ #define CLUTTER_Armenian_TCHE 0x1000543 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_TCHE instead.")
1553
+ #define CLUTTER_Armenian_tche 0x1000573 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_tche instead.")
1554
+ #define CLUTTER_Armenian_MEN 0x1000544 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_MEN instead.")
1555
+ #define CLUTTER_Armenian_men 0x1000574 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_men instead.")
1556
+ #define CLUTTER_Armenian_HI 0x1000545 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_HI instead.")
1557
+ #define CLUTTER_Armenian_hi 0x1000575 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_hi instead.")
1558
+ #define CLUTTER_Armenian_NU 0x1000546 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_NU instead.")
1559
+ #define CLUTTER_Armenian_nu 0x1000576 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_nu instead.")
1560
+ #define CLUTTER_Armenian_SHA 0x1000547 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_SHA instead.")
1561
+ #define CLUTTER_Armenian_sha 0x1000577 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_sha instead.")
1562
+ #define CLUTTER_Armenian_VO 0x1000548 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_VO instead.")
1563
+ #define CLUTTER_Armenian_vo 0x1000578 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_vo instead.")
1564
+ #define CLUTTER_Armenian_CHA 0x1000549 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_CHA instead.")
1565
+ #define CLUTTER_Armenian_cha 0x1000579 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_cha instead.")
1566
+ #define CLUTTER_Armenian_PE 0x100054a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_PE instead.")
1567
+ #define CLUTTER_Armenian_pe 0x100057a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_pe instead.")
1568
+ #define CLUTTER_Armenian_JE 0x100054b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_JE instead.")
1569
+ #define CLUTTER_Armenian_je 0x100057b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_je instead.")
1570
+ #define CLUTTER_Armenian_RA 0x100054c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_RA instead.")
1571
+ #define CLUTTER_Armenian_ra 0x100057c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_ra instead.")
1572
+ #define CLUTTER_Armenian_SE 0x100054d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_SE instead.")
1573
+ #define CLUTTER_Armenian_se 0x100057d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_se instead.")
1574
+ #define CLUTTER_Armenian_VEV 0x100054e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_VEV instead.")
1575
+ #define CLUTTER_Armenian_vev 0x100057e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_vev instead.")
1576
+ #define CLUTTER_Armenian_TYUN 0x100054f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_TYUN instead.")
1577
+ #define CLUTTER_Armenian_tyun 0x100057f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_tyun instead.")
1578
+ #define CLUTTER_Armenian_RE 0x1000550 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_RE instead.")
1579
+ #define CLUTTER_Armenian_re 0x1000580 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_re instead.")
1580
+ #define CLUTTER_Armenian_TSO 0x1000551 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_TSO instead.")
1581
+ #define CLUTTER_Armenian_tso 0x1000581 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_tso instead.")
1582
+ #define CLUTTER_Armenian_VYUN 0x1000552 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_VYUN instead.")
1583
+ #define CLUTTER_Armenian_vyun 0x1000582 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_vyun instead.")
1584
+ #define CLUTTER_Armenian_PYUR 0x1000553 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_PYUR instead.")
1585
+ #define CLUTTER_Armenian_pyur 0x1000583 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_pyur instead.")
1586
+ #define CLUTTER_Armenian_KE 0x1000554 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_KE instead.")
1587
+ #define CLUTTER_Armenian_ke 0x1000584 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_ke instead.")
1588
+ #define CLUTTER_Armenian_O 0x1000555 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_O instead.")
1589
+ #define CLUTTER_Armenian_o 0x1000585 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_o instead.")
1590
+ #define CLUTTER_Armenian_FE 0x1000556 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_FE instead.")
1591
+ #define CLUTTER_Armenian_fe 0x1000586 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_fe instead.")
1592
+ #define CLUTTER_Armenian_apostrophe 0x100055a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Armenian_apostrophe instead.")
1593
+ #define CLUTTER_Georgian_an 0x10010d0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_an instead.")
1594
+ #define CLUTTER_Georgian_ban 0x10010d1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_ban instead.")
1595
+ #define CLUTTER_Georgian_gan 0x10010d2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_gan instead.")
1596
+ #define CLUTTER_Georgian_don 0x10010d3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_don instead.")
1597
+ #define CLUTTER_Georgian_en 0x10010d4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_en instead.")
1598
+ #define CLUTTER_Georgian_vin 0x10010d5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_vin instead.")
1599
+ #define CLUTTER_Georgian_zen 0x10010d6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_zen instead.")
1600
+ #define CLUTTER_Georgian_tan 0x10010d7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_tan instead.")
1601
+ #define CLUTTER_Georgian_in 0x10010d8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_in instead.")
1602
+ #define CLUTTER_Georgian_kan 0x10010d9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_kan instead.")
1603
+ #define CLUTTER_Georgian_las 0x10010da CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_las instead.")
1604
+ #define CLUTTER_Georgian_man 0x10010db CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_man instead.")
1605
+ #define CLUTTER_Georgian_nar 0x10010dc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_nar instead.")
1606
+ #define CLUTTER_Georgian_on 0x10010dd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_on instead.")
1607
+ #define CLUTTER_Georgian_par 0x10010de CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_par instead.")
1608
+ #define CLUTTER_Georgian_zhar 0x10010df CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_zhar instead.")
1609
+ #define CLUTTER_Georgian_rae 0x10010e0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_rae instead.")
1610
+ #define CLUTTER_Georgian_san 0x10010e1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_san instead.")
1611
+ #define CLUTTER_Georgian_tar 0x10010e2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_tar instead.")
1612
+ #define CLUTTER_Georgian_un 0x10010e3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_un instead.")
1613
+ #define CLUTTER_Georgian_phar 0x10010e4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_phar instead.")
1614
+ #define CLUTTER_Georgian_khar 0x10010e5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_khar instead.")
1615
+ #define CLUTTER_Georgian_ghan 0x10010e6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_ghan instead.")
1616
+ #define CLUTTER_Georgian_qar 0x10010e7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_qar instead.")
1617
+ #define CLUTTER_Georgian_shin 0x10010e8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_shin instead.")
1618
+ #define CLUTTER_Georgian_chin 0x10010e9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_chin instead.")
1619
+ #define CLUTTER_Georgian_can 0x10010ea CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_can instead.")
1620
+ #define CLUTTER_Georgian_jil 0x10010eb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_jil instead.")
1621
+ #define CLUTTER_Georgian_cil 0x10010ec CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_cil instead.")
1622
+ #define CLUTTER_Georgian_char 0x10010ed CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_char instead.")
1623
+ #define CLUTTER_Georgian_xan 0x10010ee CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_xan instead.")
1624
+ #define CLUTTER_Georgian_jhan 0x10010ef CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_jhan instead.")
1625
+ #define CLUTTER_Georgian_hae 0x10010f0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_hae instead.")
1626
+ #define CLUTTER_Georgian_he 0x10010f1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_he instead.")
1627
+ #define CLUTTER_Georgian_hie 0x10010f2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_hie instead.")
1628
+ #define CLUTTER_Georgian_we 0x10010f3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_we instead.")
1629
+ #define CLUTTER_Georgian_har 0x10010f4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_har instead.")
1630
+ #define CLUTTER_Georgian_hoe 0x10010f5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_hoe instead.")
1631
+ #define CLUTTER_Georgian_fi 0x10010f6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Georgian_fi instead.")
1632
+ #define CLUTTER_Xabovedot 0x1001e8a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Xabovedot instead.")
1633
+ #define CLUTTER_Ibreve 0x100012c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ibreve instead.")
1634
+ #define CLUTTER_Zstroke 0x10001b5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Zstroke instead.")
1635
+ #define CLUTTER_Gcaron 0x10001e6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Gcaron instead.")
1636
+ #define CLUTTER_Ocaron 0x10001d1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ocaron instead.")
1637
+ #define CLUTTER_Obarred 0x100019f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Obarred instead.")
1638
+ #define CLUTTER_xabovedot 0x1001e8b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_xabovedot instead.")
1639
+ #define CLUTTER_ibreve 0x100012d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ibreve instead.")
1640
+ #define CLUTTER_zstroke 0x10001b6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_zstroke instead.")
1641
+ #define CLUTTER_gcaron 0x10001e7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_gcaron instead.")
1642
+ #define CLUTTER_ocaron 0x10001d2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ocaron instead.")
1643
+ #define CLUTTER_obarred 0x1000275 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_obarred instead.")
1644
+ #define CLUTTER_SCHWA 0x100018f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_SCHWA instead.")
1645
+ #define CLUTTER_schwa 0x1000259 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_schwa instead.")
1646
+ #define CLUTTER_EZH 0x10001b7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_EZH instead.")
1647
+ #define CLUTTER_ezh 0x1000292 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ezh instead.")
1648
+ #define CLUTTER_Lbelowdot 0x1001e36 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Lbelowdot instead.")
1649
+ #define CLUTTER_lbelowdot 0x1001e37 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_lbelowdot instead.")
1650
+ #define CLUTTER_Abelowdot 0x1001ea0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Abelowdot instead.")
1651
+ #define CLUTTER_abelowdot 0x1001ea1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_abelowdot instead.")
1652
+ #define CLUTTER_Ahook 0x1001ea2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ahook instead.")
1653
+ #define CLUTTER_ahook 0x1001ea3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ahook instead.")
1654
+ #define CLUTTER_Acircumflexacute 0x1001ea4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Acircumflexacute instead.")
1655
+ #define CLUTTER_acircumflexacute 0x1001ea5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_acircumflexacute instead.")
1656
+ #define CLUTTER_Acircumflexgrave 0x1001ea6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Acircumflexgrave instead.")
1657
+ #define CLUTTER_acircumflexgrave 0x1001ea7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_acircumflexgrave instead.")
1658
+ #define CLUTTER_Acircumflexhook 0x1001ea8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Acircumflexhook instead.")
1659
+ #define CLUTTER_acircumflexhook 0x1001ea9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_acircumflexhook instead.")
1660
+ #define CLUTTER_Acircumflextilde 0x1001eaa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Acircumflextilde instead.")
1661
+ #define CLUTTER_acircumflextilde 0x1001eab CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_acircumflextilde instead.")
1662
+ #define CLUTTER_Acircumflexbelowdot 0x1001eac CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Acircumflexbelowdot instead.")
1663
+ #define CLUTTER_acircumflexbelowdot 0x1001ead CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_acircumflexbelowdot instead.")
1664
+ #define CLUTTER_Abreveacute 0x1001eae CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Abreveacute instead.")
1665
+ #define CLUTTER_abreveacute 0x1001eaf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_abreveacute instead.")
1666
+ #define CLUTTER_Abrevegrave 0x1001eb0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Abrevegrave instead.")
1667
+ #define CLUTTER_abrevegrave 0x1001eb1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_abrevegrave instead.")
1668
+ #define CLUTTER_Abrevehook 0x1001eb2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Abrevehook instead.")
1669
+ #define CLUTTER_abrevehook 0x1001eb3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_abrevehook instead.")
1670
+ #define CLUTTER_Abrevetilde 0x1001eb4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Abrevetilde instead.")
1671
+ #define CLUTTER_abrevetilde 0x1001eb5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_abrevetilde instead.")
1672
+ #define CLUTTER_Abrevebelowdot 0x1001eb6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Abrevebelowdot instead.")
1673
+ #define CLUTTER_abrevebelowdot 0x1001eb7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_abrevebelowdot instead.")
1674
+ #define CLUTTER_Ebelowdot 0x1001eb8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ebelowdot instead.")
1675
+ #define CLUTTER_ebelowdot 0x1001eb9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ebelowdot instead.")
1676
+ #define CLUTTER_Ehook 0x1001eba CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ehook instead.")
1677
+ #define CLUTTER_ehook 0x1001ebb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ehook instead.")
1678
+ #define CLUTTER_Etilde 0x1001ebc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Etilde instead.")
1679
+ #define CLUTTER_etilde 0x1001ebd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_etilde instead.")
1680
+ #define CLUTTER_Ecircumflexacute 0x1001ebe CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ecircumflexacute instead.")
1681
+ #define CLUTTER_ecircumflexacute 0x1001ebf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ecircumflexacute instead.")
1682
+ #define CLUTTER_Ecircumflexgrave 0x1001ec0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ecircumflexgrave instead.")
1683
+ #define CLUTTER_ecircumflexgrave 0x1001ec1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ecircumflexgrave instead.")
1684
+ #define CLUTTER_Ecircumflexhook 0x1001ec2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ecircumflexhook instead.")
1685
+ #define CLUTTER_ecircumflexhook 0x1001ec3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ecircumflexhook instead.")
1686
+ #define CLUTTER_Ecircumflextilde 0x1001ec4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ecircumflextilde instead.")
1687
+ #define CLUTTER_ecircumflextilde 0x1001ec5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ecircumflextilde instead.")
1688
+ #define CLUTTER_Ecircumflexbelowdot 0x1001ec6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ecircumflexbelowdot instead.")
1689
+ #define CLUTTER_ecircumflexbelowdot 0x1001ec7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ecircumflexbelowdot instead.")
1690
+ #define CLUTTER_Ihook 0x1001ec8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ihook instead.")
1691
+ #define CLUTTER_ihook 0x1001ec9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ihook instead.")
1692
+ #define CLUTTER_Ibelowdot 0x1001eca CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ibelowdot instead.")
1693
+ #define CLUTTER_ibelowdot 0x1001ecb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ibelowdot instead.")
1694
+ #define CLUTTER_Obelowdot 0x1001ecc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Obelowdot instead.")
1695
+ #define CLUTTER_obelowdot 0x1001ecd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_obelowdot instead.")
1696
+ #define CLUTTER_Ohook 0x1001ece CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ohook instead.")
1697
+ #define CLUTTER_ohook 0x1001ecf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ohook instead.")
1698
+ #define CLUTTER_Ocircumflexacute 0x1001ed0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ocircumflexacute instead.")
1699
+ #define CLUTTER_ocircumflexacute 0x1001ed1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ocircumflexacute instead.")
1700
+ #define CLUTTER_Ocircumflexgrave 0x1001ed2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ocircumflexgrave instead.")
1701
+ #define CLUTTER_ocircumflexgrave 0x1001ed3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ocircumflexgrave instead.")
1702
+ #define CLUTTER_Ocircumflexhook 0x1001ed4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ocircumflexhook instead.")
1703
+ #define CLUTTER_ocircumflexhook 0x1001ed5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ocircumflexhook instead.")
1704
+ #define CLUTTER_Ocircumflextilde 0x1001ed6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ocircumflextilde instead.")
1705
+ #define CLUTTER_ocircumflextilde 0x1001ed7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ocircumflextilde instead.")
1706
+ #define CLUTTER_Ocircumflexbelowdot 0x1001ed8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ocircumflexbelowdot instead.")
1707
+ #define CLUTTER_ocircumflexbelowdot 0x1001ed9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ocircumflexbelowdot instead.")
1708
+ #define CLUTTER_Ohornacute 0x1001eda CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ohornacute instead.")
1709
+ #define CLUTTER_ohornacute 0x1001edb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ohornacute instead.")
1710
+ #define CLUTTER_Ohorngrave 0x1001edc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ohorngrave instead.")
1711
+ #define CLUTTER_ohorngrave 0x1001edd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ohorngrave instead.")
1712
+ #define CLUTTER_Ohornhook 0x1001ede CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ohornhook instead.")
1713
+ #define CLUTTER_ohornhook 0x1001edf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ohornhook instead.")
1714
+ #define CLUTTER_Ohorntilde 0x1001ee0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ohorntilde instead.")
1715
+ #define CLUTTER_ohorntilde 0x1001ee1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ohorntilde instead.")
1716
+ #define CLUTTER_Ohornbelowdot 0x1001ee2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ohornbelowdot instead.")
1717
+ #define CLUTTER_ohornbelowdot 0x1001ee3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ohornbelowdot instead.")
1718
+ #define CLUTTER_Ubelowdot 0x1001ee4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ubelowdot instead.")
1719
+ #define CLUTTER_ubelowdot 0x1001ee5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ubelowdot instead.")
1720
+ #define CLUTTER_Uhook 0x1001ee6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Uhook instead.")
1721
+ #define CLUTTER_uhook 0x1001ee7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_uhook instead.")
1722
+ #define CLUTTER_Uhornacute 0x1001ee8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Uhornacute instead.")
1723
+ #define CLUTTER_uhornacute 0x1001ee9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_uhornacute instead.")
1724
+ #define CLUTTER_Uhorngrave 0x1001eea CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Uhorngrave instead.")
1725
+ #define CLUTTER_uhorngrave 0x1001eeb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_uhorngrave instead.")
1726
+ #define CLUTTER_Uhornhook 0x1001eec CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Uhornhook instead.")
1727
+ #define CLUTTER_uhornhook 0x1001eed CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_uhornhook instead.")
1728
+ #define CLUTTER_Uhorntilde 0x1001eee CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Uhorntilde instead.")
1729
+ #define CLUTTER_uhorntilde 0x1001eef CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_uhorntilde instead.")
1730
+ #define CLUTTER_Uhornbelowdot 0x1001ef0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Uhornbelowdot instead.")
1731
+ #define CLUTTER_uhornbelowdot 0x1001ef1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_uhornbelowdot instead.")
1732
+ #define CLUTTER_Ybelowdot 0x1001ef4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ybelowdot instead.")
1733
+ #define CLUTTER_ybelowdot 0x1001ef5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ybelowdot instead.")
1734
+ #define CLUTTER_Yhook 0x1001ef6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Yhook instead.")
1735
+ #define CLUTTER_yhook 0x1001ef7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_yhook instead.")
1736
+ #define CLUTTER_Ytilde 0x1001ef8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ytilde instead.")
1737
+ #define CLUTTER_ytilde 0x1001ef9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ytilde instead.")
1738
+ #define CLUTTER_Ohorn 0x10001a0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Ohorn instead.")
1739
+ #define CLUTTER_ohorn 0x10001a1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ohorn instead.")
1740
+ #define CLUTTER_Uhorn 0x10001af CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Uhorn instead.")
1741
+ #define CLUTTER_uhorn 0x10001b0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_uhorn instead.")
1742
+ #define CLUTTER_EcuSign 0x10020a0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_EcuSign instead.")
1743
+ #define CLUTTER_ColonSign 0x10020a1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ColonSign instead.")
1744
+ #define CLUTTER_CruzeiroSign 0x10020a2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_CruzeiroSign instead.")
1745
+ #define CLUTTER_FFrancSign 0x10020a3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_FFrancSign instead.")
1746
+ #define CLUTTER_LiraSign 0x10020a4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_LiraSign instead.")
1747
+ #define CLUTTER_MillSign 0x10020a5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_MillSign instead.")
1748
+ #define CLUTTER_NairaSign 0x10020a6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_NairaSign instead.")
1749
+ #define CLUTTER_PesetaSign 0x10020a7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_PesetaSign instead.")
1750
+ #define CLUTTER_RupeeSign 0x10020a8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_RupeeSign instead.")
1751
+ #define CLUTTER_WonSign 0x10020a9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_WonSign instead.")
1752
+ #define CLUTTER_NewSheqelSign 0x10020aa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_NewSheqelSign instead.")
1753
+ #define CLUTTER_DongSign 0x10020ab CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_DongSign instead.")
1754
+ #define CLUTTER_EuroSign 0x20ac CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_EuroSign instead.")
1755
+ #define CLUTTER_zerosuperior 0x1002070 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_zerosuperior instead.")
1756
+ #define CLUTTER_foursuperior 0x1002074 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_foursuperior instead.")
1757
+ #define CLUTTER_fivesuperior 0x1002075 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_fivesuperior instead.")
1758
+ #define CLUTTER_sixsuperior 0x1002076 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_sixsuperior instead.")
1759
+ #define CLUTTER_sevensuperior 0x1002077 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_sevensuperior instead.")
1760
+ #define CLUTTER_eightsuperior 0x1002078 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_eightsuperior instead.")
1761
+ #define CLUTTER_ninesuperior 0x1002079 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ninesuperior instead.")
1762
+ #define CLUTTER_zerosubscript 0x1002080 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_zerosubscript instead.")
1763
+ #define CLUTTER_onesubscript 0x1002081 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_onesubscript instead.")
1764
+ #define CLUTTER_twosubscript 0x1002082 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_twosubscript instead.")
1765
+ #define CLUTTER_threesubscript 0x1002083 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_threesubscript instead.")
1766
+ #define CLUTTER_foursubscript 0x1002084 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_foursubscript instead.")
1767
+ #define CLUTTER_fivesubscript 0x1002085 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_fivesubscript instead.")
1768
+ #define CLUTTER_sixsubscript 0x1002086 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_sixsubscript instead.")
1769
+ #define CLUTTER_sevensubscript 0x1002087 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_sevensubscript instead.")
1770
+ #define CLUTTER_eightsubscript 0x1002088 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_eightsubscript instead.")
1771
+ #define CLUTTER_ninesubscript 0x1002089 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_ninesubscript instead.")
1772
+ #define CLUTTER_partdifferential 0x1002202 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_partdifferential instead.")
1773
+ #define CLUTTER_emptyset 0x1002205 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_emptyset instead.")
1774
+ #define CLUTTER_elementof 0x1002208 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_elementof instead.")
1775
+ #define CLUTTER_notelementof 0x1002209 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_notelementof instead.")
1776
+ #define CLUTTER_containsas 0x100220b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_containsas instead.")
1777
+ #define CLUTTER_squareroot 0x100221a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_squareroot instead.")
1778
+ #define CLUTTER_cuberoot 0x100221b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_cuberoot instead.")
1779
+ #define CLUTTER_fourthroot 0x100221c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_fourthroot instead.")
1780
+ #define CLUTTER_dintegral 0x100222c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_dintegral instead.")
1781
+ #define CLUTTER_tintegral 0x100222d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_tintegral instead.")
1782
+ #define CLUTTER_because 0x1002235 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_because instead.")
1783
+ #define CLUTTER_approxeq 0x1002248 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_approxeq instead.")
1784
+ #define CLUTTER_notapproxeq 0x1002247 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_notapproxeq instead.")
1785
+ #define CLUTTER_notidentical 0x1002262 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_notidentical instead.")
1786
+ #define CLUTTER_stricteq 0x1002263 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_stricteq instead.")
1787
+ #define CLUTTER_braille_dot_1 0xfff1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dot_1 instead.")
1788
+ #define CLUTTER_braille_dot_2 0xfff2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dot_2 instead.")
1789
+ #define CLUTTER_braille_dot_3 0xfff3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dot_3 instead.")
1790
+ #define CLUTTER_braille_dot_4 0xfff4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dot_4 instead.")
1791
+ #define CLUTTER_braille_dot_5 0xfff5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dot_5 instead.")
1792
+ #define CLUTTER_braille_dot_6 0xfff6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dot_6 instead.")
1793
+ #define CLUTTER_braille_dot_7 0xfff7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dot_7 instead.")
1794
+ #define CLUTTER_braille_dot_8 0xfff8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dot_8 instead.")
1795
+ #define CLUTTER_braille_dot_9 0xfff9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dot_9 instead.")
1796
+ #define CLUTTER_braille_dot_10 0xfffa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dot_10 instead.")
1797
+ #define CLUTTER_braille_blank 0x1002800 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_blank instead.")
1798
+ #define CLUTTER_braille_dots_1 0x1002801 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1 instead.")
1799
+ #define CLUTTER_braille_dots_2 0x1002802 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_2 instead.")
1800
+ #define CLUTTER_braille_dots_12 0x1002803 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_12 instead.")
1801
+ #define CLUTTER_braille_dots_3 0x1002804 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_3 instead.")
1802
+ #define CLUTTER_braille_dots_13 0x1002805 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_13 instead.")
1803
+ #define CLUTTER_braille_dots_23 0x1002806 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_23 instead.")
1804
+ #define CLUTTER_braille_dots_123 0x1002807 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_123 instead.")
1805
+ #define CLUTTER_braille_dots_4 0x1002808 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_4 instead.")
1806
+ #define CLUTTER_braille_dots_14 0x1002809 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_14 instead.")
1807
+ #define CLUTTER_braille_dots_24 0x100280a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_24 instead.")
1808
+ #define CLUTTER_braille_dots_124 0x100280b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_124 instead.")
1809
+ #define CLUTTER_braille_dots_34 0x100280c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_34 instead.")
1810
+ #define CLUTTER_braille_dots_134 0x100280d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_134 instead.")
1811
+ #define CLUTTER_braille_dots_234 0x100280e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_234 instead.")
1812
+ #define CLUTTER_braille_dots_1234 0x100280f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1234 instead.")
1813
+ #define CLUTTER_braille_dots_5 0x1002810 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_5 instead.")
1814
+ #define CLUTTER_braille_dots_15 0x1002811 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_15 instead.")
1815
+ #define CLUTTER_braille_dots_25 0x1002812 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_25 instead.")
1816
+ #define CLUTTER_braille_dots_125 0x1002813 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_125 instead.")
1817
+ #define CLUTTER_braille_dots_35 0x1002814 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_35 instead.")
1818
+ #define CLUTTER_braille_dots_135 0x1002815 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_135 instead.")
1819
+ #define CLUTTER_braille_dots_235 0x1002816 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_235 instead.")
1820
+ #define CLUTTER_braille_dots_1235 0x1002817 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1235 instead.")
1821
+ #define CLUTTER_braille_dots_45 0x1002818 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_45 instead.")
1822
+ #define CLUTTER_braille_dots_145 0x1002819 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_145 instead.")
1823
+ #define CLUTTER_braille_dots_245 0x100281a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_245 instead.")
1824
+ #define CLUTTER_braille_dots_1245 0x100281b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1245 instead.")
1825
+ #define CLUTTER_braille_dots_345 0x100281c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_345 instead.")
1826
+ #define CLUTTER_braille_dots_1345 0x100281d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1345 instead.")
1827
+ #define CLUTTER_braille_dots_2345 0x100281e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_2345 instead.")
1828
+ #define CLUTTER_braille_dots_12345 0x100281f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_12345 instead.")
1829
+ #define CLUTTER_braille_dots_6 0x1002820 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_6 instead.")
1830
+ #define CLUTTER_braille_dots_16 0x1002821 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_16 instead.")
1831
+ #define CLUTTER_braille_dots_26 0x1002822 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_26 instead.")
1832
+ #define CLUTTER_braille_dots_126 0x1002823 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_126 instead.")
1833
+ #define CLUTTER_braille_dots_36 0x1002824 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_36 instead.")
1834
+ #define CLUTTER_braille_dots_136 0x1002825 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_136 instead.")
1835
+ #define CLUTTER_braille_dots_236 0x1002826 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_236 instead.")
1836
+ #define CLUTTER_braille_dots_1236 0x1002827 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1236 instead.")
1837
+ #define CLUTTER_braille_dots_46 0x1002828 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_46 instead.")
1838
+ #define CLUTTER_braille_dots_146 0x1002829 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_146 instead.")
1839
+ #define CLUTTER_braille_dots_246 0x100282a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_246 instead.")
1840
+ #define CLUTTER_braille_dots_1246 0x100282b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1246 instead.")
1841
+ #define CLUTTER_braille_dots_346 0x100282c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_346 instead.")
1842
+ #define CLUTTER_braille_dots_1346 0x100282d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1346 instead.")
1843
+ #define CLUTTER_braille_dots_2346 0x100282e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_2346 instead.")
1844
+ #define CLUTTER_braille_dots_12346 0x100282f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_12346 instead.")
1845
+ #define CLUTTER_braille_dots_56 0x1002830 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_56 instead.")
1846
+ #define CLUTTER_braille_dots_156 0x1002831 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_156 instead.")
1847
+ #define CLUTTER_braille_dots_256 0x1002832 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_256 instead.")
1848
+ #define CLUTTER_braille_dots_1256 0x1002833 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1256 instead.")
1849
+ #define CLUTTER_braille_dots_356 0x1002834 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_356 instead.")
1850
+ #define CLUTTER_braille_dots_1356 0x1002835 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1356 instead.")
1851
+ #define CLUTTER_braille_dots_2356 0x1002836 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_2356 instead.")
1852
+ #define CLUTTER_braille_dots_12356 0x1002837 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_12356 instead.")
1853
+ #define CLUTTER_braille_dots_456 0x1002838 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_456 instead.")
1854
+ #define CLUTTER_braille_dots_1456 0x1002839 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1456 instead.")
1855
+ #define CLUTTER_braille_dots_2456 0x100283a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_2456 instead.")
1856
+ #define CLUTTER_braille_dots_12456 0x100283b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_12456 instead.")
1857
+ #define CLUTTER_braille_dots_3456 0x100283c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_3456 instead.")
1858
+ #define CLUTTER_braille_dots_13456 0x100283d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_13456 instead.")
1859
+ #define CLUTTER_braille_dots_23456 0x100283e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_23456 instead.")
1860
+ #define CLUTTER_braille_dots_123456 0x100283f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_123456 instead.")
1861
+ #define CLUTTER_braille_dots_7 0x1002840 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_7 instead.")
1862
+ #define CLUTTER_braille_dots_17 0x1002841 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_17 instead.")
1863
+ #define CLUTTER_braille_dots_27 0x1002842 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_27 instead.")
1864
+ #define CLUTTER_braille_dots_127 0x1002843 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_127 instead.")
1865
+ #define CLUTTER_braille_dots_37 0x1002844 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_37 instead.")
1866
+ #define CLUTTER_braille_dots_137 0x1002845 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_137 instead.")
1867
+ #define CLUTTER_braille_dots_237 0x1002846 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_237 instead.")
1868
+ #define CLUTTER_braille_dots_1237 0x1002847 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1237 instead.")
1869
+ #define CLUTTER_braille_dots_47 0x1002848 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_47 instead.")
1870
+ #define CLUTTER_braille_dots_147 0x1002849 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_147 instead.")
1871
+ #define CLUTTER_braille_dots_247 0x100284a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_247 instead.")
1872
+ #define CLUTTER_braille_dots_1247 0x100284b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1247 instead.")
1873
+ #define CLUTTER_braille_dots_347 0x100284c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_347 instead.")
1874
+ #define CLUTTER_braille_dots_1347 0x100284d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1347 instead.")
1875
+ #define CLUTTER_braille_dots_2347 0x100284e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_2347 instead.")
1876
+ #define CLUTTER_braille_dots_12347 0x100284f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_12347 instead.")
1877
+ #define CLUTTER_braille_dots_57 0x1002850 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_57 instead.")
1878
+ #define CLUTTER_braille_dots_157 0x1002851 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_157 instead.")
1879
+ #define CLUTTER_braille_dots_257 0x1002852 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_257 instead.")
1880
+ #define CLUTTER_braille_dots_1257 0x1002853 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1257 instead.")
1881
+ #define CLUTTER_braille_dots_357 0x1002854 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_357 instead.")
1882
+ #define CLUTTER_braille_dots_1357 0x1002855 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1357 instead.")
1883
+ #define CLUTTER_braille_dots_2357 0x1002856 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_2357 instead.")
1884
+ #define CLUTTER_braille_dots_12357 0x1002857 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_12357 instead.")
1885
+ #define CLUTTER_braille_dots_457 0x1002858 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_457 instead.")
1886
+ #define CLUTTER_braille_dots_1457 0x1002859 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1457 instead.")
1887
+ #define CLUTTER_braille_dots_2457 0x100285a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_2457 instead.")
1888
+ #define CLUTTER_braille_dots_12457 0x100285b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_12457 instead.")
1889
+ #define CLUTTER_braille_dots_3457 0x100285c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_3457 instead.")
1890
+ #define CLUTTER_braille_dots_13457 0x100285d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_13457 instead.")
1891
+ #define CLUTTER_braille_dots_23457 0x100285e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_23457 instead.")
1892
+ #define CLUTTER_braille_dots_123457 0x100285f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_123457 instead.")
1893
+ #define CLUTTER_braille_dots_67 0x1002860 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_67 instead.")
1894
+ #define CLUTTER_braille_dots_167 0x1002861 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_167 instead.")
1895
+ #define CLUTTER_braille_dots_267 0x1002862 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_267 instead.")
1896
+ #define CLUTTER_braille_dots_1267 0x1002863 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1267 instead.")
1897
+ #define CLUTTER_braille_dots_367 0x1002864 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_367 instead.")
1898
+ #define CLUTTER_braille_dots_1367 0x1002865 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1367 instead.")
1899
+ #define CLUTTER_braille_dots_2367 0x1002866 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_2367 instead.")
1900
+ #define CLUTTER_braille_dots_12367 0x1002867 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_12367 instead.")
1901
+ #define CLUTTER_braille_dots_467 0x1002868 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_467 instead.")
1902
+ #define CLUTTER_braille_dots_1467 0x1002869 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1467 instead.")
1903
+ #define CLUTTER_braille_dots_2467 0x100286a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_2467 instead.")
1904
+ #define CLUTTER_braille_dots_12467 0x100286b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_12467 instead.")
1905
+ #define CLUTTER_braille_dots_3467 0x100286c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_3467 instead.")
1906
+ #define CLUTTER_braille_dots_13467 0x100286d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_13467 instead.")
1907
+ #define CLUTTER_braille_dots_23467 0x100286e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_23467 instead.")
1908
+ #define CLUTTER_braille_dots_123467 0x100286f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_123467 instead.")
1909
+ #define CLUTTER_braille_dots_567 0x1002870 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_567 instead.")
1910
+ #define CLUTTER_braille_dots_1567 0x1002871 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1567 instead.")
1911
+ #define CLUTTER_braille_dots_2567 0x1002872 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_2567 instead.")
1912
+ #define CLUTTER_braille_dots_12567 0x1002873 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_12567 instead.")
1913
+ #define CLUTTER_braille_dots_3567 0x1002874 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_3567 instead.")
1914
+ #define CLUTTER_braille_dots_13567 0x1002875 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_13567 instead.")
1915
+ #define CLUTTER_braille_dots_23567 0x1002876 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_23567 instead.")
1916
+ #define CLUTTER_braille_dots_123567 0x1002877 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_123567 instead.")
1917
+ #define CLUTTER_braille_dots_4567 0x1002878 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_4567 instead.")
1918
+ #define CLUTTER_braille_dots_14567 0x1002879 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_14567 instead.")
1919
+ #define CLUTTER_braille_dots_24567 0x100287a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_24567 instead.")
1920
+ #define CLUTTER_braille_dots_124567 0x100287b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_124567 instead.")
1921
+ #define CLUTTER_braille_dots_34567 0x100287c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_34567 instead.")
1922
+ #define CLUTTER_braille_dots_134567 0x100287d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_134567 instead.")
1923
+ #define CLUTTER_braille_dots_234567 0x100287e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_234567 instead.")
1924
+ #define CLUTTER_braille_dots_1234567 0x100287f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1234567 instead.")
1925
+ #define CLUTTER_braille_dots_8 0x1002880 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_8 instead.")
1926
+ #define CLUTTER_braille_dots_18 0x1002881 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_18 instead.")
1927
+ #define CLUTTER_braille_dots_28 0x1002882 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_28 instead.")
1928
+ #define CLUTTER_braille_dots_128 0x1002883 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_128 instead.")
1929
+ #define CLUTTER_braille_dots_38 0x1002884 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_38 instead.")
1930
+ #define CLUTTER_braille_dots_138 0x1002885 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_138 instead.")
1931
+ #define CLUTTER_braille_dots_238 0x1002886 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_238 instead.")
1932
+ #define CLUTTER_braille_dots_1238 0x1002887 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1238 instead.")
1933
+ #define CLUTTER_braille_dots_48 0x1002888 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_48 instead.")
1934
+ #define CLUTTER_braille_dots_148 0x1002889 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_148 instead.")
1935
+ #define CLUTTER_braille_dots_248 0x100288a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_248 instead.")
1936
+ #define CLUTTER_braille_dots_1248 0x100288b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1248 instead.")
1937
+ #define CLUTTER_braille_dots_348 0x100288c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_348 instead.")
1938
+ #define CLUTTER_braille_dots_1348 0x100288d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1348 instead.")
1939
+ #define CLUTTER_braille_dots_2348 0x100288e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_2348 instead.")
1940
+ #define CLUTTER_braille_dots_12348 0x100288f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_12348 instead.")
1941
+ #define CLUTTER_braille_dots_58 0x1002890 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_58 instead.")
1942
+ #define CLUTTER_braille_dots_158 0x1002891 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_158 instead.")
1943
+ #define CLUTTER_braille_dots_258 0x1002892 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_258 instead.")
1944
+ #define CLUTTER_braille_dots_1258 0x1002893 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1258 instead.")
1945
+ #define CLUTTER_braille_dots_358 0x1002894 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_358 instead.")
1946
+ #define CLUTTER_braille_dots_1358 0x1002895 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1358 instead.")
1947
+ #define CLUTTER_braille_dots_2358 0x1002896 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_2358 instead.")
1948
+ #define CLUTTER_braille_dots_12358 0x1002897 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_12358 instead.")
1949
+ #define CLUTTER_braille_dots_458 0x1002898 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_458 instead.")
1950
+ #define CLUTTER_braille_dots_1458 0x1002899 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1458 instead.")
1951
+ #define CLUTTER_braille_dots_2458 0x100289a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_2458 instead.")
1952
+ #define CLUTTER_braille_dots_12458 0x100289b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_12458 instead.")
1953
+ #define CLUTTER_braille_dots_3458 0x100289c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_3458 instead.")
1954
+ #define CLUTTER_braille_dots_13458 0x100289d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_13458 instead.")
1955
+ #define CLUTTER_braille_dots_23458 0x100289e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_23458 instead.")
1956
+ #define CLUTTER_braille_dots_123458 0x100289f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_123458 instead.")
1957
+ #define CLUTTER_braille_dots_68 0x10028a0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_68 instead.")
1958
+ #define CLUTTER_braille_dots_168 0x10028a1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_168 instead.")
1959
+ #define CLUTTER_braille_dots_268 0x10028a2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_268 instead.")
1960
+ #define CLUTTER_braille_dots_1268 0x10028a3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1268 instead.")
1961
+ #define CLUTTER_braille_dots_368 0x10028a4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_368 instead.")
1962
+ #define CLUTTER_braille_dots_1368 0x10028a5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1368 instead.")
1963
+ #define CLUTTER_braille_dots_2368 0x10028a6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_2368 instead.")
1964
+ #define CLUTTER_braille_dots_12368 0x10028a7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_12368 instead.")
1965
+ #define CLUTTER_braille_dots_468 0x10028a8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_468 instead.")
1966
+ #define CLUTTER_braille_dots_1468 0x10028a9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1468 instead.")
1967
+ #define CLUTTER_braille_dots_2468 0x10028aa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_2468 instead.")
1968
+ #define CLUTTER_braille_dots_12468 0x10028ab CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_12468 instead.")
1969
+ #define CLUTTER_braille_dots_3468 0x10028ac CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_3468 instead.")
1970
+ #define CLUTTER_braille_dots_13468 0x10028ad CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_13468 instead.")
1971
+ #define CLUTTER_braille_dots_23468 0x10028ae CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_23468 instead.")
1972
+ #define CLUTTER_braille_dots_123468 0x10028af CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_123468 instead.")
1973
+ #define CLUTTER_braille_dots_568 0x10028b0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_568 instead.")
1974
+ #define CLUTTER_braille_dots_1568 0x10028b1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1568 instead.")
1975
+ #define CLUTTER_braille_dots_2568 0x10028b2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_2568 instead.")
1976
+ #define CLUTTER_braille_dots_12568 0x10028b3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_12568 instead.")
1977
+ #define CLUTTER_braille_dots_3568 0x10028b4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_3568 instead.")
1978
+ #define CLUTTER_braille_dots_13568 0x10028b5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_13568 instead.")
1979
+ #define CLUTTER_braille_dots_23568 0x10028b6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_23568 instead.")
1980
+ #define CLUTTER_braille_dots_123568 0x10028b7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_123568 instead.")
1981
+ #define CLUTTER_braille_dots_4568 0x10028b8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_4568 instead.")
1982
+ #define CLUTTER_braille_dots_14568 0x10028b9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_14568 instead.")
1983
+ #define CLUTTER_braille_dots_24568 0x10028ba CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_24568 instead.")
1984
+ #define CLUTTER_braille_dots_124568 0x10028bb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_124568 instead.")
1985
+ #define CLUTTER_braille_dots_34568 0x10028bc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_34568 instead.")
1986
+ #define CLUTTER_braille_dots_134568 0x10028bd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_134568 instead.")
1987
+ #define CLUTTER_braille_dots_234568 0x10028be CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_234568 instead.")
1988
+ #define CLUTTER_braille_dots_1234568 0x10028bf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1234568 instead.")
1989
+ #define CLUTTER_braille_dots_78 0x10028c0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_78 instead.")
1990
+ #define CLUTTER_braille_dots_178 0x10028c1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_178 instead.")
1991
+ #define CLUTTER_braille_dots_278 0x10028c2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_278 instead.")
1992
+ #define CLUTTER_braille_dots_1278 0x10028c3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1278 instead.")
1993
+ #define CLUTTER_braille_dots_378 0x10028c4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_378 instead.")
1994
+ #define CLUTTER_braille_dots_1378 0x10028c5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1378 instead.")
1995
+ #define CLUTTER_braille_dots_2378 0x10028c6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_2378 instead.")
1996
+ #define CLUTTER_braille_dots_12378 0x10028c7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_12378 instead.")
1997
+ #define CLUTTER_braille_dots_478 0x10028c8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_478 instead.")
1998
+ #define CLUTTER_braille_dots_1478 0x10028c9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1478 instead.")
1999
+ #define CLUTTER_braille_dots_2478 0x10028ca CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_2478 instead.")
2000
+ #define CLUTTER_braille_dots_12478 0x10028cb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_12478 instead.")
2001
+ #define CLUTTER_braille_dots_3478 0x10028cc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_3478 instead.")
2002
+ #define CLUTTER_braille_dots_13478 0x10028cd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_13478 instead.")
2003
+ #define CLUTTER_braille_dots_23478 0x10028ce CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_23478 instead.")
2004
+ #define CLUTTER_braille_dots_123478 0x10028cf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_123478 instead.")
2005
+ #define CLUTTER_braille_dots_578 0x10028d0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_578 instead.")
2006
+ #define CLUTTER_braille_dots_1578 0x10028d1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1578 instead.")
2007
+ #define CLUTTER_braille_dots_2578 0x10028d2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_2578 instead.")
2008
+ #define CLUTTER_braille_dots_12578 0x10028d3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_12578 instead.")
2009
+ #define CLUTTER_braille_dots_3578 0x10028d4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_3578 instead.")
2010
+ #define CLUTTER_braille_dots_13578 0x10028d5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_13578 instead.")
2011
+ #define CLUTTER_braille_dots_23578 0x10028d6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_23578 instead.")
2012
+ #define CLUTTER_braille_dots_123578 0x10028d7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_123578 instead.")
2013
+ #define CLUTTER_braille_dots_4578 0x10028d8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_4578 instead.")
2014
+ #define CLUTTER_braille_dots_14578 0x10028d9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_14578 instead.")
2015
+ #define CLUTTER_braille_dots_24578 0x10028da CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_24578 instead.")
2016
+ #define CLUTTER_braille_dots_124578 0x10028db CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_124578 instead.")
2017
+ #define CLUTTER_braille_dots_34578 0x10028dc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_34578 instead.")
2018
+ #define CLUTTER_braille_dots_134578 0x10028dd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_134578 instead.")
2019
+ #define CLUTTER_braille_dots_234578 0x10028de CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_234578 instead.")
2020
+ #define CLUTTER_braille_dots_1234578 0x10028df CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1234578 instead.")
2021
+ #define CLUTTER_braille_dots_678 0x10028e0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_678 instead.")
2022
+ #define CLUTTER_braille_dots_1678 0x10028e1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1678 instead.")
2023
+ #define CLUTTER_braille_dots_2678 0x10028e2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_2678 instead.")
2024
+ #define CLUTTER_braille_dots_12678 0x10028e3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_12678 instead.")
2025
+ #define CLUTTER_braille_dots_3678 0x10028e4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_3678 instead.")
2026
+ #define CLUTTER_braille_dots_13678 0x10028e5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_13678 instead.")
2027
+ #define CLUTTER_braille_dots_23678 0x10028e6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_23678 instead.")
2028
+ #define CLUTTER_braille_dots_123678 0x10028e7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_123678 instead.")
2029
+ #define CLUTTER_braille_dots_4678 0x10028e8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_4678 instead.")
2030
+ #define CLUTTER_braille_dots_14678 0x10028e9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_14678 instead.")
2031
+ #define CLUTTER_braille_dots_24678 0x10028ea CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_24678 instead.")
2032
+ #define CLUTTER_braille_dots_124678 0x10028eb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_124678 instead.")
2033
+ #define CLUTTER_braille_dots_34678 0x10028ec CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_34678 instead.")
2034
+ #define CLUTTER_braille_dots_134678 0x10028ed CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_134678 instead.")
2035
+ #define CLUTTER_braille_dots_234678 0x10028ee CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_234678 instead.")
2036
+ #define CLUTTER_braille_dots_1234678 0x10028ef CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1234678 instead.")
2037
+ #define CLUTTER_braille_dots_5678 0x10028f0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_5678 instead.")
2038
+ #define CLUTTER_braille_dots_15678 0x10028f1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_15678 instead.")
2039
+ #define CLUTTER_braille_dots_25678 0x10028f2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_25678 instead.")
2040
+ #define CLUTTER_braille_dots_125678 0x10028f3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_125678 instead.")
2041
+ #define CLUTTER_braille_dots_35678 0x10028f4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_35678 instead.")
2042
+ #define CLUTTER_braille_dots_135678 0x10028f5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_135678 instead.")
2043
+ #define CLUTTER_braille_dots_235678 0x10028f6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_235678 instead.")
2044
+ #define CLUTTER_braille_dots_1235678 0x10028f7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1235678 instead.")
2045
+ #define CLUTTER_braille_dots_45678 0x10028f8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_45678 instead.")
2046
+ #define CLUTTER_braille_dots_145678 0x10028f9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_145678 instead.")
2047
+ #define CLUTTER_braille_dots_245678 0x10028fa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_245678 instead.")
2048
+ #define CLUTTER_braille_dots_1245678 0x10028fb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1245678 instead.")
2049
+ #define CLUTTER_braille_dots_345678 0x10028fc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_345678 instead.")
2050
+ #define CLUTTER_braille_dots_1345678 0x10028fd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_1345678 instead.")
2051
+ #define CLUTTER_braille_dots_2345678 0x10028fe CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_2345678 instead.")
2052
+ #define CLUTTER_braille_dots_12345678 0x10028ff CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_braille_dots_12345678 instead.")
2053
+ #define CLUTTER_Sinh_ng 0x1000d82 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ng instead.")
2054
+ #define CLUTTER_Sinh_h2 0x1000d83 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_h2 instead.")
2055
+ #define CLUTTER_Sinh_a 0x1000d85 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_a instead.")
2056
+ #define CLUTTER_Sinh_aa 0x1000d86 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_aa instead.")
2057
+ #define CLUTTER_Sinh_ae 0x1000d87 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ae instead.")
2058
+ #define CLUTTER_Sinh_aee 0x1000d88 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_aee instead.")
2059
+ #define CLUTTER_Sinh_i 0x1000d89 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_i instead.")
2060
+ #define CLUTTER_Sinh_ii 0x1000d8a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ii instead.")
2061
+ #define CLUTTER_Sinh_u 0x1000d8b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_u instead.")
2062
+ #define CLUTTER_Sinh_uu 0x1000d8c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_uu instead.")
2063
+ #define CLUTTER_Sinh_ri 0x1000d8d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ri instead.")
2064
+ #define CLUTTER_Sinh_rii 0x1000d8e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_rii instead.")
2065
+ #define CLUTTER_Sinh_lu 0x1000d8f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_lu instead.")
2066
+ #define CLUTTER_Sinh_luu 0x1000d90 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_luu instead.")
2067
+ #define CLUTTER_Sinh_e 0x1000d91 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_e instead.")
2068
+ #define CLUTTER_Sinh_ee 0x1000d92 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ee instead.")
2069
+ #define CLUTTER_Sinh_ai 0x1000d93 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ai instead.")
2070
+ #define CLUTTER_Sinh_o 0x1000d94 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_o instead.")
2071
+ #define CLUTTER_Sinh_oo 0x1000d95 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_oo instead.")
2072
+ #define CLUTTER_Sinh_au 0x1000d96 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_au instead.")
2073
+ #define CLUTTER_Sinh_ka 0x1000d9a CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ka instead.")
2074
+ #define CLUTTER_Sinh_kha 0x1000d9b CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_kha instead.")
2075
+ #define CLUTTER_Sinh_ga 0x1000d9c CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ga instead.")
2076
+ #define CLUTTER_Sinh_gha 0x1000d9d CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_gha instead.")
2077
+ #define CLUTTER_Sinh_ng2 0x1000d9e CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ng2 instead.")
2078
+ #define CLUTTER_Sinh_nga 0x1000d9f CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_nga instead.")
2079
+ #define CLUTTER_Sinh_ca 0x1000da0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ca instead.")
2080
+ #define CLUTTER_Sinh_cha 0x1000da1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_cha instead.")
2081
+ #define CLUTTER_Sinh_ja 0x1000da2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ja instead.")
2082
+ #define CLUTTER_Sinh_jha 0x1000da3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_jha instead.")
2083
+ #define CLUTTER_Sinh_nya 0x1000da4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_nya instead.")
2084
+ #define CLUTTER_Sinh_jnya 0x1000da5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_jnya instead.")
2085
+ #define CLUTTER_Sinh_nja 0x1000da6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_nja instead.")
2086
+ #define CLUTTER_Sinh_tta 0x1000da7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_tta instead.")
2087
+ #define CLUTTER_Sinh_ttha 0x1000da8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ttha instead.")
2088
+ #define CLUTTER_Sinh_dda 0x1000da9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_dda instead.")
2089
+ #define CLUTTER_Sinh_ddha 0x1000daa CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ddha instead.")
2090
+ #define CLUTTER_Sinh_nna 0x1000dab CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_nna instead.")
2091
+ #define CLUTTER_Sinh_ndda 0x1000dac CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ndda instead.")
2092
+ #define CLUTTER_Sinh_tha 0x1000dad CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_tha instead.")
2093
+ #define CLUTTER_Sinh_thha 0x1000dae CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_thha instead.")
2094
+ #define CLUTTER_Sinh_dha 0x1000daf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_dha instead.")
2095
+ #define CLUTTER_Sinh_dhha 0x1000db0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_dhha instead.")
2096
+ #define CLUTTER_Sinh_na 0x1000db1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_na instead.")
2097
+ #define CLUTTER_Sinh_ndha 0x1000db3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ndha instead.")
2098
+ #define CLUTTER_Sinh_pa 0x1000db4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_pa instead.")
2099
+ #define CLUTTER_Sinh_pha 0x1000db5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_pha instead.")
2100
+ #define CLUTTER_Sinh_ba 0x1000db6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ba instead.")
2101
+ #define CLUTTER_Sinh_bha 0x1000db7 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_bha instead.")
2102
+ #define CLUTTER_Sinh_ma 0x1000db8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ma instead.")
2103
+ #define CLUTTER_Sinh_mba 0x1000db9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_mba instead.")
2104
+ #define CLUTTER_Sinh_ya 0x1000dba CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ya instead.")
2105
+ #define CLUTTER_Sinh_ra 0x1000dbb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ra instead.")
2106
+ #define CLUTTER_Sinh_la 0x1000dbd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_la instead.")
2107
+ #define CLUTTER_Sinh_va 0x1000dc0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_va instead.")
2108
+ #define CLUTTER_Sinh_sha 0x1000dc1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_sha instead.")
2109
+ #define CLUTTER_Sinh_ssha 0x1000dc2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ssha instead.")
2110
+ #define CLUTTER_Sinh_sa 0x1000dc3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_sa instead.")
2111
+ #define CLUTTER_Sinh_ha 0x1000dc4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ha instead.")
2112
+ #define CLUTTER_Sinh_lla 0x1000dc5 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_lla instead.")
2113
+ #define CLUTTER_Sinh_fa 0x1000dc6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_fa instead.")
2114
+ #define CLUTTER_Sinh_al 0x1000dca CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_al instead.")
2115
+ #define CLUTTER_Sinh_aa2 0x1000dcf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_aa2 instead.")
2116
+ #define CLUTTER_Sinh_ae2 0x1000dd0 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ae2 instead.")
2117
+ #define CLUTTER_Sinh_aee2 0x1000dd1 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_aee2 instead.")
2118
+ #define CLUTTER_Sinh_i2 0x1000dd2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_i2 instead.")
2119
+ #define CLUTTER_Sinh_ii2 0x1000dd3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ii2 instead.")
2120
+ #define CLUTTER_Sinh_u2 0x1000dd4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_u2 instead.")
2121
+ #define CLUTTER_Sinh_uu2 0x1000dd6 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_uu2 instead.")
2122
+ #define CLUTTER_Sinh_ru2 0x1000dd8 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ru2 instead.")
2123
+ #define CLUTTER_Sinh_e2 0x1000dd9 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_e2 instead.")
2124
+ #define CLUTTER_Sinh_ee2 0x1000dda CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ee2 instead.")
2125
+ #define CLUTTER_Sinh_ai2 0x1000ddb CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ai2 instead.")
2126
+ #define CLUTTER_Sinh_o2 0x1000ddc CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_o2 instead.")
2127
+ #define CLUTTER_Sinh_oo2 0x1000ddd CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_oo2 instead.")
2128
+ #define CLUTTER_Sinh_au2 0x1000dde CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_au2 instead.")
2129
+ #define CLUTTER_Sinh_lu2 0x1000ddf CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_lu2 instead.")
2130
+ #define CLUTTER_Sinh_ruu2 0x1000df2 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_ruu2 instead.")
2131
+ #define CLUTTER_Sinh_luu2 0x1000df3 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_luu2 instead.")
2132
+ #define CLUTTER_Sinh_kunddaliya 0x1000df4 CLUTTER_DEPRECATED_MACRO_FOR("Deprecated key symbol. Use CLUTTER_KEY_Sinh_kunddaliya instead.")
2133
2133
  #define CLUTTER_ModeLock 0x1008ff01
2134
2134
  #define CLUTTER_MonBrightnessUp 0x1008ff02
2135
2135
  #define CLUTTER_MonBrightnessDown 0x1008ff03