clutter 2.2.4-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +147 -0
- data/lib/clutter.rb +169 -0
- data/lib/clutter/actor-iter.rb +33 -0
- data/lib/clutter/actor.rb +34 -0
- data/lib/clutter/animatable.rb +26 -0
- data/lib/clutter/brightness-contrast-effect.rb +44 -0
- data/lib/clutter/cairo.rb +24 -0
- data/lib/clutter/clutter.rb +25 -0
- data/lib/clutter/color.rb +83 -0
- data/lib/clutter/event.rb +21 -0
- data/lib/clutter/point.rb +25 -0
- data/lib/clutter/text-buffer.rb +36 -0
- data/lib/clutter/text.rb +23 -0
- data/lib/clutter/threads.rb +38 -0
- data/sample/basic-actor.rb +123 -0
- data/sample/bin-layout.rb +213 -0
- data/sample/box-layout.rb +194 -0
- data/sample/canvas.rb +115 -0
- data/sample/constraints.rb +79 -0
- data/sample/drag-action.rb +175 -0
- data/sample/drop-action.rb +196 -0
- data/sample/easing-modes.rb +141 -0
- data/sample/flow-layout.rb +119 -0
- data/sample/grid-layout.rb +237 -0
- data/sample/image-content.rb +86 -0
- data/sample/pan-action.rb +98 -0
- data/sample/redhand.png +0 -0
- data/sample/rounded-rectangle.rb +88 -0
- data/sample/scroll-actor.rb +103 -0
- data/test/clutter-test-utils.rb +38 -0
- data/test/run-test.rb +59 -0
- data/test/test-clutter-actor.rb +242 -0
- data/test/test-clutter-blur-effect.rb +27 -0
- data/test/test-clutter-brightness-contrast-effect.rb +56 -0
- data/test/test-clutter-canvas.rb +43 -0
- data/test/test-clutter-color.rb +50 -0
- data/test/test-clutter-colorize-effect.rb +31 -0
- data/test/test-clutter-desaturate-effect.rb +30 -0
- data/test/test-clutter-feature.rb +34 -0
- data/test/test-clutter-flow-layout.rb +83 -0
- data/test/test-clutter-page-turn-effect.rb +46 -0
- data/test/test-clutter-property-transiton.rb +30 -0
- data/test/test-clutter-shader-effect.rb +65 -0
- data/test/test-clutter-text-buffer.rb +72 -0
- data/test/test-clutter-timeline.rb +59 -0
- data/vendor/local/bin/json-glib-format.exe +0 -0
- data/vendor/local/bin/json-glib-validate.exe +0 -0
- data/vendor/local/bin/libclutter-1.0-0.dll +0 -0
- data/vendor/local/bin/libcogl-20.dll +0 -0
- data/vendor/local/bin/libcogl-pango-20.dll +0 -0
- data/vendor/local/bin/libcogl-path-20.dll +0 -0
- data/vendor/local/bin/libjson-glib-1.0-0.dll +0 -0
- data/vendor/local/include/clutter-1.0/cally/cally-actor.h +160 -0
- data/vendor/local/include/clutter-1.0/cally/cally-clone.h +84 -0
- data/vendor/local/include/clutter-1.0/cally/cally-factory.h +117 -0
- data/vendor/local/include/clutter-1.0/cally/cally-group.h +87 -0
- data/vendor/local/include/clutter-1.0/cally/cally-main.h +44 -0
- data/vendor/local/include/clutter-1.0/cally/cally-rectangle.h +84 -0
- data/vendor/local/include/clutter-1.0/cally/cally-root.h +84 -0
- data/vendor/local/include/clutter-1.0/cally/cally-stage.h +84 -0
- data/vendor/local/include/clutter-1.0/cally/cally-text.h +84 -0
- data/vendor/local/include/clutter-1.0/cally/cally-texture.h +84 -0
- data/vendor/local/include/clutter-1.0/cally/cally-util.h +84 -0
- data/vendor/local/include/clutter-1.0/cally/cally.h +40 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-action.h +111 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-actor-meta.h +119 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-actor.h +836 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-align-constraint.h +77 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-animatable.h +121 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-backend.h +83 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-bin-layout.h +86 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-bind-constraint.h +77 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-binding-pool.h +135 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-blur-effect.h +59 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-box-layout.h +168 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-brightness-contrast-effect.h +88 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-cairo.h +61 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-canvas.h +106 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-child-meta.h +122 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-click-action.h +120 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-clone.h +94 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-cogl-compat.h +52 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-color-static.h +79 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-color.h +200 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-colorize-effect.h +67 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-config.h +19 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-constraint.h +120 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-container.h +196 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-content.h +103 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-deform-effect.h +117 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-deprecated.h +44 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-desaturate-effect.h +65 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-device-manager.h +110 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-drag-action.h +152 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-drop-action.h +115 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-effect.h +130 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-enum-types.h +190 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-enums.h +1385 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-event.h +588 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-feature.h +42 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-fixed-layout.h +82 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-flow-layout.h +129 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-gesture-action.h +179 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-grid-layout.h +161 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-group.h +96 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-image.h +141 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-input-device.h +140 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-interval.h +159 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-keyframe-transition.h +120 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-keysyms.h +2304 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-layout-manager.h +227 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-layout-meta.h +103 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-list-model.h +91 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-macros.h +327 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-main.h +184 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-marshal.h +273 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-model.h +422 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-offscreen-effect.h +122 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-page-turn-effect.h +80 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-paint-node.h +102 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-paint-nodes.h +150 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-pan-action.h +147 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-path-constraint.h +72 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-path.h +181 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-property-transition.h +91 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-rotate-action.h +100 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-script.h +220 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-scriptable.h +112 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-scroll-actor.h +97 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-settings.h +27 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-shader-effect.h +121 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-shader-types.h +104 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-snap-constraint.h +81 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-stage-manager.h +86 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-stage.h +250 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-swipe-action.h +109 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-tap-action.h +102 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-test-utils.h +164 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-text-buffer.h +172 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-text.h +307 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-texture.h +130 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-timeline.h +226 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-transition-group.h +91 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-transition.h +132 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-types.h +773 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-units.h +184 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-version.h +329 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-zoom-action.h +114 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter.h +117 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-actor.h +161 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-alpha.h +144 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-animatable.h +47 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-animation.h +206 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-animator.h +186 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-backend.h +64 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-behaviour-depth.h +101 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-behaviour-ellipse.h +159 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-behaviour-opacity.h +115 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-behaviour-path.h +135 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-behaviour-rotate.h +119 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-behaviour-scale.h +107 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-behaviour.h +170 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-bin-layout.h +56 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-box.h +143 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-cairo-texture.h +139 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-container.h +93 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-fixed.h +98 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-frame-source.h +49 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-group.h +62 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-input-device.h +41 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-keysyms.h +2306 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-main.h +96 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-media.h +121 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-rectangle.h +117 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-score.h +144 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-shader.h +182 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-stage-manager.h +42 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-stage.h +102 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-state.h +187 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-table-layout.h +172 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-texture.h +138 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-timeline.h +41 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-timeout-pool.h +69 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-util.h +40 -0
- data/vendor/local/include/clutter-1.0/clutter/win32/clutter-win32.h +63 -0
- data/vendor/local/include/cogl/cogl-pango/cogl-pango.h +298 -0
- data/vendor/local/include/cogl/cogl-path/cogl-path-enum-types.h +20 -0
- data/vendor/local/include/cogl/cogl-path/cogl-path-types.h +85 -0
- data/vendor/local/include/cogl/cogl-path/cogl-path.h +68 -0
- data/vendor/local/include/cogl/cogl-path/cogl1-path-functions.h +467 -0
- data/vendor/local/include/cogl/cogl-path/cogl2-path-functions.h +545 -0
- data/vendor/local/include/cogl/cogl/cogl-atlas-texture.h +258 -0
- data/vendor/local/include/cogl/cogl/cogl-attribute-buffer.h +152 -0
- data/vendor/local/include/cogl/cogl/cogl-attribute.h +558 -0
- data/vendor/local/include/cogl/cogl/cogl-auto-texture.h +221 -0
- data/vendor/local/include/cogl/cogl/cogl-bitmap.h +336 -0
- data/vendor/local/include/cogl/cogl/cogl-buffer.h +324 -0
- data/vendor/local/include/cogl/cogl/cogl-clip-state.h +266 -0
- data/vendor/local/include/cogl/cogl/cogl-clutter.h +54 -0
- data/vendor/local/include/cogl/cogl/cogl-color.h +604 -0
- data/vendor/local/include/cogl/cogl/cogl-context.h +401 -0
- data/vendor/local/include/cogl/cogl/cogl-defines.h +58 -0
- data/vendor/local/include/cogl/cogl/cogl-deprecated.h +43 -0
- data/vendor/local/include/cogl/cogl/cogl-depth-state.h +270 -0
- data/vendor/local/include/cogl/cogl/cogl-display.h +234 -0
- data/vendor/local/include/cogl/cogl/cogl-enum-types.h +99 -0
- data/vendor/local/include/cogl/cogl/cogl-error.h +185 -0
- data/vendor/local/include/cogl/cogl/cogl-euler.h +269 -0
- data/vendor/local/include/cogl/cogl/cogl-fence.h +143 -0
- data/vendor/local/include/cogl/cogl/cogl-fixed.h +811 -0
- data/vendor/local/include/cogl/cogl/cogl-frame-info.h +148 -0
- data/vendor/local/include/cogl/cogl/cogl-framebuffer-deprecated.h +264 -0
- data/vendor/local/include/cogl/cogl/cogl-framebuffer.h +1818 -0
- data/vendor/local/include/cogl/cogl/cogl-gles2-types.h +474 -0
- data/vendor/local/include/cogl/cogl/cogl-gles2.h +420 -0
- data/vendor/local/include/cogl/cogl/cogl-glib-source.h +97 -0
- data/vendor/local/include/cogl/cogl/cogl-index-buffer.h +107 -0
- data/vendor/local/include/cogl/cogl/cogl-indices.h +165 -0
- data/vendor/local/include/cogl/cogl/cogl-macros.h +273 -0
- data/vendor/local/include/cogl/cogl/cogl-material-compat.h +1391 -0
- data/vendor/local/include/cogl/cogl/cogl-matrix-stack.h +645 -0
- data/vendor/local/include/cogl/cogl/cogl-matrix.h +821 -0
- data/vendor/local/include/cogl/cogl/cogl-meta-texture.h +194 -0
- data/vendor/local/include/cogl/cogl/cogl-object.h +251 -0
- data/vendor/local/include/cogl/cogl/cogl-offscreen.h +172 -0
- data/vendor/local/include/cogl/cogl/cogl-onscreen-template.h +125 -0
- data/vendor/local/include/cogl/cogl/cogl-onscreen.h +1012 -0
- data/vendor/local/include/cogl/cogl/cogl-output.h +261 -0
- data/vendor/local/include/cogl/cogl/cogl-pango.h +40 -0
- data/vendor/local/include/cogl/cogl/cogl-pipeline-layer-state.h +620 -0
- data/vendor/local/include/cogl/cogl/cogl-pipeline-state.h +980 -0
- data/vendor/local/include/cogl/cogl/cogl-pipeline.h +194 -0
- data/vendor/local/include/cogl/cogl/cogl-pixel-buffer.h +138 -0
- data/vendor/local/include/cogl/cogl/cogl-poll.h +200 -0
- data/vendor/local/include/cogl/cogl/cogl-primitive-texture.h +111 -0
- data/vendor/local/include/cogl/cogl/cogl-primitive.h +942 -0
- data/vendor/local/include/cogl/cogl/cogl-primitives.h +197 -0
- data/vendor/local/include/cogl/cogl/cogl-quaternion.h +564 -0
- data/vendor/local/include/cogl/cogl/cogl-renderer.h +446 -0
- data/vendor/local/include/cogl/cogl/cogl-shader.h +704 -0
- data/vendor/local/include/cogl/cogl/cogl-snippet.h +866 -0
- data/vendor/local/include/cogl/cogl/cogl-sub-texture.h +136 -0
- data/vendor/local/include/cogl/cogl/cogl-swap-chain.h +71 -0
- data/vendor/local/include/cogl/cogl/cogl-texture-2d-gl.h +78 -0
- data/vendor/local/include/cogl/cogl/cogl-texture-2d-sliced.h +301 -0
- data/vendor/local/include/cogl/cogl/cogl-texture-2d.h +234 -0
- data/vendor/local/include/cogl/cogl/cogl-texture-3d.h +204 -0
- data/vendor/local/include/cogl/cogl/cogl-texture-deprecated.h +105 -0
- data/vendor/local/include/cogl/cogl/cogl-texture-rectangle.h +218 -0
- data/vendor/local/include/cogl/cogl/cogl-texture.h +524 -0
- data/vendor/local/include/cogl/cogl/cogl-type-casts.h +53 -0
- data/vendor/local/include/cogl/cogl/cogl-types.h +925 -0
- data/vendor/local/include/cogl/cogl/cogl-vector.h +356 -0
- data/vendor/local/include/cogl/cogl/cogl-version.h +348 -0
- data/vendor/local/include/cogl/cogl/cogl-vertex-buffer.h +451 -0
- data/vendor/local/include/cogl/cogl/cogl-win32-renderer.h +123 -0
- data/vendor/local/include/cogl/cogl/cogl.h +194 -0
- data/vendor/local/include/cogl/cogl/cogl1-context.h +862 -0
- data/vendor/local/include/cogl/cogl/cogl2-experimental.h +37 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-auto-texture.h +221 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-clip-state.h +266 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-clutter.h +54 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-fixed.h +811 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-framebuffer-deprecated.h +264 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-material-compat.h +1391 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-shader.h +704 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-texture-deprecated.h +105 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-type-casts.h +53 -0
- data/vendor/local/include/cogl/cogl/deprecated/cogl-vertex-buffer.h +451 -0
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-core-functions.h +198 -0
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-gles2-functions.h +43 -0
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-glsl-functions.h +286 -0
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-in-gles-core-functions.h +148 -0
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-in-gles2-core-functions.h +186 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-builder.h +120 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-enum-types.h +41 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-generator.h +120 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-glib.h +47 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-gobject.h +199 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-gvariant.h +53 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-parser.h +188 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-path.h +102 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-reader.h +171 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-types.h +445 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-version-macros.h +135 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-version.h +102 -0
- data/vendor/local/lib/girepository-1.0/Cally-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Clutter-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Cogl-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Cogl-2.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/CoglPango-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/CoglPango-2.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Json-1.0.typelib +0 -0
- data/vendor/local/lib/libclutter-1.0.dll.a +0 -0
- data/vendor/local/lib/libclutter-1.0.la +41 -0
- data/vendor/local/lib/libcogl-pango.dll.a +0 -0
- data/vendor/local/lib/libcogl-pango.la +41 -0
- data/vendor/local/lib/libcogl-path.dll.a +0 -0
- data/vendor/local/lib/libcogl-path.la +41 -0
- data/vendor/local/lib/libcogl.dll.a +0 -0
- data/vendor/local/lib/libcogl.la +41 -0
- data/vendor/local/lib/libjson-glib-1.0.dll.a +0 -0
- data/vendor/local/lib/libjson-glib-1.0.la +41 -0
- data/vendor/local/lib/pkgconfig/cally-1.0.pc +13 -0
- data/vendor/local/lib/pkgconfig/clutter-1.0.pc +24 -0
- data/vendor/local/lib/pkgconfig/clutter-win32-1.0.pc +24 -0
- data/vendor/local/lib/pkgconfig/cogl-1.0.pc +13 -0
- data/vendor/local/lib/pkgconfig/cogl-2.0-experimental.pc +13 -0
- data/vendor/local/lib/pkgconfig/cogl-gl-1.0.pc +13 -0
- data/vendor/local/lib/pkgconfig/cogl-pango-1.0.pc +13 -0
- data/vendor/local/lib/pkgconfig/cogl-pango-2.0-experimental.pc +13 -0
- data/vendor/local/lib/pkgconfig/cogl-path-1.0.pc +13 -0
- data/vendor/local/lib/pkgconfig/cogl-path-2.0-experimental.pc +13 -0
- data/vendor/local/lib/pkgconfig/json-glib-1.0.pc +11 -0
- data/vendor/local/share/cogl/examples-data/crate.jpg +0 -0
- data/vendor/local/share/gir-1.0/Cally-1.0.gir +681 -0
- data/vendor/local/share/gir-1.0/Clutter-1.0.gir +70493 -0
- data/vendor/local/share/gir-1.0/Cogl-1.0.gir +8197 -0
- data/vendor/local/share/gir-1.0/Cogl-2.0.gir +20369 -0
- data/vendor/local/share/gir-1.0/CoglPango-1.0.gir +333 -0
- data/vendor/local/share/gir-1.0/CoglPango-2.0.gir +331 -0
- data/vendor/local/share/gir-1.0/Json-1.0.gir +4742 -0
- data/vendor/local/share/gtk-doc/html/cally/CallyActor.html +509 -0
- data/vendor/local/share/gtk-doc/html/cally/CallyClone.html +155 -0
- data/vendor/local/share/gtk-doc/html/cally/CallyGroup.html +154 -0
- data/vendor/local/share/gtk-doc/html/cally/CallyRectangle.html +154 -0
- data/vendor/local/share/gtk-doc/html/cally/CallyRoot.html +133 -0
- data/vendor/local/share/gtk-doc/html/cally/CallyStage.html +159 -0
- data/vendor/local/share/gtk-doc/html/cally/CallyText.html +154 -0
- data/vendor/local/share/gtk-doc/html/cally/CallyTexture.html +154 -0
- data/vendor/local/share/gtk-doc/html/cally/CallyUtil.html +102 -0
- data/vendor/local/share/gtk-doc/html/cally/cally-General-API.html +187 -0
- data/vendor/local/share/gtk-doc/html/cally/cally.devhelp2 +73 -0
- data/vendor/local/share/gtk-doc/html/cally/callyannotationglossary.html +41 -0
- data/vendor/local/share/gtk-doc/html/cally/callybase.html +71 -0
- data/vendor/local/share/gtk-doc/html/cally/callyobjecthierarchy.html +45 -0
- data/vendor/local/share/gtk-doc/html/cally/callyobjectindex.html +64 -0
- data/vendor/local/share/gtk-doc/html/cally/callyobjects.html +39 -0
- data/vendor/local/share/gtk-doc/html/cally/ch01.html +53 -0
- data/vendor/local/share/gtk-doc/html/cally/ch02.html +41 -0
- data/vendor/local/share/gtk-doc/html/cally/clutter-overview.html +96 -0
- data/vendor/local/share/gtk-doc/html/cally/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/index.html +103 -0
- data/vendor/local/share/gtk-doc/html/cally/index.sgml +121 -0
- data/vendor/local/share/gtk-doc/html/cally/ix01.html +193 -0
- data/vendor/local/share/gtk-doc/html/cally/ix02.html +31 -0
- data/vendor/local/share/gtk-doc/html/cally/ix03.html +185 -0
- data/vendor/local/share/gtk-doc/html/cally/ix04.html +39 -0
- data/vendor/local/share/gtk-doc/html/cally/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/license.html +58 -0
- data/vendor/local/share/gtk-doc/html/cally/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/style.css +476 -0
- data/vendor/local/share/gtk-doc/html/cally/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAction.html +109 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActor.html +15797 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActorMeta.html +396 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlignConstraint.html +494 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlpha.html +816 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimatable.html +497 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimator.html +1406 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBackend.html +855 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviour.html +802 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourDepth.html +313 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html +1041 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html +319 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourPath.html +502 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourRotate.html +744 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourScale.html +476 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBinLayout.html +481 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBindConstraint.html +598 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBlurEffect.html +116 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBox.html +726 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBoxLayout.html +1471 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html +480 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCairoTexture.html +873 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCanvas.html +488 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterChildMeta.html +287 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClickAction.html +667 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClone.html +258 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterColorizeEffect.html +239 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterConstraint.html +208 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContainer.html +1611 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContent.html +367 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeformEffect.html +418 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDesaturateEffect.html +242 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeviceManager.html +492 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDragAction.html +1120 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDropAction.html +498 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterEffect.html +469 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFixedLayout.html +125 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFlowLayout.html +928 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGestureAction.html +1321 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGridLayout.html +1020 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGroup.html +272 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterImage.html +527 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterInputDevice.html +1805 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterKeyframeTransition.html +616 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutManager.html +1280 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutMeta.html +189 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterListModel.html +222 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterMedia.html +1053 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModel.html +2052 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModelIter.html +779 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterOffscreenEffect.html +452 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPageTurnEffect.html +428 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPaintNode.html +671 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPanAction.html +946 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPath.html +1576 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPathConstraint.html +407 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPropertyTransition.html +261 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRectangle.html +484 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRotateAction.html +216 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScore.html +1018 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScript.html +1421 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScriptable.html +364 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScrollActor.html +385 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSettings.html +376 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterShaderEffect.html +693 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSnapConstraint.html +526 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterStage.html +2751 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterState.html +1823 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSwipeAction.html +333 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTableLayout.html +1393 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTapAction.html +219 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterText.html +3871 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTextBuffer.html +906 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTexture.html +2085 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTimeline.html +2864 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransition.html +684 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransitionGroup.html +264 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterZoomAction.html +474 -0
- data/vendor/local/share/gtk-doc/html/clutter/actor-box.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/actor-example.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/animator-key-frames.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/annotation-glossary.html +95 -0
- data/vendor/local/share/gtk-doc/html/clutter/bin-layout.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/box-layout.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/building-clutter.html +275 -0
- data/vendor/local/share/gtk-doc/html/clutter/ch01.html +65 -0
- data/vendor/local/share/gtk-doc/html/clutter/ch02.html +44 -0
- data/vendor/local/share/gtk-doc/html/clutter/ch03.html +47 -0
- data/vendor/local/share/gtk-doc/html/clutter/ch04.html +59 -0
- data/vendor/local/share/gtk-doc/html/clutter/ch05.html +44 -0
- data/vendor/local/share/gtk-doc/html/clutter/ch06.html +57 -0
- data/vendor/local/share/gtk-doc/html/clutter/ch07.html +38 -0
- data/vendor/local/share/gtk-doc/html/clutter/ch08.html +38 -0
- data/vendor/local/share/gtk-doc/html/clutter/ch09.html +53 -0
- data/vendor/local/share/gtk-doc/html/clutter/ch10.html +78 -0
- data/vendor/local/share/gtk-doc/html/clutter/ch11.html +38 -0
- data/vendor/local/share/gtk-doc/html/clutter/ch12.html +41 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Base-geometric-types.html +4244 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterGLXTexturePixmap.html +268 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html +454 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterX11TexturePixmap.html +442 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Colors.html +1644 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html +211 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Events.html +3454 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Features.html +232 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html +297 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-General.html +2112 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Implicit-Animations.html +2213 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html +200 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Key-Bindings.html +992 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Paint-Nodes.html +411 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Shaders.html +1236 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Stage-Manager.html +418 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Unit-conversion.html +1006 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Utilities.html +661 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Value-intervals.html +1221 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Versioning-Macros.html +578 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html +106 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-specific-support.html +289 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html +241 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html +916 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-overview.html +77 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter.devhelp2 +2403 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutteranimation.html +65 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutterbackends.html +74 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutterbase.html +195 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutterglossary.html +37 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjecthierarchy.html +118 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjectindex.html +184 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjects.html +37 -0
- data/vendor/local/share/gtk-doc/html/clutter/cluttertools.html +105 -0
- data/vendor/local/share/gtk-doc/html/clutter/constraints-example.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/deprecated.html +93 -0
- data/vendor/local/share/gtk-doc/html/clutter/easing-modes.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/event-flow.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/flow-layout.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/go01.html +126 -0
- data/vendor/local/share/gtk-doc/html/clutter/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/index.html +454 -0
- data/vendor/local/share/gtk-doc/html/clutter/index.sgml +3165 -0
- data/vendor/local/share/gtk-doc/html/clutter/iterating-paths.html +56 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix01.html +8982 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix02.html +2198 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix03.html +457 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix04.html +578 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix05.html +952 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix06.html +637 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix07.html +1525 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix08.html +815 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix09.html +1000 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix10.html +364 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix11.html +361 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix12.html +1085 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix13.html +979 -0
- data/vendor/local/share/gtk-doc/html/clutter/ix14.html +101 -0
- data/vendor/local/share/gtk-doc/html/clutter/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/license.html +58 -0
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterAnimation.html +223 -0
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html +197 -0
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterEffect.html +154 -0
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterPath.html +155 -0
- data/vendor/local/share/gtk-doc/html/clutter/migration.html +49 -0
- data/vendor/local/share/gtk-doc/html/clutter/offscreen-redirect.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/path-alpha-func.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/pt09.html +31 -0
- data/vendor/local/share/gtk-doc/html/clutter/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/running-clutter.html +378 -0
- data/vendor/local/share/gtk-doc/html/clutter/style.css +476 -0
- data/vendor/local/share/gtk-doc/html/clutter/table-layout.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/using-cairo.html +36 -0
- data/vendor/local/share/gtk-doc/html/json-glib/JsonBuilder.html +676 -0
- data/vendor/local/share/gtk-doc/html/json-glib/JsonGenerator.html +660 -0
- data/vendor/local/share/gtk-doc/html/json-glib/JsonParser.html +1144 -0
- data/vendor/local/share/gtk-doc/html/json-glib/JsonPath.html +512 -0
- data/vendor/local/share/gtk-doc/html/json-glib/JsonReader.html +1140 -0
- data/vendor/local/share/gtk-doc/html/json-glib/annotation-glossary.html +66 -0
- data/vendor/local/share/gtk-doc/html/json-glib/ch01.html +41 -0
- data/vendor/local/share/gtk-doc/html/json-glib/ch02.html +41 -0
- data/vendor/local/share/gtk-doc/html/json-glib/ch03.html +38 -0
- data/vendor/local/share/gtk-doc/html/json-glib/ch05.html +40 -0
- data/vendor/local/share/gtk-doc/html/json-glib/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/index.html +134 -0
- data/vendor/local/share/gtk-doc/html/json-glib/index.sgml +327 -0
- data/vendor/local/share/gtk-doc/html/json-glib/ix01.html +965 -0
- data/vendor/local/share/gtk-doc/html/json-glib/ix02.html +49 -0
- data/vendor/local/share/gtk-doc/html/json-glib/ix03.html +56 -0
- data/vendor/local/share/gtk-doc/html/json-glib/ix04.html +49 -0
- data/vendor/local/share/gtk-doc/html/json-glib/ix05.html +181 -0
- data/vendor/local/share/gtk-doc/html/json-glib/ix06.html +116 -0
- data/vendor/local/share/gtk-doc/html/json-glib/ix07.html +156 -0
- data/vendor/local/share/gtk-doc/html/json-glib/ix08.html +132 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-advanced.html +50 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-base.html +61 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-format-tool.html +84 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Boxed-Types-Serialization.html +491 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-GObject-Serialization.html +385 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Array.html +1188 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-GVariant-Integration.html +318 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Node.html +1803 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Object.html +1369 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Serializable-Interface.html +582 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Versioning-information.html +215 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.devhelp2 +277 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.html +38 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-streams.html +63 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-tools.html +45 -0
- data/vendor/local/share/gtk-doc/html/json-glib/json-validate-tool.html +72 -0
- data/vendor/local/share/gtk-doc/html/json-glib/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/license.html +58 -0
- data/vendor/local/share/gtk-doc/html/json-glib/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/style.css +476 -0
- data/vendor/local/share/gtk-doc/html/json-glib/tools.html +38 -0
- data/vendor/local/share/gtk-doc/html/json-glib/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/up.png +0 -0
- data/vendor/local/share/license/clutter/COPYING +502 -0
- data/vendor/local/share/license/cogl/COPYING +107 -0
- data/vendor/local/share/license/json-glib/COPYING +504 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ky/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/json-glib-1.0.mo +0 -0
- metadata +869 -0
@@ -0,0 +1,49 @@
|
|
1
|
+
/*
|
2
|
+
* Clutter.
|
3
|
+
*
|
4
|
+
* An OpenGL based 'interactive canvas' library.
|
5
|
+
*
|
6
|
+
* Authored By Matthew Allum <mallum@openedhand.com>
|
7
|
+
*
|
8
|
+
* Copyright (C) 2008 OpenedHand
|
9
|
+
*
|
10
|
+
* This library is free software; you can redistribute it and/or
|
11
|
+
* modify it under the terms of the GNU Lesser General Public
|
12
|
+
* License as published by the Free Software Foundation; either
|
13
|
+
* version 2 of the License, or (at your option) any later version.
|
14
|
+
*
|
15
|
+
* This library is distributed in the hope that it will be useful,
|
16
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
17
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
18
|
+
* Lesser General Public License for more details.
|
19
|
+
*
|
20
|
+
* You should have received a copy of the GNU Lesser General Public
|
21
|
+
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
22
|
+
*/
|
23
|
+
|
24
|
+
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
25
|
+
#error "Only <clutter/clutter.h> can be included directly."
|
26
|
+
#endif
|
27
|
+
|
28
|
+
#ifndef __CLUTTER_FRAME_SOURCE_H__
|
29
|
+
#define __CLUTTER_FRAME_SOURCE_H__
|
30
|
+
|
31
|
+
#include <clutter/clutter-types.h>
|
32
|
+
|
33
|
+
G_BEGIN_DECLS
|
34
|
+
|
35
|
+
CLUTTER_DEPRECATED_IN_1_6
|
36
|
+
guint clutter_frame_source_add (guint fps,
|
37
|
+
GSourceFunc func,
|
38
|
+
gpointer data);
|
39
|
+
|
40
|
+
CLUTTER_DEPRECATED_IN_1_6
|
41
|
+
guint clutter_frame_source_add_full (gint priority,
|
42
|
+
guint fps,
|
43
|
+
GSourceFunc func,
|
44
|
+
gpointer data,
|
45
|
+
GDestroyNotify notify);
|
46
|
+
|
47
|
+
G_END_DECLS
|
48
|
+
|
49
|
+
#endif /* __CLUTTER_FRAME_SOURCE_H__ */
|
@@ -0,0 +1,62 @@
|
|
1
|
+
/*
|
2
|
+
* Clutter.
|
3
|
+
*
|
4
|
+
* An OpenGL based 'interactive canvas' library.
|
5
|
+
*
|
6
|
+
* Copyright (C) 2011 Intel Corp
|
7
|
+
*
|
8
|
+
* This library is free software; you can redistribute it and/or
|
9
|
+
* modify it under the terms of the GNU Lesser General Public
|
10
|
+
* License as published by the Free Software Foundation; either
|
11
|
+
* version 2 of the License, or (at your option) any later version.
|
12
|
+
*
|
13
|
+
* This library is distributed in the hope that it will be useful,
|
14
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
* Lesser General Public License for more details.
|
17
|
+
*
|
18
|
+
* You should have received a copy of the GNU Lesser General Public
|
19
|
+
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
20
|
+
*/
|
21
|
+
|
22
|
+
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
23
|
+
#error "Only <clutter/clutter.h> can be included directly."
|
24
|
+
#endif
|
25
|
+
|
26
|
+
#ifndef __CLUTTER_GROUP_DEPRECATED_H__
|
27
|
+
#define __CLUTTER_GROUP_DEPRECATED_H__
|
28
|
+
|
29
|
+
#include <clutter/clutter-types.h>
|
30
|
+
#include <clutter/clutter-group.h>
|
31
|
+
|
32
|
+
G_BEGIN_DECLS
|
33
|
+
|
34
|
+
CLUTTER_DEPRECATED_IN_1_10_FOR(clutter_actor_new)
|
35
|
+
ClutterActor * clutter_group_new (void);
|
36
|
+
|
37
|
+
CLUTTER_DEPRECATED_IN_1_10_FOR(clutter_actor_get_child_at_index)
|
38
|
+
ClutterActor * clutter_group_get_nth_child (ClutterGroup *self,
|
39
|
+
gint index_);
|
40
|
+
|
41
|
+
CLUTTER_DEPRECATED_IN_1_10_FOR(clutter_actor_get_n_children)
|
42
|
+
gint clutter_group_get_n_children (ClutterGroup *self);
|
43
|
+
|
44
|
+
CLUTTER_DEPRECATED_IN_1_10_FOR(clutter_actor_remove_all_children)
|
45
|
+
void clutter_group_remove_all (ClutterGroup *self);
|
46
|
+
|
47
|
+
#ifndef CLUTTER_DISABLE_DEPRECATED
|
48
|
+
|
49
|
+
/* for Mr. Mallum only */
|
50
|
+
#define clutter_group_add(group,actor) G_STMT_START { \
|
51
|
+
ClutterActor *_actor = (ClutterActor *) (actor); \
|
52
|
+
if (CLUTTER_IS_GROUP ((group)) && CLUTTER_IS_ACTOR ((_actor))) \
|
53
|
+
{ \
|
54
|
+
ClutterContainer *_container = (ClutterContainer *) (group); \
|
55
|
+
clutter_container_add_actor (_container, _actor); \
|
56
|
+
} } G_STMT_END
|
57
|
+
|
58
|
+
#endif /* CLUTTER_DISABLE_DEPRECATED */
|
59
|
+
|
60
|
+
G_END_DECLS
|
61
|
+
|
62
|
+
#endif /* __CLUTTER_GROUP_DEPRECATED_H__ */
|
@@ -0,0 +1,41 @@
|
|
1
|
+
/*
|
2
|
+
* Clutter.
|
3
|
+
*
|
4
|
+
* An OpenGL based 'interactive canvas' library.
|
5
|
+
*
|
6
|
+
* Copyright © 2009, 2010, 2011 Intel Corp.
|
7
|
+
*
|
8
|
+
* This library is free software; you can redistribute it and/or
|
9
|
+
* modify it under the terms of the GNU Lesser General Public
|
10
|
+
* License as published by the Free Software Foundation; either
|
11
|
+
* version 2 of the License, or (at your option) any later version.
|
12
|
+
*
|
13
|
+
* This library is distributed in the hope that it will be useful,
|
14
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
* Lesser General Public License for more details.
|
17
|
+
*
|
18
|
+
* You should have received a copy of the GNU Lesser General Public
|
19
|
+
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
20
|
+
*
|
21
|
+
* Author: Emmanuele Bassi <ebassi@linux.intel.com>
|
22
|
+
*/
|
23
|
+
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
24
|
+
#error "Only <clutter/clutter.h> can be included directly."
|
25
|
+
#endif
|
26
|
+
|
27
|
+
#ifndef __CLUTTER_INPUT_DEVICE_DEPRECATED_H__
|
28
|
+
#define __CLUTTER_INPUT_DEVICE_DEPRECATED_H__
|
29
|
+
|
30
|
+
#include <clutter/clutter-input-device.h>
|
31
|
+
|
32
|
+
G_BEGIN_DECLS
|
33
|
+
|
34
|
+
CLUTTER_DEPRECATED_IN_1_12_FOR(clutter_input_device_get_coords)
|
35
|
+
void clutter_input_device_get_device_coords (ClutterInputDevice *device,
|
36
|
+
gint *x,
|
37
|
+
gint *y);
|
38
|
+
|
39
|
+
G_END_DECLS
|
40
|
+
|
41
|
+
#endif /* __CLUTTER_INPUT_DEVICE_DEPRECATED_H__ */
|
@@ -0,0 +1,2306 @@
|
|
1
|
+
/* Clutter
|
2
|
+
*
|
3
|
+
* Copyright (C) 2006, 2007, 2008 OpenedHand Ltd
|
4
|
+
* Copyright (C) 2009, 2010 Intel Corp
|
5
|
+
*
|
6
|
+
* This library is free software; you can redistribute it and/or
|
7
|
+
* modify it under the terms of the GNU Lesser General Public
|
8
|
+
* License as published by the Free Software Foundation; either
|
9
|
+
* version 2 of the License, or (at your option) any later version.
|
10
|
+
*
|
11
|
+
* This library is distributed in the hope that it will be useful,
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
14
|
+
* Lesser General Public License for more details.
|
15
|
+
*
|
16
|
+
* You should have received a copy of the GNU Lesser General Public
|
17
|
+
* License along with this library. If not, see <http://www.gnu.org/licenses>.
|
18
|
+
*/
|
19
|
+
|
20
|
+
/*
|
21
|
+
* Compatibility version of clutter-keysyms.h.
|
22
|
+
*
|
23
|
+
* Since Clutter 1.4, the key symbol defines have been changed to have
|
24
|
+
* a KEY_ prefix. This is a compatibility header that is included when
|
25
|
+
* deprecated symbols are enabled. Consider porting to the new names
|
26
|
+
* instead.
|
27
|
+
*/
|
28
|
+
|
29
|
+
#ifndef __CLUTTER_KEYSYMS_DEPRECATED_H__
|
30
|
+
#define __CLUTTER_KEYSYMS_DEPRECATED_H__
|
31
|
+
|
32
|
+
#ifndef CLUTTER_DISABLE_DEPRECATED
|
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_a 0xfe80
|
282
|
+
#define CLUTTER_dead_A 0xfe81
|
283
|
+
#define CLUTTER_dead_e 0xfe82
|
284
|
+
#define CLUTTER_dead_E 0xfe83
|
285
|
+
#define CLUTTER_dead_i 0xfe84
|
286
|
+
#define CLUTTER_dead_I 0xfe85
|
287
|
+
#define CLUTTER_dead_o 0xfe86
|
288
|
+
#define CLUTTER_dead_O 0xfe87
|
289
|
+
#define CLUTTER_dead_u 0xfe88
|
290
|
+
#define CLUTTER_dead_U 0xfe89
|
291
|
+
#define CLUTTER_dead_small_schwa 0xfe8a
|
292
|
+
#define CLUTTER_dead_capital_schwa 0xfe8b
|
293
|
+
#define CLUTTER_dead_greek 0xfe8c
|
294
|
+
#define CLUTTER_First_Virtual_Screen 0xfed0
|
295
|
+
#define CLUTTER_Prev_Virtual_Screen 0xfed1
|
296
|
+
#define CLUTTER_Next_Virtual_Screen 0xfed2
|
297
|
+
#define CLUTTER_Last_Virtual_Screen 0xfed4
|
298
|
+
#define CLUTTER_Terminate_Server 0xfed5
|
299
|
+
#define CLUTTER_AccessX_Enable 0xfe70
|
300
|
+
#define CLUTTER_AccessX_Feedback_Enable 0xfe71
|
301
|
+
#define CLUTTER_RepeatKeys_Enable 0xfe72
|
302
|
+
#define CLUTTER_SlowKeys_Enable 0xfe73
|
303
|
+
#define CLUTTER_BounceKeys_Enable 0xfe74
|
304
|
+
#define CLUTTER_StickyKeys_Enable 0xfe75
|
305
|
+
#define CLUTTER_MouseKeys_Enable 0xfe76
|
306
|
+
#define CLUTTER_MouseKeys_Accel_Enable 0xfe77
|
307
|
+
#define CLUTTER_Overlay1_Enable 0xfe78
|
308
|
+
#define CLUTTER_Overlay2_Enable 0xfe79
|
309
|
+
#define CLUTTER_AudibleBell_Enable 0xfe7a
|
310
|
+
#define CLUTTER_Pointer_Left 0xfee0
|
311
|
+
#define CLUTTER_Pointer_Right 0xfee1
|
312
|
+
#define CLUTTER_Pointer_Up 0xfee2
|
313
|
+
#define CLUTTER_Pointer_Down 0xfee3
|
314
|
+
#define CLUTTER_Pointer_UpLeft 0xfee4
|
315
|
+
#define CLUTTER_Pointer_UpRight 0xfee5
|
316
|
+
#define CLUTTER_Pointer_DownLeft 0xfee6
|
317
|
+
#define CLUTTER_Pointer_DownRight 0xfee7
|
318
|
+
#define CLUTTER_Pointer_Button_Dflt 0xfee8
|
319
|
+
#define CLUTTER_Pointer_Button1 0xfee9
|
320
|
+
#define CLUTTER_Pointer_Button2 0xfeea
|
321
|
+
#define CLUTTER_Pointer_Button3 0xfeeb
|
322
|
+
#define CLUTTER_Pointer_Button4 0xfeec
|
323
|
+
#define CLUTTER_Pointer_Button5 0xfeed
|
324
|
+
#define CLUTTER_Pointer_DblClick_Dflt 0xfeee
|
325
|
+
#define CLUTTER_Pointer_DblClick1 0xfeef
|
326
|
+
#define CLUTTER_Pointer_DblClick2 0xfef0
|
327
|
+
#define CLUTTER_Pointer_DblClick3 0xfef1
|
328
|
+
#define CLUTTER_Pointer_DblClick4 0xfef2
|
329
|
+
#define CLUTTER_Pointer_DblClick5 0xfef3
|
330
|
+
#define CLUTTER_Pointer_Drag_Dflt 0xfef4
|
331
|
+
#define CLUTTER_Pointer_Drag1 0xfef5
|
332
|
+
#define CLUTTER_Pointer_Drag2 0xfef6
|
333
|
+
#define CLUTTER_Pointer_Drag3 0xfef7
|
334
|
+
#define CLUTTER_Pointer_Drag4 0xfef8
|
335
|
+
#define CLUTTER_Pointer_Drag5 0xfefd
|
336
|
+
#define CLUTTER_Pointer_EnableKeys 0xfef9
|
337
|
+
#define CLUTTER_Pointer_Accelerate 0xfefa
|
338
|
+
#define CLUTTER_Pointer_DfltBtnNext 0xfefb
|
339
|
+
#define CLUTTER_Pointer_DfltBtnPrev 0xfefc
|
340
|
+
#define CLUTTER_ch 0xfea0
|
341
|
+
#define CLUTTER_Ch 0xfea1
|
342
|
+
#define CLUTTER_CH 0xfea2
|
343
|
+
#define CLUTTER_c_h 0xfea3
|
344
|
+
#define CLUTTER_C_h 0xfea4
|
345
|
+
#define CLUTTER_C_H 0xfea5
|
346
|
+
#define CLUTTER_3270_Duplicate 0xfd01
|
347
|
+
#define CLUTTER_3270_FieldMark 0xfd02
|
348
|
+
#define CLUTTER_3270_Right2 0xfd03
|
349
|
+
#define CLUTTER_3270_Left2 0xfd04
|
350
|
+
#define CLUTTER_3270_BackTab 0xfd05
|
351
|
+
#define CLUTTER_3270_EraseEOF 0xfd06
|
352
|
+
#define CLUTTER_3270_EraseInput 0xfd07
|
353
|
+
#define CLUTTER_3270_Reset 0xfd08
|
354
|
+
#define CLUTTER_3270_Quit 0xfd09
|
355
|
+
#define CLUTTER_3270_PA1 0xfd0a
|
356
|
+
#define CLUTTER_3270_PA2 0xfd0b
|
357
|
+
#define CLUTTER_3270_PA3 0xfd0c
|
358
|
+
#define CLUTTER_3270_Test 0xfd0d
|
359
|
+
#define CLUTTER_3270_Attn 0xfd0e
|
360
|
+
#define CLUTTER_3270_CursorBlink 0xfd0f
|
361
|
+
#define CLUTTER_3270_AltCursor 0xfd10
|
362
|
+
#define CLUTTER_3270_KeyClick 0xfd11
|
363
|
+
#define CLUTTER_3270_Jump 0xfd12
|
364
|
+
#define CLUTTER_3270_Ident 0xfd13
|
365
|
+
#define CLUTTER_3270_Rule 0xfd14
|
366
|
+
#define CLUTTER_3270_Copy 0xfd15
|
367
|
+
#define CLUTTER_3270_Play 0xfd16
|
368
|
+
#define CLUTTER_3270_Setup 0xfd17
|
369
|
+
#define CLUTTER_3270_Record 0xfd18
|
370
|
+
#define CLUTTER_3270_ChangeScreen 0xfd19
|
371
|
+
#define CLUTTER_3270_DeleteWord 0xfd1a
|
372
|
+
#define CLUTTER_3270_ExSelect 0xfd1b
|
373
|
+
#define CLUTTER_3270_CursorSelect 0xfd1c
|
374
|
+
#define CLUTTER_3270_PrintScreen 0xfd1d
|
375
|
+
#define CLUTTER_3270_Enter 0xfd1e
|
376
|
+
#define CLUTTER_space 0x020
|
377
|
+
#define CLUTTER_exclam 0x021
|
378
|
+
#define CLUTTER_quotedbl 0x022
|
379
|
+
#define CLUTTER_numbersign 0x023
|
380
|
+
#define CLUTTER_dollar 0x024
|
381
|
+
#define CLUTTER_percent 0x025
|
382
|
+
#define CLUTTER_ampersand 0x026
|
383
|
+
#define CLUTTER_apostrophe 0x027
|
384
|
+
#define CLUTTER_quoteright 0x027
|
385
|
+
#define CLUTTER_parenleft 0x028
|
386
|
+
#define CLUTTER_parenright 0x029
|
387
|
+
#define CLUTTER_asterisk 0x02a
|
388
|
+
#define CLUTTER_plus 0x02b
|
389
|
+
#define CLUTTER_comma 0x02c
|
390
|
+
#define CLUTTER_minus 0x02d
|
391
|
+
#define CLUTTER_period 0x02e
|
392
|
+
#define CLUTTER_slash 0x02f
|
393
|
+
#define CLUTTER_0 0x030
|
394
|
+
#define CLUTTER_1 0x031
|
395
|
+
#define CLUTTER_2 0x032
|
396
|
+
#define CLUTTER_3 0x033
|
397
|
+
#define CLUTTER_4 0x034
|
398
|
+
#define CLUTTER_5 0x035
|
399
|
+
#define CLUTTER_6 0x036
|
400
|
+
#define CLUTTER_7 0x037
|
401
|
+
#define CLUTTER_8 0x038
|
402
|
+
#define CLUTTER_9 0x039
|
403
|
+
#define CLUTTER_colon 0x03a
|
404
|
+
#define CLUTTER_semicolon 0x03b
|
405
|
+
#define CLUTTER_less 0x03c
|
406
|
+
#define CLUTTER_equal 0x03d
|
407
|
+
#define CLUTTER_greater 0x03e
|
408
|
+
#define CLUTTER_question 0x03f
|
409
|
+
#define CLUTTER_at 0x040
|
410
|
+
#define CLUTTER_A 0x041
|
411
|
+
#define CLUTTER_B 0x042
|
412
|
+
#define CLUTTER_C 0x043
|
413
|
+
#define CLUTTER_D 0x044
|
414
|
+
#define CLUTTER_E 0x045
|
415
|
+
#define CLUTTER_F 0x046
|
416
|
+
#define CLUTTER_G 0x047
|
417
|
+
#define CLUTTER_H 0x048
|
418
|
+
#define CLUTTER_I 0x049
|
419
|
+
#define CLUTTER_J 0x04a
|
420
|
+
#define CLUTTER_K 0x04b
|
421
|
+
#define CLUTTER_L 0x04c
|
422
|
+
#define CLUTTER_M 0x04d
|
423
|
+
#define CLUTTER_N 0x04e
|
424
|
+
#define CLUTTER_O 0x04f
|
425
|
+
#define CLUTTER_P 0x050
|
426
|
+
#define CLUTTER_Q 0x051
|
427
|
+
#define CLUTTER_R 0x052
|
428
|
+
#define CLUTTER_S 0x053
|
429
|
+
#define CLUTTER_T 0x054
|
430
|
+
#define CLUTTER_U 0x055
|
431
|
+
#define CLUTTER_V 0x056
|
432
|
+
#define CLUTTER_W 0x057
|
433
|
+
#define CLUTTER_X 0x058
|
434
|
+
#define CLUTTER_Y 0x059
|
435
|
+
#define CLUTTER_Z 0x05a
|
436
|
+
#define CLUTTER_bracketleft 0x05b
|
437
|
+
#define CLUTTER_backslash 0x05c
|
438
|
+
#define CLUTTER_bracketright 0x05d
|
439
|
+
#define CLUTTER_asciicircum 0x05e
|
440
|
+
#define CLUTTER_underscore 0x05f
|
441
|
+
#define CLUTTER_grave 0x060
|
442
|
+
#define CLUTTER_quoteleft 0x060
|
443
|
+
#define CLUTTER_a 0x061
|
444
|
+
#define CLUTTER_b 0x062
|
445
|
+
#define CLUTTER_c 0x063
|
446
|
+
#define CLUTTER_d 0x064
|
447
|
+
#define CLUTTER_e 0x065
|
448
|
+
#define CLUTTER_f 0x066
|
449
|
+
#define CLUTTER_g 0x067
|
450
|
+
#define CLUTTER_h 0x068
|
451
|
+
#define CLUTTER_i 0x069
|
452
|
+
#define CLUTTER_j 0x06a
|
453
|
+
#define CLUTTER_k 0x06b
|
454
|
+
#define CLUTTER_l 0x06c
|
455
|
+
#define CLUTTER_m 0x06d
|
456
|
+
#define CLUTTER_n 0x06e
|
457
|
+
#define CLUTTER_o 0x06f
|
458
|
+
#define CLUTTER_p 0x070
|
459
|
+
#define CLUTTER_q 0x071
|
460
|
+
#define CLUTTER_r 0x072
|
461
|
+
#define CLUTTER_s 0x073
|
462
|
+
#define CLUTTER_t 0x074
|
463
|
+
#define CLUTTER_u 0x075
|
464
|
+
#define CLUTTER_v 0x076
|
465
|
+
#define CLUTTER_w 0x077
|
466
|
+
#define CLUTTER_x 0x078
|
467
|
+
#define CLUTTER_y 0x079
|
468
|
+
#define CLUTTER_z 0x07a
|
469
|
+
#define CLUTTER_braceleft 0x07b
|
470
|
+
#define CLUTTER_bar 0x07c
|
471
|
+
#define CLUTTER_braceright 0x07d
|
472
|
+
#define CLUTTER_asciitilde 0x07e
|
473
|
+
#define CLUTTER_nobreakspace 0x0a0
|
474
|
+
#define CLUTTER_exclamdown 0x0a1
|
475
|
+
#define CLUTTER_cent 0x0a2
|
476
|
+
#define CLUTTER_sterling 0x0a3
|
477
|
+
#define CLUTTER_currency 0x0a4
|
478
|
+
#define CLUTTER_yen 0x0a5
|
479
|
+
#define CLUTTER_brokenbar 0x0a6
|
480
|
+
#define CLUTTER_section 0x0a7
|
481
|
+
#define CLUTTER_diaeresis 0x0a8
|
482
|
+
#define CLUTTER_copyright 0x0a9
|
483
|
+
#define CLUTTER_ordfeminine 0x0aa
|
484
|
+
#define CLUTTER_guillemotleft 0x0ab
|
485
|
+
#define CLUTTER_notsign 0x0ac
|
486
|
+
#define CLUTTER_hyphen 0x0ad
|
487
|
+
#define CLUTTER_registered 0x0ae
|
488
|
+
#define CLUTTER_macron 0x0af
|
489
|
+
#define CLUTTER_degree 0x0b0
|
490
|
+
#define CLUTTER_plusminus 0x0b1
|
491
|
+
#define CLUTTER_twosuperior 0x0b2
|
492
|
+
#define CLUTTER_threesuperior 0x0b3
|
493
|
+
#define CLUTTER_acute 0x0b4
|
494
|
+
#define CLUTTER_mu 0x0b5
|
495
|
+
#define CLUTTER_paragraph 0x0b6
|
496
|
+
#define CLUTTER_periodcentered 0x0b7
|
497
|
+
#define CLUTTER_cedilla 0x0b8
|
498
|
+
#define CLUTTER_onesuperior 0x0b9
|
499
|
+
#define CLUTTER_masculine 0x0ba
|
500
|
+
#define CLUTTER_guillemotright 0x0bb
|
501
|
+
#define CLUTTER_onequarter 0x0bc
|
502
|
+
#define CLUTTER_onehalf 0x0bd
|
503
|
+
#define CLUTTER_threequarters 0x0be
|
504
|
+
#define CLUTTER_questiondown 0x0bf
|
505
|
+
#define CLUTTER_Agrave 0x0c0
|
506
|
+
#define CLUTTER_Aacute 0x0c1
|
507
|
+
#define CLUTTER_Acircumflex 0x0c2
|
508
|
+
#define CLUTTER_Atilde 0x0c3
|
509
|
+
#define CLUTTER_Adiaeresis 0x0c4
|
510
|
+
#define CLUTTER_Aring 0x0c5
|
511
|
+
#define CLUTTER_AE 0x0c6
|
512
|
+
#define CLUTTER_Ccedilla 0x0c7
|
513
|
+
#define CLUTTER_Egrave 0x0c8
|
514
|
+
#define CLUTTER_Eacute 0x0c9
|
515
|
+
#define CLUTTER_Ecircumflex 0x0ca
|
516
|
+
#define CLUTTER_Ediaeresis 0x0cb
|
517
|
+
#define CLUTTER_Igrave 0x0cc
|
518
|
+
#define CLUTTER_Iacute 0x0cd
|
519
|
+
#define CLUTTER_Icircumflex 0x0ce
|
520
|
+
#define CLUTTER_Idiaeresis 0x0cf
|
521
|
+
#define CLUTTER_ETH 0x0d0
|
522
|
+
#define CLUTTER_Eth 0x0d0
|
523
|
+
#define CLUTTER_Ntilde 0x0d1
|
524
|
+
#define CLUTTER_Ograve 0x0d2
|
525
|
+
#define CLUTTER_Oacute 0x0d3
|
526
|
+
#define CLUTTER_Ocircumflex 0x0d4
|
527
|
+
#define CLUTTER_Otilde 0x0d5
|
528
|
+
#define CLUTTER_Odiaeresis 0x0d6
|
529
|
+
#define CLUTTER_multiply 0x0d7
|
530
|
+
#define CLUTTER_Oslash 0x0d8
|
531
|
+
#define CLUTTER_Ooblique 0x0d8
|
532
|
+
#define CLUTTER_Ugrave 0x0d9
|
533
|
+
#define CLUTTER_Uacute 0x0da
|
534
|
+
#define CLUTTER_Ucircumflex 0x0db
|
535
|
+
#define CLUTTER_Udiaeresis 0x0dc
|
536
|
+
#define CLUTTER_Yacute 0x0dd
|
537
|
+
#define CLUTTER_THORN 0x0de
|
538
|
+
#define CLUTTER_Thorn 0x0de
|
539
|
+
#define CLUTTER_ssharp 0x0df
|
540
|
+
#define CLUTTER_agrave 0x0e0
|
541
|
+
#define CLUTTER_aacute 0x0e1
|
542
|
+
#define CLUTTER_acircumflex 0x0e2
|
543
|
+
#define CLUTTER_atilde 0x0e3
|
544
|
+
#define CLUTTER_adiaeresis 0x0e4
|
545
|
+
#define CLUTTER_aring 0x0e5
|
546
|
+
#define CLUTTER_ae 0x0e6
|
547
|
+
#define CLUTTER_ccedilla 0x0e7
|
548
|
+
#define CLUTTER_egrave 0x0e8
|
549
|
+
#define CLUTTER_eacute 0x0e9
|
550
|
+
#define CLUTTER_ecircumflex 0x0ea
|
551
|
+
#define CLUTTER_ediaeresis 0x0eb
|
552
|
+
#define CLUTTER_igrave 0x0ec
|
553
|
+
#define CLUTTER_iacute 0x0ed
|
554
|
+
#define CLUTTER_icircumflex 0x0ee
|
555
|
+
#define CLUTTER_idiaeresis 0x0ef
|
556
|
+
#define CLUTTER_eth 0x0f0
|
557
|
+
#define CLUTTER_ntilde 0x0f1
|
558
|
+
#define CLUTTER_ograve 0x0f2
|
559
|
+
#define CLUTTER_oacute 0x0f3
|
560
|
+
#define CLUTTER_ocircumflex 0x0f4
|
561
|
+
#define CLUTTER_otilde 0x0f5
|
562
|
+
#define CLUTTER_odiaeresis 0x0f6
|
563
|
+
#define CLUTTER_division 0x0f7
|
564
|
+
#define CLUTTER_oslash 0x0f8
|
565
|
+
#define CLUTTER_ooblique 0x0f8
|
566
|
+
#define CLUTTER_ugrave 0x0f9
|
567
|
+
#define CLUTTER_uacute 0x0fa
|
568
|
+
#define CLUTTER_ucircumflex 0x0fb
|
569
|
+
#define CLUTTER_udiaeresis 0x0fc
|
570
|
+
#define CLUTTER_yacute 0x0fd
|
571
|
+
#define CLUTTER_thorn 0x0fe
|
572
|
+
#define CLUTTER_ydiaeresis 0x0ff
|
573
|
+
#define CLUTTER_Aogonek 0x1a1
|
574
|
+
#define CLUTTER_breve 0x1a2
|
575
|
+
#define CLUTTER_Lstroke 0x1a3
|
576
|
+
#define CLUTTER_Lcaron 0x1a5
|
577
|
+
#define CLUTTER_Sacute 0x1a6
|
578
|
+
#define CLUTTER_Scaron 0x1a9
|
579
|
+
#define CLUTTER_Scedilla 0x1aa
|
580
|
+
#define CLUTTER_Tcaron 0x1ab
|
581
|
+
#define CLUTTER_Zacute 0x1ac
|
582
|
+
#define CLUTTER_Zcaron 0x1ae
|
583
|
+
#define CLUTTER_Zabovedot 0x1af
|
584
|
+
#define CLUTTER_aogonek 0x1b1
|
585
|
+
#define CLUTTER_ogonek 0x1b2
|
586
|
+
#define CLUTTER_lstroke 0x1b3
|
587
|
+
#define CLUTTER_lcaron 0x1b5
|
588
|
+
#define CLUTTER_sacute 0x1b6
|
589
|
+
#define CLUTTER_caron 0x1b7
|
590
|
+
#define CLUTTER_scaron 0x1b9
|
591
|
+
#define CLUTTER_scedilla 0x1ba
|
592
|
+
#define CLUTTER_tcaron 0x1bb
|
593
|
+
#define CLUTTER_zacute 0x1bc
|
594
|
+
#define CLUTTER_doubleacute 0x1bd
|
595
|
+
#define CLUTTER_zcaron 0x1be
|
596
|
+
#define CLUTTER_zabovedot 0x1bf
|
597
|
+
#define CLUTTER_Racute 0x1c0
|
598
|
+
#define CLUTTER_Abreve 0x1c3
|
599
|
+
#define CLUTTER_Lacute 0x1c5
|
600
|
+
#define CLUTTER_Cacute 0x1c6
|
601
|
+
#define CLUTTER_Ccaron 0x1c8
|
602
|
+
#define CLUTTER_Eogonek 0x1ca
|
603
|
+
#define CLUTTER_Ecaron 0x1cc
|
604
|
+
#define CLUTTER_Dcaron 0x1cf
|
605
|
+
#define CLUTTER_Dstroke 0x1d0
|
606
|
+
#define CLUTTER_Nacute 0x1d1
|
607
|
+
#define CLUTTER_Ncaron 0x1d2
|
608
|
+
#define CLUTTER_Odoubleacute 0x1d5
|
609
|
+
#define CLUTTER_Rcaron 0x1d8
|
610
|
+
#define CLUTTER_Uring 0x1d9
|
611
|
+
#define CLUTTER_Udoubleacute 0x1db
|
612
|
+
#define CLUTTER_Tcedilla 0x1de
|
613
|
+
#define CLUTTER_racute 0x1e0
|
614
|
+
#define CLUTTER_abreve 0x1e3
|
615
|
+
#define CLUTTER_lacute 0x1e5
|
616
|
+
#define CLUTTER_cacute 0x1e6
|
617
|
+
#define CLUTTER_ccaron 0x1e8
|
618
|
+
#define CLUTTER_eogonek 0x1ea
|
619
|
+
#define CLUTTER_ecaron 0x1ec
|
620
|
+
#define CLUTTER_dcaron 0x1ef
|
621
|
+
#define CLUTTER_dstroke 0x1f0
|
622
|
+
#define CLUTTER_nacute 0x1f1
|
623
|
+
#define CLUTTER_ncaron 0x1f2
|
624
|
+
#define CLUTTER_odoubleacute 0x1f5
|
625
|
+
#define CLUTTER_rcaron 0x1f8
|
626
|
+
#define CLUTTER_uring 0x1f9
|
627
|
+
#define CLUTTER_udoubleacute 0x1fb
|
628
|
+
#define CLUTTER_tcedilla 0x1fe
|
629
|
+
#define CLUTTER_abovedot 0x1ff
|
630
|
+
#define CLUTTER_Hstroke 0x2a1
|
631
|
+
#define CLUTTER_Hcircumflex 0x2a6
|
632
|
+
#define CLUTTER_Iabovedot 0x2a9
|
633
|
+
#define CLUTTER_Gbreve 0x2ab
|
634
|
+
#define CLUTTER_Jcircumflex 0x2ac
|
635
|
+
#define CLUTTER_hstroke 0x2b1
|
636
|
+
#define CLUTTER_hcircumflex 0x2b6
|
637
|
+
#define CLUTTER_idotless 0x2b9
|
638
|
+
#define CLUTTER_gbreve 0x2bb
|
639
|
+
#define CLUTTER_jcircumflex 0x2bc
|
640
|
+
#define CLUTTER_Cabovedot 0x2c5
|
641
|
+
#define CLUTTER_Ccircumflex 0x2c6
|
642
|
+
#define CLUTTER_Gabovedot 0x2d5
|
643
|
+
#define CLUTTER_Gcircumflex 0x2d8
|
644
|
+
#define CLUTTER_Ubreve 0x2dd
|
645
|
+
#define CLUTTER_Scircumflex 0x2de
|
646
|
+
#define CLUTTER_cabovedot 0x2e5
|
647
|
+
#define CLUTTER_ccircumflex 0x2e6
|
648
|
+
#define CLUTTER_gabovedot 0x2f5
|
649
|
+
#define CLUTTER_gcircumflex 0x2f8
|
650
|
+
#define CLUTTER_ubreve 0x2fd
|
651
|
+
#define CLUTTER_scircumflex 0x2fe
|
652
|
+
#define CLUTTER_kra 0x3a2
|
653
|
+
#define CLUTTER_kappa 0x3a2
|
654
|
+
#define CLUTTER_Rcedilla 0x3a3
|
655
|
+
#define CLUTTER_Itilde 0x3a5
|
656
|
+
#define CLUTTER_Lcedilla 0x3a6
|
657
|
+
#define CLUTTER_Emacron 0x3aa
|
658
|
+
#define CLUTTER_Gcedilla 0x3ab
|
659
|
+
#define CLUTTER_Tslash 0x3ac
|
660
|
+
#define CLUTTER_rcedilla 0x3b3
|
661
|
+
#define CLUTTER_itilde 0x3b5
|
662
|
+
#define CLUTTER_lcedilla 0x3b6
|
663
|
+
#define CLUTTER_emacron 0x3ba
|
664
|
+
#define CLUTTER_gcedilla 0x3bb
|
665
|
+
#define CLUTTER_tslash 0x3bc
|
666
|
+
#define CLUTTER_ENG 0x3bd
|
667
|
+
#define CLUTTER_eng 0x3bf
|
668
|
+
#define CLUTTER_Amacron 0x3c0
|
669
|
+
#define CLUTTER_Iogonek 0x3c7
|
670
|
+
#define CLUTTER_Eabovedot 0x3cc
|
671
|
+
#define CLUTTER_Imacron 0x3cf
|
672
|
+
#define CLUTTER_Ncedilla 0x3d1
|
673
|
+
#define CLUTTER_Omacron 0x3d2
|
674
|
+
#define CLUTTER_Kcedilla 0x3d3
|
675
|
+
#define CLUTTER_Uogonek 0x3d9
|
676
|
+
#define CLUTTER_Utilde 0x3dd
|
677
|
+
#define CLUTTER_Umacron 0x3de
|
678
|
+
#define CLUTTER_amacron 0x3e0
|
679
|
+
#define CLUTTER_iogonek 0x3e7
|
680
|
+
#define CLUTTER_eabovedot 0x3ec
|
681
|
+
#define CLUTTER_imacron 0x3ef
|
682
|
+
#define CLUTTER_ncedilla 0x3f1
|
683
|
+
#define CLUTTER_omacron 0x3f2
|
684
|
+
#define CLUTTER_kcedilla 0x3f3
|
685
|
+
#define CLUTTER_uogonek 0x3f9
|
686
|
+
#define CLUTTER_utilde 0x3fd
|
687
|
+
#define CLUTTER_umacron 0x3fe
|
688
|
+
#define CLUTTER_Wcircumflex 0x1000174
|
689
|
+
#define CLUTTER_wcircumflex 0x1000175
|
690
|
+
#define CLUTTER_Ycircumflex 0x1000176
|
691
|
+
#define CLUTTER_ycircumflex 0x1000177
|
692
|
+
#define CLUTTER_Babovedot 0x1001e02
|
693
|
+
#define CLUTTER_babovedot 0x1001e03
|
694
|
+
#define CLUTTER_Dabovedot 0x1001e0a
|
695
|
+
#define CLUTTER_dabovedot 0x1001e0b
|
696
|
+
#define CLUTTER_Fabovedot 0x1001e1e
|
697
|
+
#define CLUTTER_fabovedot 0x1001e1f
|
698
|
+
#define CLUTTER_Mabovedot 0x1001e40
|
699
|
+
#define CLUTTER_mabovedot 0x1001e41
|
700
|
+
#define CLUTTER_Pabovedot 0x1001e56
|
701
|
+
#define CLUTTER_pabovedot 0x1001e57
|
702
|
+
#define CLUTTER_Sabovedot 0x1001e60
|
703
|
+
#define CLUTTER_sabovedot 0x1001e61
|
704
|
+
#define CLUTTER_Tabovedot 0x1001e6a
|
705
|
+
#define CLUTTER_tabovedot 0x1001e6b
|
706
|
+
#define CLUTTER_Wgrave 0x1001e80
|
707
|
+
#define CLUTTER_wgrave 0x1001e81
|
708
|
+
#define CLUTTER_Wacute 0x1001e82
|
709
|
+
#define CLUTTER_wacute 0x1001e83
|
710
|
+
#define CLUTTER_Wdiaeresis 0x1001e84
|
711
|
+
#define CLUTTER_wdiaeresis 0x1001e85
|
712
|
+
#define CLUTTER_Ygrave 0x1001ef2
|
713
|
+
#define CLUTTER_ygrave 0x1001ef3
|
714
|
+
#define CLUTTER_OE 0x13bc
|
715
|
+
#define CLUTTER_oe 0x13bd
|
716
|
+
#define CLUTTER_Ydiaeresis 0x13be
|
717
|
+
#define CLUTTER_overline 0x47e
|
718
|
+
#define CLUTTER_kana_fullstop 0x4a1
|
719
|
+
#define CLUTTER_kana_openingbracket 0x4a2
|
720
|
+
#define CLUTTER_kana_closingbracket 0x4a3
|
721
|
+
#define CLUTTER_kana_comma 0x4a4
|
722
|
+
#define CLUTTER_kana_conjunctive 0x4a5
|
723
|
+
#define CLUTTER_kana_middledot 0x4a5
|
724
|
+
#define CLUTTER_kana_WO 0x4a6
|
725
|
+
#define CLUTTER_kana_a 0x4a7
|
726
|
+
#define CLUTTER_kana_i 0x4a8
|
727
|
+
#define CLUTTER_kana_u 0x4a9
|
728
|
+
#define CLUTTER_kana_e 0x4aa
|
729
|
+
#define CLUTTER_kana_o 0x4ab
|
730
|
+
#define CLUTTER_kana_ya 0x4ac
|
731
|
+
#define CLUTTER_kana_yu 0x4ad
|
732
|
+
#define CLUTTER_kana_yo 0x4ae
|
733
|
+
#define CLUTTER_kana_tsu 0x4af
|
734
|
+
#define CLUTTER_kana_tu 0x4af
|
735
|
+
#define CLUTTER_prolongedsound 0x4b0
|
736
|
+
#define CLUTTER_kana_A 0x4b1
|
737
|
+
#define CLUTTER_kana_I 0x4b2
|
738
|
+
#define CLUTTER_kana_U 0x4b3
|
739
|
+
#define CLUTTER_kana_E 0x4b4
|
740
|
+
#define CLUTTER_kana_O 0x4b5
|
741
|
+
#define CLUTTER_kana_KA 0x4b6
|
742
|
+
#define CLUTTER_kana_KI 0x4b7
|
743
|
+
#define CLUTTER_kana_KU 0x4b8
|
744
|
+
#define CLUTTER_kana_KE 0x4b9
|
745
|
+
#define CLUTTER_kana_KO 0x4ba
|
746
|
+
#define CLUTTER_kana_SA 0x4bb
|
747
|
+
#define CLUTTER_kana_SHI 0x4bc
|
748
|
+
#define CLUTTER_kana_SU 0x4bd
|
749
|
+
#define CLUTTER_kana_SE 0x4be
|
750
|
+
#define CLUTTER_kana_SO 0x4bf
|
751
|
+
#define CLUTTER_kana_TA 0x4c0
|
752
|
+
#define CLUTTER_kana_CHI 0x4c1
|
753
|
+
#define CLUTTER_kana_TI 0x4c1
|
754
|
+
#define CLUTTER_kana_TSU 0x4c2
|
755
|
+
#define CLUTTER_kana_TU 0x4c2
|
756
|
+
#define CLUTTER_kana_TE 0x4c3
|
757
|
+
#define CLUTTER_kana_TO 0x4c4
|
758
|
+
#define CLUTTER_kana_NA 0x4c5
|
759
|
+
#define CLUTTER_kana_NI 0x4c6
|
760
|
+
#define CLUTTER_kana_NU 0x4c7
|
761
|
+
#define CLUTTER_kana_NE 0x4c8
|
762
|
+
#define CLUTTER_kana_NO 0x4c9
|
763
|
+
#define CLUTTER_kana_HA 0x4ca
|
764
|
+
#define CLUTTER_kana_HI 0x4cb
|
765
|
+
#define CLUTTER_kana_FU 0x4cc
|
766
|
+
#define CLUTTER_kana_HU 0x4cc
|
767
|
+
#define CLUTTER_kana_HE 0x4cd
|
768
|
+
#define CLUTTER_kana_HO 0x4ce
|
769
|
+
#define CLUTTER_kana_MA 0x4cf
|
770
|
+
#define CLUTTER_kana_MI 0x4d0
|
771
|
+
#define CLUTTER_kana_MU 0x4d1
|
772
|
+
#define CLUTTER_kana_ME 0x4d2
|
773
|
+
#define CLUTTER_kana_MO 0x4d3
|
774
|
+
#define CLUTTER_kana_YA 0x4d4
|
775
|
+
#define CLUTTER_kana_YU 0x4d5
|
776
|
+
#define CLUTTER_kana_YO 0x4d6
|
777
|
+
#define CLUTTER_kana_RA 0x4d7
|
778
|
+
#define CLUTTER_kana_RI 0x4d8
|
779
|
+
#define CLUTTER_kana_RU 0x4d9
|
780
|
+
#define CLUTTER_kana_RE 0x4da
|
781
|
+
#define CLUTTER_kana_RO 0x4db
|
782
|
+
#define CLUTTER_kana_WA 0x4dc
|
783
|
+
#define CLUTTER_kana_N 0x4dd
|
784
|
+
#define CLUTTER_voicedsound 0x4de
|
785
|
+
#define CLUTTER_semivoicedsound 0x4df
|
786
|
+
#define CLUTTER_kana_switch 0xff7e
|
787
|
+
#define CLUTTER_Farsi_0 0x10006f0
|
788
|
+
#define CLUTTER_Farsi_1 0x10006f1
|
789
|
+
#define CLUTTER_Farsi_2 0x10006f2
|
790
|
+
#define CLUTTER_Farsi_3 0x10006f3
|
791
|
+
#define CLUTTER_Farsi_4 0x10006f4
|
792
|
+
#define CLUTTER_Farsi_5 0x10006f5
|
793
|
+
#define CLUTTER_Farsi_6 0x10006f6
|
794
|
+
#define CLUTTER_Farsi_7 0x10006f7
|
795
|
+
#define CLUTTER_Farsi_8 0x10006f8
|
796
|
+
#define CLUTTER_Farsi_9 0x10006f9
|
797
|
+
#define CLUTTER_Arabic_percent 0x100066a
|
798
|
+
#define CLUTTER_Arabic_superscript_alef 0x1000670
|
799
|
+
#define CLUTTER_Arabic_tteh 0x1000679
|
800
|
+
#define CLUTTER_Arabic_peh 0x100067e
|
801
|
+
#define CLUTTER_Arabic_tcheh 0x1000686
|
802
|
+
#define CLUTTER_Arabic_ddal 0x1000688
|
803
|
+
#define CLUTTER_Arabic_rreh 0x1000691
|
804
|
+
#define CLUTTER_Arabic_comma 0x5ac
|
805
|
+
#define CLUTTER_Arabic_fullstop 0x10006d4
|
806
|
+
#define CLUTTER_Arabic_0 0x1000660
|
807
|
+
#define CLUTTER_Arabic_1 0x1000661
|
808
|
+
#define CLUTTER_Arabic_2 0x1000662
|
809
|
+
#define CLUTTER_Arabic_3 0x1000663
|
810
|
+
#define CLUTTER_Arabic_4 0x1000664
|
811
|
+
#define CLUTTER_Arabic_5 0x1000665
|
812
|
+
#define CLUTTER_Arabic_6 0x1000666
|
813
|
+
#define CLUTTER_Arabic_7 0x1000667
|
814
|
+
#define CLUTTER_Arabic_8 0x1000668
|
815
|
+
#define CLUTTER_Arabic_9 0x1000669
|
816
|
+
#define CLUTTER_Arabic_semicolon 0x5bb
|
817
|
+
#define CLUTTER_Arabic_question_mark 0x5bf
|
818
|
+
#define CLUTTER_Arabic_hamza 0x5c1
|
819
|
+
#define CLUTTER_Arabic_maddaonalef 0x5c2
|
820
|
+
#define CLUTTER_Arabic_hamzaonalef 0x5c3
|
821
|
+
#define CLUTTER_Arabic_hamzaonwaw 0x5c4
|
822
|
+
#define CLUTTER_Arabic_hamzaunderalef 0x5c5
|
823
|
+
#define CLUTTER_Arabic_hamzaonyeh 0x5c6
|
824
|
+
#define CLUTTER_Arabic_alef 0x5c7
|
825
|
+
#define CLUTTER_Arabic_beh 0x5c8
|
826
|
+
#define CLUTTER_Arabic_tehmarbuta 0x5c9
|
827
|
+
#define CLUTTER_Arabic_teh 0x5ca
|
828
|
+
#define CLUTTER_Arabic_theh 0x5cb
|
829
|
+
#define CLUTTER_Arabic_jeem 0x5cc
|
830
|
+
#define CLUTTER_Arabic_hah 0x5cd
|
831
|
+
#define CLUTTER_Arabic_khah 0x5ce
|
832
|
+
#define CLUTTER_Arabic_dal 0x5cf
|
833
|
+
#define CLUTTER_Arabic_thal 0x5d0
|
834
|
+
#define CLUTTER_Arabic_ra 0x5d1
|
835
|
+
#define CLUTTER_Arabic_zain 0x5d2
|
836
|
+
#define CLUTTER_Arabic_seen 0x5d3
|
837
|
+
#define CLUTTER_Arabic_sheen 0x5d4
|
838
|
+
#define CLUTTER_Arabic_sad 0x5d5
|
839
|
+
#define CLUTTER_Arabic_dad 0x5d6
|
840
|
+
#define CLUTTER_Arabic_tah 0x5d7
|
841
|
+
#define CLUTTER_Arabic_zah 0x5d8
|
842
|
+
#define CLUTTER_Arabic_ain 0x5d9
|
843
|
+
#define CLUTTER_Arabic_ghain 0x5da
|
844
|
+
#define CLUTTER_Arabic_tatweel 0x5e0
|
845
|
+
#define CLUTTER_Arabic_feh 0x5e1
|
846
|
+
#define CLUTTER_Arabic_qaf 0x5e2
|
847
|
+
#define CLUTTER_Arabic_kaf 0x5e3
|
848
|
+
#define CLUTTER_Arabic_lam 0x5e4
|
849
|
+
#define CLUTTER_Arabic_meem 0x5e5
|
850
|
+
#define CLUTTER_Arabic_noon 0x5e6
|
851
|
+
#define CLUTTER_Arabic_ha 0x5e7
|
852
|
+
#define CLUTTER_Arabic_heh 0x5e7
|
853
|
+
#define CLUTTER_Arabic_waw 0x5e8
|
854
|
+
#define CLUTTER_Arabic_alefmaksura 0x5e9
|
855
|
+
#define CLUTTER_Arabic_yeh 0x5ea
|
856
|
+
#define CLUTTER_Arabic_fathatan 0x5eb
|
857
|
+
#define CLUTTER_Arabic_dammatan 0x5ec
|
858
|
+
#define CLUTTER_Arabic_kasratan 0x5ed
|
859
|
+
#define CLUTTER_Arabic_fatha 0x5ee
|
860
|
+
#define CLUTTER_Arabic_damma 0x5ef
|
861
|
+
#define CLUTTER_Arabic_kasra 0x5f0
|
862
|
+
#define CLUTTER_Arabic_shadda 0x5f1
|
863
|
+
#define CLUTTER_Arabic_sukun 0x5f2
|
864
|
+
#define CLUTTER_Arabic_madda_above 0x1000653
|
865
|
+
#define CLUTTER_Arabic_hamza_above 0x1000654
|
866
|
+
#define CLUTTER_Arabic_hamza_below 0x1000655
|
867
|
+
#define CLUTTER_Arabic_jeh 0x1000698
|
868
|
+
#define CLUTTER_Arabic_veh 0x10006a4
|
869
|
+
#define CLUTTER_Arabic_keheh 0x10006a9
|
870
|
+
#define CLUTTER_Arabic_gaf 0x10006af
|
871
|
+
#define CLUTTER_Arabic_noon_ghunna 0x10006ba
|
872
|
+
#define CLUTTER_Arabic_heh_doachashmee 0x10006be
|
873
|
+
#define CLUTTER_Farsi_yeh 0x10006cc
|
874
|
+
#define CLUTTER_Arabic_farsi_yeh 0x10006cc
|
875
|
+
#define CLUTTER_Arabic_yeh_baree 0x10006d2
|
876
|
+
#define CLUTTER_Arabic_heh_goal 0x10006c1
|
877
|
+
#define CLUTTER_Arabic_switch 0xff7e
|
878
|
+
#define CLUTTER_Cyrillic_GHE_bar 0x1000492
|
879
|
+
#define CLUTTER_Cyrillic_ghe_bar 0x1000493
|
880
|
+
#define CLUTTER_Cyrillic_ZHE_descender 0x1000496
|
881
|
+
#define CLUTTER_Cyrillic_zhe_descender 0x1000497
|
882
|
+
#define CLUTTER_Cyrillic_KA_descender 0x100049a
|
883
|
+
#define CLUTTER_Cyrillic_ka_descender 0x100049b
|
884
|
+
#define CLUTTER_Cyrillic_KA_vertstroke 0x100049c
|
885
|
+
#define CLUTTER_Cyrillic_ka_vertstroke 0x100049d
|
886
|
+
#define CLUTTER_Cyrillic_EN_descender 0x10004a2
|
887
|
+
#define CLUTTER_Cyrillic_en_descender 0x10004a3
|
888
|
+
#define CLUTTER_Cyrillic_U_straight 0x10004ae
|
889
|
+
#define CLUTTER_Cyrillic_u_straight 0x10004af
|
890
|
+
#define CLUTTER_Cyrillic_U_straight_bar 0x10004b0
|
891
|
+
#define CLUTTER_Cyrillic_u_straight_bar 0x10004b1
|
892
|
+
#define CLUTTER_Cyrillic_HA_descender 0x10004b2
|
893
|
+
#define CLUTTER_Cyrillic_ha_descender 0x10004b3
|
894
|
+
#define CLUTTER_Cyrillic_CHE_descender 0x10004b6
|
895
|
+
#define CLUTTER_Cyrillic_che_descender 0x10004b7
|
896
|
+
#define CLUTTER_Cyrillic_CHE_vertstroke 0x10004b8
|
897
|
+
#define CLUTTER_Cyrillic_che_vertstroke 0x10004b9
|
898
|
+
#define CLUTTER_Cyrillic_SHHA 0x10004ba
|
899
|
+
#define CLUTTER_Cyrillic_shha 0x10004bb
|
900
|
+
#define CLUTTER_Cyrillic_SCHWA 0x10004d8
|
901
|
+
#define CLUTTER_Cyrillic_schwa 0x10004d9
|
902
|
+
#define CLUTTER_Cyrillic_I_macron 0x10004e2
|
903
|
+
#define CLUTTER_Cyrillic_i_macron 0x10004e3
|
904
|
+
#define CLUTTER_Cyrillic_O_bar 0x10004e8
|
905
|
+
#define CLUTTER_Cyrillic_o_bar 0x10004e9
|
906
|
+
#define CLUTTER_Cyrillic_U_macron 0x10004ee
|
907
|
+
#define CLUTTER_Cyrillic_u_macron 0x10004ef
|
908
|
+
#define CLUTTER_Serbian_dje 0x6a1
|
909
|
+
#define CLUTTER_Macedonia_gje 0x6a2
|
910
|
+
#define CLUTTER_Cyrillic_io 0x6a3
|
911
|
+
#define CLUTTER_Ukrainian_ie 0x6a4
|
912
|
+
#define CLUTTER_Ukranian_je 0x6a4
|
913
|
+
#define CLUTTER_Macedonia_dse 0x6a5
|
914
|
+
#define CLUTTER_Ukrainian_i 0x6a6
|
915
|
+
#define CLUTTER_Ukranian_i 0x6a6
|
916
|
+
#define CLUTTER_Ukrainian_yi 0x6a7
|
917
|
+
#define CLUTTER_Ukranian_yi 0x6a7
|
918
|
+
#define CLUTTER_Cyrillic_je 0x6a8
|
919
|
+
#define CLUTTER_Serbian_je 0x6a8
|
920
|
+
#define CLUTTER_Cyrillic_lje 0x6a9
|
921
|
+
#define CLUTTER_Serbian_lje 0x6a9
|
922
|
+
#define CLUTTER_Cyrillic_nje 0x6aa
|
923
|
+
#define CLUTTER_Serbian_nje 0x6aa
|
924
|
+
#define CLUTTER_Serbian_tshe 0x6ab
|
925
|
+
#define CLUTTER_Macedonia_kje 0x6ac
|
926
|
+
#define CLUTTER_Ukrainian_ghe_with_upturn 0x6ad
|
927
|
+
#define CLUTTER_Byelorussian_shortu 0x6ae
|
928
|
+
#define CLUTTER_Cyrillic_dzhe 0x6af
|
929
|
+
#define CLUTTER_Serbian_dze 0x6af
|
930
|
+
#define CLUTTER_numerosign 0x6b0
|
931
|
+
#define CLUTTER_Serbian_DJE 0x6b1
|
932
|
+
#define CLUTTER_Macedonia_GJE 0x6b2
|
933
|
+
#define CLUTTER_Cyrillic_IO 0x6b3
|
934
|
+
#define CLUTTER_Ukrainian_IE 0x6b4
|
935
|
+
#define CLUTTER_Ukranian_JE 0x6b4
|
936
|
+
#define CLUTTER_Macedonia_DSE 0x6b5
|
937
|
+
#define CLUTTER_Ukrainian_I 0x6b6
|
938
|
+
#define CLUTTER_Ukranian_I 0x6b6
|
939
|
+
#define CLUTTER_Ukrainian_YI 0x6b7
|
940
|
+
#define CLUTTER_Ukranian_YI 0x6b7
|
941
|
+
#define CLUTTER_Cyrillic_JE 0x6b8
|
942
|
+
#define CLUTTER_Serbian_JE 0x6b8
|
943
|
+
#define CLUTTER_Cyrillic_LJE 0x6b9
|
944
|
+
#define CLUTTER_Serbian_LJE 0x6b9
|
945
|
+
#define CLUTTER_Cyrillic_NJE 0x6ba
|
946
|
+
#define CLUTTER_Serbian_NJE 0x6ba
|
947
|
+
#define CLUTTER_Serbian_TSHE 0x6bb
|
948
|
+
#define CLUTTER_Macedonia_KJE 0x6bc
|
949
|
+
#define CLUTTER_Ukrainian_GHE_WITH_UPTURN 0x6bd
|
950
|
+
#define CLUTTER_Byelorussian_SHORTU 0x6be
|
951
|
+
#define CLUTTER_Cyrillic_DZHE 0x6bf
|
952
|
+
#define CLUTTER_Serbian_DZE 0x6bf
|
953
|
+
#define CLUTTER_Cyrillic_yu 0x6c0
|
954
|
+
#define CLUTTER_Cyrillic_a 0x6c1
|
955
|
+
#define CLUTTER_Cyrillic_be 0x6c2
|
956
|
+
#define CLUTTER_Cyrillic_tse 0x6c3
|
957
|
+
#define CLUTTER_Cyrillic_de 0x6c4
|
958
|
+
#define CLUTTER_Cyrillic_ie 0x6c5
|
959
|
+
#define CLUTTER_Cyrillic_ef 0x6c6
|
960
|
+
#define CLUTTER_Cyrillic_ghe 0x6c7
|
961
|
+
#define CLUTTER_Cyrillic_ha 0x6c8
|
962
|
+
#define CLUTTER_Cyrillic_i 0x6c9
|
963
|
+
#define CLUTTER_Cyrillic_shorti 0x6ca
|
964
|
+
#define CLUTTER_Cyrillic_ka 0x6cb
|
965
|
+
#define CLUTTER_Cyrillic_el 0x6cc
|
966
|
+
#define CLUTTER_Cyrillic_em 0x6cd
|
967
|
+
#define CLUTTER_Cyrillic_en 0x6ce
|
968
|
+
#define CLUTTER_Cyrillic_o 0x6cf
|
969
|
+
#define CLUTTER_Cyrillic_pe 0x6d0
|
970
|
+
#define CLUTTER_Cyrillic_ya 0x6d1
|
971
|
+
#define CLUTTER_Cyrillic_er 0x6d2
|
972
|
+
#define CLUTTER_Cyrillic_es 0x6d3
|
973
|
+
#define CLUTTER_Cyrillic_te 0x6d4
|
974
|
+
#define CLUTTER_Cyrillic_u 0x6d5
|
975
|
+
#define CLUTTER_Cyrillic_zhe 0x6d6
|
976
|
+
#define CLUTTER_Cyrillic_ve 0x6d7
|
977
|
+
#define CLUTTER_Cyrillic_softsign 0x6d8
|
978
|
+
#define CLUTTER_Cyrillic_yeru 0x6d9
|
979
|
+
#define CLUTTER_Cyrillic_ze 0x6da
|
980
|
+
#define CLUTTER_Cyrillic_sha 0x6db
|
981
|
+
#define CLUTTER_Cyrillic_e 0x6dc
|
982
|
+
#define CLUTTER_Cyrillic_shcha 0x6dd
|
983
|
+
#define CLUTTER_Cyrillic_che 0x6de
|
984
|
+
#define CLUTTER_Cyrillic_hardsign 0x6df
|
985
|
+
#define CLUTTER_Cyrillic_YU 0x6e0
|
986
|
+
#define CLUTTER_Cyrillic_A 0x6e1
|
987
|
+
#define CLUTTER_Cyrillic_BE 0x6e2
|
988
|
+
#define CLUTTER_Cyrillic_TSE 0x6e3
|
989
|
+
#define CLUTTER_Cyrillic_DE 0x6e4
|
990
|
+
#define CLUTTER_Cyrillic_IE 0x6e5
|
991
|
+
#define CLUTTER_Cyrillic_EF 0x6e6
|
992
|
+
#define CLUTTER_Cyrillic_GHE 0x6e7
|
993
|
+
#define CLUTTER_Cyrillic_HA 0x6e8
|
994
|
+
#define CLUTTER_Cyrillic_I 0x6e9
|
995
|
+
#define CLUTTER_Cyrillic_SHORTI 0x6ea
|
996
|
+
#define CLUTTER_Cyrillic_KA 0x6eb
|
997
|
+
#define CLUTTER_Cyrillic_EL 0x6ec
|
998
|
+
#define CLUTTER_Cyrillic_EM 0x6ed
|
999
|
+
#define CLUTTER_Cyrillic_EN 0x6ee
|
1000
|
+
#define CLUTTER_Cyrillic_O 0x6ef
|
1001
|
+
#define CLUTTER_Cyrillic_PE 0x6f0
|
1002
|
+
#define CLUTTER_Cyrillic_YA 0x6f1
|
1003
|
+
#define CLUTTER_Cyrillic_ER 0x6f2
|
1004
|
+
#define CLUTTER_Cyrillic_ES 0x6f3
|
1005
|
+
#define CLUTTER_Cyrillic_TE 0x6f4
|
1006
|
+
#define CLUTTER_Cyrillic_U 0x6f5
|
1007
|
+
#define CLUTTER_Cyrillic_ZHE 0x6f6
|
1008
|
+
#define CLUTTER_Cyrillic_VE 0x6f7
|
1009
|
+
#define CLUTTER_Cyrillic_SOFTSIGN 0x6f8
|
1010
|
+
#define CLUTTER_Cyrillic_YERU 0x6f9
|
1011
|
+
#define CLUTTER_Cyrillic_ZE 0x6fa
|
1012
|
+
#define CLUTTER_Cyrillic_SHA 0x6fb
|
1013
|
+
#define CLUTTER_Cyrillic_E 0x6fc
|
1014
|
+
#define CLUTTER_Cyrillic_SHCHA 0x6fd
|
1015
|
+
#define CLUTTER_Cyrillic_CHE 0x6fe
|
1016
|
+
#define CLUTTER_Cyrillic_HARDSIGN 0x6ff
|
1017
|
+
#define CLUTTER_Greek_ALPHAaccent 0x7a1
|
1018
|
+
#define CLUTTER_Greek_EPSILONaccent 0x7a2
|
1019
|
+
#define CLUTTER_Greek_ETAaccent 0x7a3
|
1020
|
+
#define CLUTTER_Greek_IOTAaccent 0x7a4
|
1021
|
+
#define CLUTTER_Greek_IOTAdieresis 0x7a5
|
1022
|
+
#define CLUTTER_Greek_IOTAdiaeresis 0x7a5
|
1023
|
+
#define CLUTTER_Greek_OMICRONaccent 0x7a7
|
1024
|
+
#define CLUTTER_Greek_UPSILONaccent 0x7a8
|
1025
|
+
#define CLUTTER_Greek_UPSILONdieresis 0x7a9
|
1026
|
+
#define CLUTTER_Greek_OMEGAaccent 0x7ab
|
1027
|
+
#define CLUTTER_Greek_accentdieresis 0x7ae
|
1028
|
+
#define CLUTTER_Greek_horizbar 0x7af
|
1029
|
+
#define CLUTTER_Greek_alphaaccent 0x7b1
|
1030
|
+
#define CLUTTER_Greek_epsilonaccent 0x7b2
|
1031
|
+
#define CLUTTER_Greek_etaaccent 0x7b3
|
1032
|
+
#define CLUTTER_Greek_iotaaccent 0x7b4
|
1033
|
+
#define CLUTTER_Greek_iotadieresis 0x7b5
|
1034
|
+
#define CLUTTER_Greek_iotaaccentdieresis 0x7b6
|
1035
|
+
#define CLUTTER_Greek_omicronaccent 0x7b7
|
1036
|
+
#define CLUTTER_Greek_upsilonaccent 0x7b8
|
1037
|
+
#define CLUTTER_Greek_upsilondieresis 0x7b9
|
1038
|
+
#define CLUTTER_Greek_upsilonaccentdieresis 0x7ba
|
1039
|
+
#define CLUTTER_Greek_omegaaccent 0x7bb
|
1040
|
+
#define CLUTTER_Greek_ALPHA 0x7c1
|
1041
|
+
#define CLUTTER_Greek_BETA 0x7c2
|
1042
|
+
#define CLUTTER_Greek_GAMMA 0x7c3
|
1043
|
+
#define CLUTTER_Greek_DELTA 0x7c4
|
1044
|
+
#define CLUTTER_Greek_EPSILON 0x7c5
|
1045
|
+
#define CLUTTER_Greek_ZETA 0x7c6
|
1046
|
+
#define CLUTTER_Greek_ETA 0x7c7
|
1047
|
+
#define CLUTTER_Greek_THETA 0x7c8
|
1048
|
+
#define CLUTTER_Greek_IOTA 0x7c9
|
1049
|
+
#define CLUTTER_Greek_KAPPA 0x7ca
|
1050
|
+
#define CLUTTER_Greek_LAMDA 0x7cb
|
1051
|
+
#define CLUTTER_Greek_LAMBDA 0x7cb
|
1052
|
+
#define CLUTTER_Greek_MU 0x7cc
|
1053
|
+
#define CLUTTER_Greek_NU 0x7cd
|
1054
|
+
#define CLUTTER_Greek_XI 0x7ce
|
1055
|
+
#define CLUTTER_Greek_OMICRON 0x7cf
|
1056
|
+
#define CLUTTER_Greek_PI 0x7d0
|
1057
|
+
#define CLUTTER_Greek_RHO 0x7d1
|
1058
|
+
#define CLUTTER_Greek_SIGMA 0x7d2
|
1059
|
+
#define CLUTTER_Greek_TAU 0x7d4
|
1060
|
+
#define CLUTTER_Greek_UPSILON 0x7d5
|
1061
|
+
#define CLUTTER_Greek_PHI 0x7d6
|
1062
|
+
#define CLUTTER_Greek_CHI 0x7d7
|
1063
|
+
#define CLUTTER_Greek_PSI 0x7d8
|
1064
|
+
#define CLUTTER_Greek_OMEGA 0x7d9
|
1065
|
+
#define CLUTTER_Greek_alpha 0x7e1
|
1066
|
+
#define CLUTTER_Greek_beta 0x7e2
|
1067
|
+
#define CLUTTER_Greek_gamma 0x7e3
|
1068
|
+
#define CLUTTER_Greek_delta 0x7e4
|
1069
|
+
#define CLUTTER_Greek_epsilon 0x7e5
|
1070
|
+
#define CLUTTER_Greek_zeta 0x7e6
|
1071
|
+
#define CLUTTER_Greek_eta 0x7e7
|
1072
|
+
#define CLUTTER_Greek_theta 0x7e8
|
1073
|
+
#define CLUTTER_Greek_iota 0x7e9
|
1074
|
+
#define CLUTTER_Greek_kappa 0x7ea
|
1075
|
+
#define CLUTTER_Greek_lamda 0x7eb
|
1076
|
+
#define CLUTTER_Greek_lambda 0x7eb
|
1077
|
+
#define CLUTTER_Greek_mu 0x7ec
|
1078
|
+
#define CLUTTER_Greek_nu 0x7ed
|
1079
|
+
#define CLUTTER_Greek_xi 0x7ee
|
1080
|
+
#define CLUTTER_Greek_omicron 0x7ef
|
1081
|
+
#define CLUTTER_Greek_pi 0x7f0
|
1082
|
+
#define CLUTTER_Greek_rho 0x7f1
|
1083
|
+
#define CLUTTER_Greek_sigma 0x7f2
|
1084
|
+
#define CLUTTER_Greek_finalsmallsigma 0x7f3
|
1085
|
+
#define CLUTTER_Greek_tau 0x7f4
|
1086
|
+
#define CLUTTER_Greek_upsilon 0x7f5
|
1087
|
+
#define CLUTTER_Greek_phi 0x7f6
|
1088
|
+
#define CLUTTER_Greek_chi 0x7f7
|
1089
|
+
#define CLUTTER_Greek_psi 0x7f8
|
1090
|
+
#define CLUTTER_Greek_omega 0x7f9
|
1091
|
+
#define CLUTTER_Greek_switch 0xff7e
|
1092
|
+
#define CLUTTER_leftradical 0x8a1
|
1093
|
+
#define CLUTTER_topleftradical 0x8a2
|
1094
|
+
#define CLUTTER_horizconnector 0x8a3
|
1095
|
+
#define CLUTTER_topintegral 0x8a4
|
1096
|
+
#define CLUTTER_botintegral 0x8a5
|
1097
|
+
#define CLUTTER_vertconnector 0x8a6
|
1098
|
+
#define CLUTTER_topleftsqbracket 0x8a7
|
1099
|
+
#define CLUTTER_botleftsqbracket 0x8a8
|
1100
|
+
#define CLUTTER_toprightsqbracket 0x8a9
|
1101
|
+
#define CLUTTER_botrightsqbracket 0x8aa
|
1102
|
+
#define CLUTTER_topleftparens 0x8ab
|
1103
|
+
#define CLUTTER_botleftparens 0x8ac
|
1104
|
+
#define CLUTTER_toprightparens 0x8ad
|
1105
|
+
#define CLUTTER_botrightparens 0x8ae
|
1106
|
+
#define CLUTTER_leftmiddlecurlybrace 0x8af
|
1107
|
+
#define CLUTTER_rightmiddlecurlybrace 0x8b0
|
1108
|
+
#define CLUTTER_topleftsummation 0x8b1
|
1109
|
+
#define CLUTTER_botleftsummation 0x8b2
|
1110
|
+
#define CLUTTER_topvertsummationconnector 0x8b3
|
1111
|
+
#define CLUTTER_botvertsummationconnector 0x8b4
|
1112
|
+
#define CLUTTER_toprightsummation 0x8b5
|
1113
|
+
#define CLUTTER_botrightsummation 0x8b6
|
1114
|
+
#define CLUTTER_rightmiddlesummation 0x8b7
|
1115
|
+
#define CLUTTER_lessthanequal 0x8bc
|
1116
|
+
#define CLUTTER_notequal 0x8bd
|
1117
|
+
#define CLUTTER_greaterthanequal 0x8be
|
1118
|
+
#define CLUTTER_integral 0x8bf
|
1119
|
+
#define CLUTTER_therefore 0x8c0
|
1120
|
+
#define CLUTTER_variation 0x8c1
|
1121
|
+
#define CLUTTER_infinity 0x8c2
|
1122
|
+
#define CLUTTER_nabla 0x8c5
|
1123
|
+
#define CLUTTER_approximate 0x8c8
|
1124
|
+
#define CLUTTER_similarequal 0x8c9
|
1125
|
+
#define CLUTTER_ifonlyif 0x8cd
|
1126
|
+
#define CLUTTER_implies 0x8ce
|
1127
|
+
#define CLUTTER_identical 0x8cf
|
1128
|
+
#define CLUTTER_radical 0x8d6
|
1129
|
+
#define CLUTTER_includedin 0x8da
|
1130
|
+
#define CLUTTER_includes 0x8db
|
1131
|
+
#define CLUTTER_intersection 0x8dc
|
1132
|
+
#define CLUTTER_union 0x8dd
|
1133
|
+
#define CLUTTER_logicaland 0x8de
|
1134
|
+
#define CLUTTER_logicalor 0x8df
|
1135
|
+
#define CLUTTER_partialderivative 0x8ef
|
1136
|
+
#define CLUTTER_function 0x8f6
|
1137
|
+
#define CLUTTER_leftarrow 0x8fb
|
1138
|
+
#define CLUTTER_uparrow 0x8fc
|
1139
|
+
#define CLUTTER_rightarrow 0x8fd
|
1140
|
+
#define CLUTTER_downarrow 0x8fe
|
1141
|
+
#define CLUTTER_blank 0x9df
|
1142
|
+
#define CLUTTER_soliddiamond 0x9e0
|
1143
|
+
#define CLUTTER_checkerboard 0x9e1
|
1144
|
+
#define CLUTTER_ht 0x9e2
|
1145
|
+
#define CLUTTER_ff 0x9e3
|
1146
|
+
#define CLUTTER_cr 0x9e4
|
1147
|
+
#define CLUTTER_lf 0x9e5
|
1148
|
+
#define CLUTTER_nl 0x9e8
|
1149
|
+
#define CLUTTER_vt 0x9e9
|
1150
|
+
#define CLUTTER_lowrightcorner 0x9ea
|
1151
|
+
#define CLUTTER_uprightcorner 0x9eb
|
1152
|
+
#define CLUTTER_upleftcorner 0x9ec
|
1153
|
+
#define CLUTTER_lowleftcorner 0x9ed
|
1154
|
+
#define CLUTTER_crossinglines 0x9ee
|
1155
|
+
#define CLUTTER_horizlinescan1 0x9ef
|
1156
|
+
#define CLUTTER_horizlinescan3 0x9f0
|
1157
|
+
#define CLUTTER_horizlinescan5 0x9f1
|
1158
|
+
#define CLUTTER_horizlinescan7 0x9f2
|
1159
|
+
#define CLUTTER_horizlinescan9 0x9f3
|
1160
|
+
#define CLUTTER_leftt 0x9f4
|
1161
|
+
#define CLUTTER_rightt 0x9f5
|
1162
|
+
#define CLUTTER_bott 0x9f6
|
1163
|
+
#define CLUTTER_topt 0x9f7
|
1164
|
+
#define CLUTTER_vertbar 0x9f8
|
1165
|
+
#define CLUTTER_emspace 0xaa1
|
1166
|
+
#define CLUTTER_enspace 0xaa2
|
1167
|
+
#define CLUTTER_em3space 0xaa3
|
1168
|
+
#define CLUTTER_em4space 0xaa4
|
1169
|
+
#define CLUTTER_digitspace 0xaa5
|
1170
|
+
#define CLUTTER_punctspace 0xaa6
|
1171
|
+
#define CLUTTER_thinspace 0xaa7
|
1172
|
+
#define CLUTTER_hairspace 0xaa8
|
1173
|
+
#define CLUTTER_emdash 0xaa9
|
1174
|
+
#define CLUTTER_endash 0xaaa
|
1175
|
+
#define CLUTTER_signifblank 0xaac
|
1176
|
+
#define CLUTTER_ellipsis 0xaae
|
1177
|
+
#define CLUTTER_doubbaselinedot 0xaaf
|
1178
|
+
#define CLUTTER_onethird 0xab0
|
1179
|
+
#define CLUTTER_twothirds 0xab1
|
1180
|
+
#define CLUTTER_onefifth 0xab2
|
1181
|
+
#define CLUTTER_twofifths 0xab3
|
1182
|
+
#define CLUTTER_threefifths 0xab4
|
1183
|
+
#define CLUTTER_fourfifths 0xab5
|
1184
|
+
#define CLUTTER_onesixth 0xab6
|
1185
|
+
#define CLUTTER_fivesixths 0xab7
|
1186
|
+
#define CLUTTER_careof 0xab8
|
1187
|
+
#define CLUTTER_figdash 0xabb
|
1188
|
+
#define CLUTTER_leftanglebracket 0xabc
|
1189
|
+
#define CLUTTER_decimalpoint 0xabd
|
1190
|
+
#define CLUTTER_rightanglebracket 0xabe
|
1191
|
+
#define CLUTTER_marker 0xabf
|
1192
|
+
#define CLUTTER_oneeighth 0xac3
|
1193
|
+
#define CLUTTER_threeeighths 0xac4
|
1194
|
+
#define CLUTTER_fiveeighths 0xac5
|
1195
|
+
#define CLUTTER_seveneighths 0xac6
|
1196
|
+
#define CLUTTER_trademark 0xac9
|
1197
|
+
#define CLUTTER_signaturemark 0xaca
|
1198
|
+
#define CLUTTER_trademarkincircle 0xacb
|
1199
|
+
#define CLUTTER_leftopentriangle 0xacc
|
1200
|
+
#define CLUTTER_rightopentriangle 0xacd
|
1201
|
+
#define CLUTTER_emopencircle 0xace
|
1202
|
+
#define CLUTTER_emopenrectangle 0xacf
|
1203
|
+
#define CLUTTER_leftsinglequotemark 0xad0
|
1204
|
+
#define CLUTTER_rightsinglequotemark 0xad1
|
1205
|
+
#define CLUTTER_leftdoublequotemark 0xad2
|
1206
|
+
#define CLUTTER_rightdoublequotemark 0xad3
|
1207
|
+
#define CLUTTER_prescription 0xad4
|
1208
|
+
#define CLUTTER_permille 0xad5
|
1209
|
+
#define CLUTTER_minutes 0xad6
|
1210
|
+
#define CLUTTER_seconds 0xad7
|
1211
|
+
#define CLUTTER_latincross 0xad9
|
1212
|
+
#define CLUTTER_hexagram 0xada
|
1213
|
+
#define CLUTTER_filledrectbullet 0xadb
|
1214
|
+
#define CLUTTER_filledlefttribullet 0xadc
|
1215
|
+
#define CLUTTER_filledrighttribullet 0xadd
|
1216
|
+
#define CLUTTER_emfilledcircle 0xade
|
1217
|
+
#define CLUTTER_emfilledrect 0xadf
|
1218
|
+
#define CLUTTER_enopencircbullet 0xae0
|
1219
|
+
#define CLUTTER_enopensquarebullet 0xae1
|
1220
|
+
#define CLUTTER_openrectbullet 0xae2
|
1221
|
+
#define CLUTTER_opentribulletup 0xae3
|
1222
|
+
#define CLUTTER_opentribulletdown 0xae4
|
1223
|
+
#define CLUTTER_openstar 0xae5
|
1224
|
+
#define CLUTTER_enfilledcircbullet 0xae6
|
1225
|
+
#define CLUTTER_enfilledsqbullet 0xae7
|
1226
|
+
#define CLUTTER_filledtribulletup 0xae8
|
1227
|
+
#define CLUTTER_filledtribulletdown 0xae9
|
1228
|
+
#define CLUTTER_leftpointer 0xaea
|
1229
|
+
#define CLUTTER_rightpointer 0xaeb
|
1230
|
+
#define CLUTTER_club 0xaec
|
1231
|
+
#define CLUTTER_diamond 0xaed
|
1232
|
+
#define CLUTTER_heart 0xaee
|
1233
|
+
#define CLUTTER_maltesecross 0xaf0
|
1234
|
+
#define CLUTTER_dagger 0xaf1
|
1235
|
+
#define CLUTTER_doubledagger 0xaf2
|
1236
|
+
#define CLUTTER_checkmark 0xaf3
|
1237
|
+
#define CLUTTER_ballotcross 0xaf4
|
1238
|
+
#define CLUTTER_musicalsharp 0xaf5
|
1239
|
+
#define CLUTTER_musicalflat 0xaf6
|
1240
|
+
#define CLUTTER_malesymbol 0xaf7
|
1241
|
+
#define CLUTTER_femalesymbol 0xaf8
|
1242
|
+
#define CLUTTER_telephone 0xaf9
|
1243
|
+
#define CLUTTER_telephonerecorder 0xafa
|
1244
|
+
#define CLUTTER_phonographcopyright 0xafb
|
1245
|
+
#define CLUTTER_caret 0xafc
|
1246
|
+
#define CLUTTER_singlelowquotemark 0xafd
|
1247
|
+
#define CLUTTER_doublelowquotemark 0xafe
|
1248
|
+
#define CLUTTER_cursor 0xaff
|
1249
|
+
#define CLUTTER_leftcaret 0xba3
|
1250
|
+
#define CLUTTER_rightcaret 0xba6
|
1251
|
+
#define CLUTTER_downcaret 0xba8
|
1252
|
+
#define CLUTTER_upcaret 0xba9
|
1253
|
+
#define CLUTTER_overbar 0xbc0
|
1254
|
+
#define CLUTTER_downtack 0xbc2
|
1255
|
+
#define CLUTTER_upshoe 0xbc3
|
1256
|
+
#define CLUTTER_downstile 0xbc4
|
1257
|
+
#define CLUTTER_underbar 0xbc6
|
1258
|
+
#define CLUTTER_jot 0xbca
|
1259
|
+
#define CLUTTER_quad 0xbcc
|
1260
|
+
#define CLUTTER_uptack 0xbce
|
1261
|
+
#define CLUTTER_circle 0xbcf
|
1262
|
+
#define CLUTTER_upstile 0xbd3
|
1263
|
+
#define CLUTTER_downshoe 0xbd6
|
1264
|
+
#define CLUTTER_rightshoe 0xbd8
|
1265
|
+
#define CLUTTER_leftshoe 0xbda
|
1266
|
+
#define CLUTTER_lefttack 0xbdc
|
1267
|
+
#define CLUTTER_righttack 0xbfc
|
1268
|
+
#define CLUTTER_hebrew_doublelowline 0xcdf
|
1269
|
+
#define CLUTTER_hebrew_aleph 0xce0
|
1270
|
+
#define CLUTTER_hebrew_bet 0xce1
|
1271
|
+
#define CLUTTER_hebrew_beth 0xce1
|
1272
|
+
#define CLUTTER_hebrew_gimel 0xce2
|
1273
|
+
#define CLUTTER_hebrew_gimmel 0xce2
|
1274
|
+
#define CLUTTER_hebrew_dalet 0xce3
|
1275
|
+
#define CLUTTER_hebrew_daleth 0xce3
|
1276
|
+
#define CLUTTER_hebrew_he 0xce4
|
1277
|
+
#define CLUTTER_hebrew_waw 0xce5
|
1278
|
+
#define CLUTTER_hebrew_zain 0xce6
|
1279
|
+
#define CLUTTER_hebrew_zayin 0xce6
|
1280
|
+
#define CLUTTER_hebrew_chet 0xce7
|
1281
|
+
#define CLUTTER_hebrew_het 0xce7
|
1282
|
+
#define CLUTTER_hebrew_tet 0xce8
|
1283
|
+
#define CLUTTER_hebrew_teth 0xce8
|
1284
|
+
#define CLUTTER_hebrew_yod 0xce9
|
1285
|
+
#define CLUTTER_hebrew_finalkaph 0xcea
|
1286
|
+
#define CLUTTER_hebrew_kaph 0xceb
|
1287
|
+
#define CLUTTER_hebrew_lamed 0xcec
|
1288
|
+
#define CLUTTER_hebrew_finalmem 0xced
|
1289
|
+
#define CLUTTER_hebrew_mem 0xcee
|
1290
|
+
#define CLUTTER_hebrew_finalnun 0xcef
|
1291
|
+
#define CLUTTER_hebrew_nun 0xcf0
|
1292
|
+
#define CLUTTER_hebrew_samech 0xcf1
|
1293
|
+
#define CLUTTER_hebrew_samekh 0xcf1
|
1294
|
+
#define CLUTTER_hebrew_ayin 0xcf2
|
1295
|
+
#define CLUTTER_hebrew_finalpe 0xcf3
|
1296
|
+
#define CLUTTER_hebrew_pe 0xcf4
|
1297
|
+
#define CLUTTER_hebrew_finalzade 0xcf5
|
1298
|
+
#define CLUTTER_hebrew_finalzadi 0xcf5
|
1299
|
+
#define CLUTTER_hebrew_zade 0xcf6
|
1300
|
+
#define CLUTTER_hebrew_zadi 0xcf6
|
1301
|
+
#define CLUTTER_hebrew_qoph 0xcf7
|
1302
|
+
#define CLUTTER_hebrew_kuf 0xcf7
|
1303
|
+
#define CLUTTER_hebrew_resh 0xcf8
|
1304
|
+
#define CLUTTER_hebrew_shin 0xcf9
|
1305
|
+
#define CLUTTER_hebrew_taw 0xcfa
|
1306
|
+
#define CLUTTER_hebrew_taf 0xcfa
|
1307
|
+
#define CLUTTER_Hebrew_switch 0xff7e
|
1308
|
+
#define CLUTTER_Thai_kokai 0xda1
|
1309
|
+
#define CLUTTER_Thai_khokhai 0xda2
|
1310
|
+
#define CLUTTER_Thai_khokhuat 0xda3
|
1311
|
+
#define CLUTTER_Thai_khokhwai 0xda4
|
1312
|
+
#define CLUTTER_Thai_khokhon 0xda5
|
1313
|
+
#define CLUTTER_Thai_khorakhang 0xda6
|
1314
|
+
#define CLUTTER_Thai_ngongu 0xda7
|
1315
|
+
#define CLUTTER_Thai_chochan 0xda8
|
1316
|
+
#define CLUTTER_Thai_choching 0xda9
|
1317
|
+
#define CLUTTER_Thai_chochang 0xdaa
|
1318
|
+
#define CLUTTER_Thai_soso 0xdab
|
1319
|
+
#define CLUTTER_Thai_chochoe 0xdac
|
1320
|
+
#define CLUTTER_Thai_yoying 0xdad
|
1321
|
+
#define CLUTTER_Thai_dochada 0xdae
|
1322
|
+
#define CLUTTER_Thai_topatak 0xdaf
|
1323
|
+
#define CLUTTER_Thai_thothan 0xdb0
|
1324
|
+
#define CLUTTER_Thai_thonangmontho 0xdb1
|
1325
|
+
#define CLUTTER_Thai_thophuthao 0xdb2
|
1326
|
+
#define CLUTTER_Thai_nonen 0xdb3
|
1327
|
+
#define CLUTTER_Thai_dodek 0xdb4
|
1328
|
+
#define CLUTTER_Thai_totao 0xdb5
|
1329
|
+
#define CLUTTER_Thai_thothung 0xdb6
|
1330
|
+
#define CLUTTER_Thai_thothahan 0xdb7
|
1331
|
+
#define CLUTTER_Thai_thothong 0xdb8
|
1332
|
+
#define CLUTTER_Thai_nonu 0xdb9
|
1333
|
+
#define CLUTTER_Thai_bobaimai 0xdba
|
1334
|
+
#define CLUTTER_Thai_popla 0xdbb
|
1335
|
+
#define CLUTTER_Thai_phophung 0xdbc
|
1336
|
+
#define CLUTTER_Thai_fofa 0xdbd
|
1337
|
+
#define CLUTTER_Thai_phophan 0xdbe
|
1338
|
+
#define CLUTTER_Thai_fofan 0xdbf
|
1339
|
+
#define CLUTTER_Thai_phosamphao 0xdc0
|
1340
|
+
#define CLUTTER_Thai_moma 0xdc1
|
1341
|
+
#define CLUTTER_Thai_yoyak 0xdc2
|
1342
|
+
#define CLUTTER_Thai_rorua 0xdc3
|
1343
|
+
#define CLUTTER_Thai_ru 0xdc4
|
1344
|
+
#define CLUTTER_Thai_loling 0xdc5
|
1345
|
+
#define CLUTTER_Thai_lu 0xdc6
|
1346
|
+
#define CLUTTER_Thai_wowaen 0xdc7
|
1347
|
+
#define CLUTTER_Thai_sosala 0xdc8
|
1348
|
+
#define CLUTTER_Thai_sorusi 0xdc9
|
1349
|
+
#define CLUTTER_Thai_sosua 0xdca
|
1350
|
+
#define CLUTTER_Thai_hohip 0xdcb
|
1351
|
+
#define CLUTTER_Thai_lochula 0xdcc
|
1352
|
+
#define CLUTTER_Thai_oang 0xdcd
|
1353
|
+
#define CLUTTER_Thai_honokhuk 0xdce
|
1354
|
+
#define CLUTTER_Thai_paiyannoi 0xdcf
|
1355
|
+
#define CLUTTER_Thai_saraa 0xdd0
|
1356
|
+
#define CLUTTER_Thai_maihanakat 0xdd1
|
1357
|
+
#define CLUTTER_Thai_saraaa 0xdd2
|
1358
|
+
#define CLUTTER_Thai_saraam 0xdd3
|
1359
|
+
#define CLUTTER_Thai_sarai 0xdd4
|
1360
|
+
#define CLUTTER_Thai_saraii 0xdd5
|
1361
|
+
#define CLUTTER_Thai_saraue 0xdd6
|
1362
|
+
#define CLUTTER_Thai_sarauee 0xdd7
|
1363
|
+
#define CLUTTER_Thai_sarau 0xdd8
|
1364
|
+
#define CLUTTER_Thai_sarauu 0xdd9
|
1365
|
+
#define CLUTTER_Thai_phinthu 0xdda
|
1366
|
+
#define CLUTTER_Thai_maihanakat_maitho 0xdde
|
1367
|
+
#define CLUTTER_Thai_baht 0xddf
|
1368
|
+
#define CLUTTER_Thai_sarae 0xde0
|
1369
|
+
#define CLUTTER_Thai_saraae 0xde1
|
1370
|
+
#define CLUTTER_Thai_sarao 0xde2
|
1371
|
+
#define CLUTTER_Thai_saraaimaimuan 0xde3
|
1372
|
+
#define CLUTTER_Thai_saraaimaimalai 0xde4
|
1373
|
+
#define CLUTTER_Thai_lakkhangyao 0xde5
|
1374
|
+
#define CLUTTER_Thai_maiyamok 0xde6
|
1375
|
+
#define CLUTTER_Thai_maitaikhu 0xde7
|
1376
|
+
#define CLUTTER_Thai_maiek 0xde8
|
1377
|
+
#define CLUTTER_Thai_maitho 0xde9
|
1378
|
+
#define CLUTTER_Thai_maitri 0xdea
|
1379
|
+
#define CLUTTER_Thai_maichattawa 0xdeb
|
1380
|
+
#define CLUTTER_Thai_thanthakhat 0xdec
|
1381
|
+
#define CLUTTER_Thai_nikhahit 0xded
|
1382
|
+
#define CLUTTER_Thai_leksun 0xdf0
|
1383
|
+
#define CLUTTER_Thai_leknung 0xdf1
|
1384
|
+
#define CLUTTER_Thai_leksong 0xdf2
|
1385
|
+
#define CLUTTER_Thai_leksam 0xdf3
|
1386
|
+
#define CLUTTER_Thai_leksi 0xdf4
|
1387
|
+
#define CLUTTER_Thai_lekha 0xdf5
|
1388
|
+
#define CLUTTER_Thai_lekhok 0xdf6
|
1389
|
+
#define CLUTTER_Thai_lekchet 0xdf7
|
1390
|
+
#define CLUTTER_Thai_lekpaet 0xdf8
|
1391
|
+
#define CLUTTER_Thai_lekkao 0xdf9
|
1392
|
+
#define CLUTTER_Hangul 0xff31
|
1393
|
+
#define CLUTTER_Hangul_Start 0xff32
|
1394
|
+
#define CLUTTER_Hangul_End 0xff33
|
1395
|
+
#define CLUTTER_Hangul_Hanja 0xff34
|
1396
|
+
#define CLUTTER_Hangul_Jamo 0xff35
|
1397
|
+
#define CLUTTER_Hangul_Romaja 0xff36
|
1398
|
+
#define CLUTTER_Hangul_Codeinput 0xff37
|
1399
|
+
#define CLUTTER_Hangul_Jeonja 0xff38
|
1400
|
+
#define CLUTTER_Hangul_Banja 0xff39
|
1401
|
+
#define CLUTTER_Hangul_PreHanja 0xff3a
|
1402
|
+
#define CLUTTER_Hangul_PostHanja 0xff3b
|
1403
|
+
#define CLUTTER_Hangul_SingleCandidate 0xff3c
|
1404
|
+
#define CLUTTER_Hangul_MultipleCandidate 0xff3d
|
1405
|
+
#define CLUTTER_Hangul_PreviousCandidate 0xff3e
|
1406
|
+
#define CLUTTER_Hangul_Special 0xff3f
|
1407
|
+
#define CLUTTER_Hangul_switch 0xff7e
|
1408
|
+
#define CLUTTER_Hangul_Kiyeog 0xea1
|
1409
|
+
#define CLUTTER_Hangul_SsangKiyeog 0xea2
|
1410
|
+
#define CLUTTER_Hangul_KiyeogSios 0xea3
|
1411
|
+
#define CLUTTER_Hangul_Nieun 0xea4
|
1412
|
+
#define CLUTTER_Hangul_NieunJieuj 0xea5
|
1413
|
+
#define CLUTTER_Hangul_NieunHieuh 0xea6
|
1414
|
+
#define CLUTTER_Hangul_Dikeud 0xea7
|
1415
|
+
#define CLUTTER_Hangul_SsangDikeud 0xea8
|
1416
|
+
#define CLUTTER_Hangul_Rieul 0xea9
|
1417
|
+
#define CLUTTER_Hangul_RieulKiyeog 0xeaa
|
1418
|
+
#define CLUTTER_Hangul_RieulMieum 0xeab
|
1419
|
+
#define CLUTTER_Hangul_RieulPieub 0xeac
|
1420
|
+
#define CLUTTER_Hangul_RieulSios 0xead
|
1421
|
+
#define CLUTTER_Hangul_RieulTieut 0xeae
|
1422
|
+
#define CLUTTER_Hangul_RieulPhieuf 0xeaf
|
1423
|
+
#define CLUTTER_Hangul_RieulHieuh 0xeb0
|
1424
|
+
#define CLUTTER_Hangul_Mieum 0xeb1
|
1425
|
+
#define CLUTTER_Hangul_Pieub 0xeb2
|
1426
|
+
#define CLUTTER_Hangul_SsangPieub 0xeb3
|
1427
|
+
#define CLUTTER_Hangul_PieubSios 0xeb4
|
1428
|
+
#define CLUTTER_Hangul_Sios 0xeb5
|
1429
|
+
#define CLUTTER_Hangul_SsangSios 0xeb6
|
1430
|
+
#define CLUTTER_Hangul_Ieung 0xeb7
|
1431
|
+
#define CLUTTER_Hangul_Jieuj 0xeb8
|
1432
|
+
#define CLUTTER_Hangul_SsangJieuj 0xeb9
|
1433
|
+
#define CLUTTER_Hangul_Cieuc 0xeba
|
1434
|
+
#define CLUTTER_Hangul_Khieuq 0xebb
|
1435
|
+
#define CLUTTER_Hangul_Tieut 0xebc
|
1436
|
+
#define CLUTTER_Hangul_Phieuf 0xebd
|
1437
|
+
#define CLUTTER_Hangul_Hieuh 0xebe
|
1438
|
+
#define CLUTTER_Hangul_A 0xebf
|
1439
|
+
#define CLUTTER_Hangul_AE 0xec0
|
1440
|
+
#define CLUTTER_Hangul_YA 0xec1
|
1441
|
+
#define CLUTTER_Hangul_YAE 0xec2
|
1442
|
+
#define CLUTTER_Hangul_EO 0xec3
|
1443
|
+
#define CLUTTER_Hangul_E 0xec4
|
1444
|
+
#define CLUTTER_Hangul_YEO 0xec5
|
1445
|
+
#define CLUTTER_Hangul_YE 0xec6
|
1446
|
+
#define CLUTTER_Hangul_O 0xec7
|
1447
|
+
#define CLUTTER_Hangul_WA 0xec8
|
1448
|
+
#define CLUTTER_Hangul_WAE 0xec9
|
1449
|
+
#define CLUTTER_Hangul_OE 0xeca
|
1450
|
+
#define CLUTTER_Hangul_YO 0xecb
|
1451
|
+
#define CLUTTER_Hangul_U 0xecc
|
1452
|
+
#define CLUTTER_Hangul_WEO 0xecd
|
1453
|
+
#define CLUTTER_Hangul_WE 0xece
|
1454
|
+
#define CLUTTER_Hangul_WI 0xecf
|
1455
|
+
#define CLUTTER_Hangul_YU 0xed0
|
1456
|
+
#define CLUTTER_Hangul_EU 0xed1
|
1457
|
+
#define CLUTTER_Hangul_YI 0xed2
|
1458
|
+
#define CLUTTER_Hangul_I 0xed3
|
1459
|
+
#define CLUTTER_Hangul_J_Kiyeog 0xed4
|
1460
|
+
#define CLUTTER_Hangul_J_SsangKiyeog 0xed5
|
1461
|
+
#define CLUTTER_Hangul_J_KiyeogSios 0xed6
|
1462
|
+
#define CLUTTER_Hangul_J_Nieun 0xed7
|
1463
|
+
#define CLUTTER_Hangul_J_NieunJieuj 0xed8
|
1464
|
+
#define CLUTTER_Hangul_J_NieunHieuh 0xed9
|
1465
|
+
#define CLUTTER_Hangul_J_Dikeud 0xeda
|
1466
|
+
#define CLUTTER_Hangul_J_Rieul 0xedb
|
1467
|
+
#define CLUTTER_Hangul_J_RieulKiyeog 0xedc
|
1468
|
+
#define CLUTTER_Hangul_J_RieulMieum 0xedd
|
1469
|
+
#define CLUTTER_Hangul_J_RieulPieub 0xede
|
1470
|
+
#define CLUTTER_Hangul_J_RieulSios 0xedf
|
1471
|
+
#define CLUTTER_Hangul_J_RieulTieut 0xee0
|
1472
|
+
#define CLUTTER_Hangul_J_RieulPhieuf 0xee1
|
1473
|
+
#define CLUTTER_Hangul_J_RieulHieuh 0xee2
|
1474
|
+
#define CLUTTER_Hangul_J_Mieum 0xee3
|
1475
|
+
#define CLUTTER_Hangul_J_Pieub 0xee4
|
1476
|
+
#define CLUTTER_Hangul_J_PieubSios 0xee5
|
1477
|
+
#define CLUTTER_Hangul_J_Sios 0xee6
|
1478
|
+
#define CLUTTER_Hangul_J_SsangSios 0xee7
|
1479
|
+
#define CLUTTER_Hangul_J_Ieung 0xee8
|
1480
|
+
#define CLUTTER_Hangul_J_Jieuj 0xee9
|
1481
|
+
#define CLUTTER_Hangul_J_Cieuc 0xeea
|
1482
|
+
#define CLUTTER_Hangul_J_Khieuq 0xeeb
|
1483
|
+
#define CLUTTER_Hangul_J_Tieut 0xeec
|
1484
|
+
#define CLUTTER_Hangul_J_Phieuf 0xeed
|
1485
|
+
#define CLUTTER_Hangul_J_Hieuh 0xeee
|
1486
|
+
#define CLUTTER_Hangul_RieulYeorinHieuh 0xeef
|
1487
|
+
#define CLUTTER_Hangul_SunkyeongeumMieum 0xef0
|
1488
|
+
#define CLUTTER_Hangul_SunkyeongeumPieub 0xef1
|
1489
|
+
#define CLUTTER_Hangul_PanSios 0xef2
|
1490
|
+
#define CLUTTER_Hangul_KkogjiDalrinIeung 0xef3
|
1491
|
+
#define CLUTTER_Hangul_SunkyeongeumPhieuf 0xef4
|
1492
|
+
#define CLUTTER_Hangul_YeorinHieuh 0xef5
|
1493
|
+
#define CLUTTER_Hangul_AraeA 0xef6
|
1494
|
+
#define CLUTTER_Hangul_AraeAE 0xef7
|
1495
|
+
#define CLUTTER_Hangul_J_PanSios 0xef8
|
1496
|
+
#define CLUTTER_Hangul_J_KkogjiDalrinIeung 0xef9
|
1497
|
+
#define CLUTTER_Hangul_J_YeorinHieuh 0xefa
|
1498
|
+
#define CLUTTER_Korean_Won 0xeff
|
1499
|
+
#define CLUTTER_Armenian_ligature_ew 0x1000587
|
1500
|
+
#define CLUTTER_Armenian_full_stop 0x1000589
|
1501
|
+
#define CLUTTER_Armenian_verjaket 0x1000589
|
1502
|
+
#define CLUTTER_Armenian_separation_mark 0x100055d
|
1503
|
+
#define CLUTTER_Armenian_but 0x100055d
|
1504
|
+
#define CLUTTER_Armenian_hyphen 0x100058a
|
1505
|
+
#define CLUTTER_Armenian_yentamna 0x100058a
|
1506
|
+
#define CLUTTER_Armenian_exclam 0x100055c
|
1507
|
+
#define CLUTTER_Armenian_amanak 0x100055c
|
1508
|
+
#define CLUTTER_Armenian_accent 0x100055b
|
1509
|
+
#define CLUTTER_Armenian_shesht 0x100055b
|
1510
|
+
#define CLUTTER_Armenian_question 0x100055e
|
1511
|
+
#define CLUTTER_Armenian_paruyk 0x100055e
|
1512
|
+
#define CLUTTER_Armenian_AYB 0x1000531
|
1513
|
+
#define CLUTTER_Armenian_ayb 0x1000561
|
1514
|
+
#define CLUTTER_Armenian_BEN 0x1000532
|
1515
|
+
#define CLUTTER_Armenian_ben 0x1000562
|
1516
|
+
#define CLUTTER_Armenian_GIM 0x1000533
|
1517
|
+
#define CLUTTER_Armenian_gim 0x1000563
|
1518
|
+
#define CLUTTER_Armenian_DA 0x1000534
|
1519
|
+
#define CLUTTER_Armenian_da 0x1000564
|
1520
|
+
#define CLUTTER_Armenian_YECH 0x1000535
|
1521
|
+
#define CLUTTER_Armenian_yech 0x1000565
|
1522
|
+
#define CLUTTER_Armenian_ZA 0x1000536
|
1523
|
+
#define CLUTTER_Armenian_za 0x1000566
|
1524
|
+
#define CLUTTER_Armenian_E 0x1000537
|
1525
|
+
#define CLUTTER_Armenian_e 0x1000567
|
1526
|
+
#define CLUTTER_Armenian_AT 0x1000538
|
1527
|
+
#define CLUTTER_Armenian_at 0x1000568
|
1528
|
+
#define CLUTTER_Armenian_TO 0x1000539
|
1529
|
+
#define CLUTTER_Armenian_to 0x1000569
|
1530
|
+
#define CLUTTER_Armenian_ZHE 0x100053a
|
1531
|
+
#define CLUTTER_Armenian_zhe 0x100056a
|
1532
|
+
#define CLUTTER_Armenian_INI 0x100053b
|
1533
|
+
#define CLUTTER_Armenian_ini 0x100056b
|
1534
|
+
#define CLUTTER_Armenian_LYUN 0x100053c
|
1535
|
+
#define CLUTTER_Armenian_lyun 0x100056c
|
1536
|
+
#define CLUTTER_Armenian_KHE 0x100053d
|
1537
|
+
#define CLUTTER_Armenian_khe 0x100056d
|
1538
|
+
#define CLUTTER_Armenian_TSA 0x100053e
|
1539
|
+
#define CLUTTER_Armenian_tsa 0x100056e
|
1540
|
+
#define CLUTTER_Armenian_KEN 0x100053f
|
1541
|
+
#define CLUTTER_Armenian_ken 0x100056f
|
1542
|
+
#define CLUTTER_Armenian_HO 0x1000540
|
1543
|
+
#define CLUTTER_Armenian_ho 0x1000570
|
1544
|
+
#define CLUTTER_Armenian_DZA 0x1000541
|
1545
|
+
#define CLUTTER_Armenian_dza 0x1000571
|
1546
|
+
#define CLUTTER_Armenian_GHAT 0x1000542
|
1547
|
+
#define CLUTTER_Armenian_ghat 0x1000572
|
1548
|
+
#define CLUTTER_Armenian_TCHE 0x1000543
|
1549
|
+
#define CLUTTER_Armenian_tche 0x1000573
|
1550
|
+
#define CLUTTER_Armenian_MEN 0x1000544
|
1551
|
+
#define CLUTTER_Armenian_men 0x1000574
|
1552
|
+
#define CLUTTER_Armenian_HI 0x1000545
|
1553
|
+
#define CLUTTER_Armenian_hi 0x1000575
|
1554
|
+
#define CLUTTER_Armenian_NU 0x1000546
|
1555
|
+
#define CLUTTER_Armenian_nu 0x1000576
|
1556
|
+
#define CLUTTER_Armenian_SHA 0x1000547
|
1557
|
+
#define CLUTTER_Armenian_sha 0x1000577
|
1558
|
+
#define CLUTTER_Armenian_VO 0x1000548
|
1559
|
+
#define CLUTTER_Armenian_vo 0x1000578
|
1560
|
+
#define CLUTTER_Armenian_CHA 0x1000549
|
1561
|
+
#define CLUTTER_Armenian_cha 0x1000579
|
1562
|
+
#define CLUTTER_Armenian_PE 0x100054a
|
1563
|
+
#define CLUTTER_Armenian_pe 0x100057a
|
1564
|
+
#define CLUTTER_Armenian_JE 0x100054b
|
1565
|
+
#define CLUTTER_Armenian_je 0x100057b
|
1566
|
+
#define CLUTTER_Armenian_RA 0x100054c
|
1567
|
+
#define CLUTTER_Armenian_ra 0x100057c
|
1568
|
+
#define CLUTTER_Armenian_SE 0x100054d
|
1569
|
+
#define CLUTTER_Armenian_se 0x100057d
|
1570
|
+
#define CLUTTER_Armenian_VEV 0x100054e
|
1571
|
+
#define CLUTTER_Armenian_vev 0x100057e
|
1572
|
+
#define CLUTTER_Armenian_TYUN 0x100054f
|
1573
|
+
#define CLUTTER_Armenian_tyun 0x100057f
|
1574
|
+
#define CLUTTER_Armenian_RE 0x1000550
|
1575
|
+
#define CLUTTER_Armenian_re 0x1000580
|
1576
|
+
#define CLUTTER_Armenian_TSO 0x1000551
|
1577
|
+
#define CLUTTER_Armenian_tso 0x1000581
|
1578
|
+
#define CLUTTER_Armenian_VYUN 0x1000552
|
1579
|
+
#define CLUTTER_Armenian_vyun 0x1000582
|
1580
|
+
#define CLUTTER_Armenian_PYUR 0x1000553
|
1581
|
+
#define CLUTTER_Armenian_pyur 0x1000583
|
1582
|
+
#define CLUTTER_Armenian_KE 0x1000554
|
1583
|
+
#define CLUTTER_Armenian_ke 0x1000584
|
1584
|
+
#define CLUTTER_Armenian_O 0x1000555
|
1585
|
+
#define CLUTTER_Armenian_o 0x1000585
|
1586
|
+
#define CLUTTER_Armenian_FE 0x1000556
|
1587
|
+
#define CLUTTER_Armenian_fe 0x1000586
|
1588
|
+
#define CLUTTER_Armenian_apostrophe 0x100055a
|
1589
|
+
#define CLUTTER_Georgian_an 0x10010d0
|
1590
|
+
#define CLUTTER_Georgian_ban 0x10010d1
|
1591
|
+
#define CLUTTER_Georgian_gan 0x10010d2
|
1592
|
+
#define CLUTTER_Georgian_don 0x10010d3
|
1593
|
+
#define CLUTTER_Georgian_en 0x10010d4
|
1594
|
+
#define CLUTTER_Georgian_vin 0x10010d5
|
1595
|
+
#define CLUTTER_Georgian_zen 0x10010d6
|
1596
|
+
#define CLUTTER_Georgian_tan 0x10010d7
|
1597
|
+
#define CLUTTER_Georgian_in 0x10010d8
|
1598
|
+
#define CLUTTER_Georgian_kan 0x10010d9
|
1599
|
+
#define CLUTTER_Georgian_las 0x10010da
|
1600
|
+
#define CLUTTER_Georgian_man 0x10010db
|
1601
|
+
#define CLUTTER_Georgian_nar 0x10010dc
|
1602
|
+
#define CLUTTER_Georgian_on 0x10010dd
|
1603
|
+
#define CLUTTER_Georgian_par 0x10010de
|
1604
|
+
#define CLUTTER_Georgian_zhar 0x10010df
|
1605
|
+
#define CLUTTER_Georgian_rae 0x10010e0
|
1606
|
+
#define CLUTTER_Georgian_san 0x10010e1
|
1607
|
+
#define CLUTTER_Georgian_tar 0x10010e2
|
1608
|
+
#define CLUTTER_Georgian_un 0x10010e3
|
1609
|
+
#define CLUTTER_Georgian_phar 0x10010e4
|
1610
|
+
#define CLUTTER_Georgian_khar 0x10010e5
|
1611
|
+
#define CLUTTER_Georgian_ghan 0x10010e6
|
1612
|
+
#define CLUTTER_Georgian_qar 0x10010e7
|
1613
|
+
#define CLUTTER_Georgian_shin 0x10010e8
|
1614
|
+
#define CLUTTER_Georgian_chin 0x10010e9
|
1615
|
+
#define CLUTTER_Georgian_can 0x10010ea
|
1616
|
+
#define CLUTTER_Georgian_jil 0x10010eb
|
1617
|
+
#define CLUTTER_Georgian_cil 0x10010ec
|
1618
|
+
#define CLUTTER_Georgian_char 0x10010ed
|
1619
|
+
#define CLUTTER_Georgian_xan 0x10010ee
|
1620
|
+
#define CLUTTER_Georgian_jhan 0x10010ef
|
1621
|
+
#define CLUTTER_Georgian_hae 0x10010f0
|
1622
|
+
#define CLUTTER_Georgian_he 0x10010f1
|
1623
|
+
#define CLUTTER_Georgian_hie 0x10010f2
|
1624
|
+
#define CLUTTER_Georgian_we 0x10010f3
|
1625
|
+
#define CLUTTER_Georgian_har 0x10010f4
|
1626
|
+
#define CLUTTER_Georgian_hoe 0x10010f5
|
1627
|
+
#define CLUTTER_Georgian_fi 0x10010f6
|
1628
|
+
#define CLUTTER_Xabovedot 0x1001e8a
|
1629
|
+
#define CLUTTER_Ibreve 0x100012c
|
1630
|
+
#define CLUTTER_Zstroke 0x10001b5
|
1631
|
+
#define CLUTTER_Gcaron 0x10001e6
|
1632
|
+
#define CLUTTER_Ocaron 0x10001d1
|
1633
|
+
#define CLUTTER_Obarred 0x100019f
|
1634
|
+
#define CLUTTER_xabovedot 0x1001e8b
|
1635
|
+
#define CLUTTER_ibreve 0x100012d
|
1636
|
+
#define CLUTTER_zstroke 0x10001b6
|
1637
|
+
#define CLUTTER_gcaron 0x10001e7
|
1638
|
+
#define CLUTTER_ocaron 0x10001d2
|
1639
|
+
#define CLUTTER_obarred 0x1000275
|
1640
|
+
#define CLUTTER_SCHWA 0x100018f
|
1641
|
+
#define CLUTTER_schwa 0x1000259
|
1642
|
+
#define CLUTTER_EZH 0x10001b7
|
1643
|
+
#define CLUTTER_ezh 0x1000292
|
1644
|
+
#define CLUTTER_Lbelowdot 0x1001e36
|
1645
|
+
#define CLUTTER_lbelowdot 0x1001e37
|
1646
|
+
#define CLUTTER_Abelowdot 0x1001ea0
|
1647
|
+
#define CLUTTER_abelowdot 0x1001ea1
|
1648
|
+
#define CLUTTER_Ahook 0x1001ea2
|
1649
|
+
#define CLUTTER_ahook 0x1001ea3
|
1650
|
+
#define CLUTTER_Acircumflexacute 0x1001ea4
|
1651
|
+
#define CLUTTER_acircumflexacute 0x1001ea5
|
1652
|
+
#define CLUTTER_Acircumflexgrave 0x1001ea6
|
1653
|
+
#define CLUTTER_acircumflexgrave 0x1001ea7
|
1654
|
+
#define CLUTTER_Acircumflexhook 0x1001ea8
|
1655
|
+
#define CLUTTER_acircumflexhook 0x1001ea9
|
1656
|
+
#define CLUTTER_Acircumflextilde 0x1001eaa
|
1657
|
+
#define CLUTTER_acircumflextilde 0x1001eab
|
1658
|
+
#define CLUTTER_Acircumflexbelowdot 0x1001eac
|
1659
|
+
#define CLUTTER_acircumflexbelowdot 0x1001ead
|
1660
|
+
#define CLUTTER_Abreveacute 0x1001eae
|
1661
|
+
#define CLUTTER_abreveacute 0x1001eaf
|
1662
|
+
#define CLUTTER_Abrevegrave 0x1001eb0
|
1663
|
+
#define CLUTTER_abrevegrave 0x1001eb1
|
1664
|
+
#define CLUTTER_Abrevehook 0x1001eb2
|
1665
|
+
#define CLUTTER_abrevehook 0x1001eb3
|
1666
|
+
#define CLUTTER_Abrevetilde 0x1001eb4
|
1667
|
+
#define CLUTTER_abrevetilde 0x1001eb5
|
1668
|
+
#define CLUTTER_Abrevebelowdot 0x1001eb6
|
1669
|
+
#define CLUTTER_abrevebelowdot 0x1001eb7
|
1670
|
+
#define CLUTTER_Ebelowdot 0x1001eb8
|
1671
|
+
#define CLUTTER_ebelowdot 0x1001eb9
|
1672
|
+
#define CLUTTER_Ehook 0x1001eba
|
1673
|
+
#define CLUTTER_ehook 0x1001ebb
|
1674
|
+
#define CLUTTER_Etilde 0x1001ebc
|
1675
|
+
#define CLUTTER_etilde 0x1001ebd
|
1676
|
+
#define CLUTTER_Ecircumflexacute 0x1001ebe
|
1677
|
+
#define CLUTTER_ecircumflexacute 0x1001ebf
|
1678
|
+
#define CLUTTER_Ecircumflexgrave 0x1001ec0
|
1679
|
+
#define CLUTTER_ecircumflexgrave 0x1001ec1
|
1680
|
+
#define CLUTTER_Ecircumflexhook 0x1001ec2
|
1681
|
+
#define CLUTTER_ecircumflexhook 0x1001ec3
|
1682
|
+
#define CLUTTER_Ecircumflextilde 0x1001ec4
|
1683
|
+
#define CLUTTER_ecircumflextilde 0x1001ec5
|
1684
|
+
#define CLUTTER_Ecircumflexbelowdot 0x1001ec6
|
1685
|
+
#define CLUTTER_ecircumflexbelowdot 0x1001ec7
|
1686
|
+
#define CLUTTER_Ihook 0x1001ec8
|
1687
|
+
#define CLUTTER_ihook 0x1001ec9
|
1688
|
+
#define CLUTTER_Ibelowdot 0x1001eca
|
1689
|
+
#define CLUTTER_ibelowdot 0x1001ecb
|
1690
|
+
#define CLUTTER_Obelowdot 0x1001ecc
|
1691
|
+
#define CLUTTER_obelowdot 0x1001ecd
|
1692
|
+
#define CLUTTER_Ohook 0x1001ece
|
1693
|
+
#define CLUTTER_ohook 0x1001ecf
|
1694
|
+
#define CLUTTER_Ocircumflexacute 0x1001ed0
|
1695
|
+
#define CLUTTER_ocircumflexacute 0x1001ed1
|
1696
|
+
#define CLUTTER_Ocircumflexgrave 0x1001ed2
|
1697
|
+
#define CLUTTER_ocircumflexgrave 0x1001ed3
|
1698
|
+
#define CLUTTER_Ocircumflexhook 0x1001ed4
|
1699
|
+
#define CLUTTER_ocircumflexhook 0x1001ed5
|
1700
|
+
#define CLUTTER_Ocircumflextilde 0x1001ed6
|
1701
|
+
#define CLUTTER_ocircumflextilde 0x1001ed7
|
1702
|
+
#define CLUTTER_Ocircumflexbelowdot 0x1001ed8
|
1703
|
+
#define CLUTTER_ocircumflexbelowdot 0x1001ed9
|
1704
|
+
#define CLUTTER_Ohornacute 0x1001eda
|
1705
|
+
#define CLUTTER_ohornacute 0x1001edb
|
1706
|
+
#define CLUTTER_Ohorngrave 0x1001edc
|
1707
|
+
#define CLUTTER_ohorngrave 0x1001edd
|
1708
|
+
#define CLUTTER_Ohornhook 0x1001ede
|
1709
|
+
#define CLUTTER_ohornhook 0x1001edf
|
1710
|
+
#define CLUTTER_Ohorntilde 0x1001ee0
|
1711
|
+
#define CLUTTER_ohorntilde 0x1001ee1
|
1712
|
+
#define CLUTTER_Ohornbelowdot 0x1001ee2
|
1713
|
+
#define CLUTTER_ohornbelowdot 0x1001ee3
|
1714
|
+
#define CLUTTER_Ubelowdot 0x1001ee4
|
1715
|
+
#define CLUTTER_ubelowdot 0x1001ee5
|
1716
|
+
#define CLUTTER_Uhook 0x1001ee6
|
1717
|
+
#define CLUTTER_uhook 0x1001ee7
|
1718
|
+
#define CLUTTER_Uhornacute 0x1001ee8
|
1719
|
+
#define CLUTTER_uhornacute 0x1001ee9
|
1720
|
+
#define CLUTTER_Uhorngrave 0x1001eea
|
1721
|
+
#define CLUTTER_uhorngrave 0x1001eeb
|
1722
|
+
#define CLUTTER_Uhornhook 0x1001eec
|
1723
|
+
#define CLUTTER_uhornhook 0x1001eed
|
1724
|
+
#define CLUTTER_Uhorntilde 0x1001eee
|
1725
|
+
#define CLUTTER_uhorntilde 0x1001eef
|
1726
|
+
#define CLUTTER_Uhornbelowdot 0x1001ef0
|
1727
|
+
#define CLUTTER_uhornbelowdot 0x1001ef1
|
1728
|
+
#define CLUTTER_Ybelowdot 0x1001ef4
|
1729
|
+
#define CLUTTER_ybelowdot 0x1001ef5
|
1730
|
+
#define CLUTTER_Yhook 0x1001ef6
|
1731
|
+
#define CLUTTER_yhook 0x1001ef7
|
1732
|
+
#define CLUTTER_Ytilde 0x1001ef8
|
1733
|
+
#define CLUTTER_ytilde 0x1001ef9
|
1734
|
+
#define CLUTTER_Ohorn 0x10001a0
|
1735
|
+
#define CLUTTER_ohorn 0x10001a1
|
1736
|
+
#define CLUTTER_Uhorn 0x10001af
|
1737
|
+
#define CLUTTER_uhorn 0x10001b0
|
1738
|
+
#define CLUTTER_EcuSign 0x10020a0
|
1739
|
+
#define CLUTTER_ColonSign 0x10020a1
|
1740
|
+
#define CLUTTER_CruzeiroSign 0x10020a2
|
1741
|
+
#define CLUTTER_FFrancSign 0x10020a3
|
1742
|
+
#define CLUTTER_LiraSign 0x10020a4
|
1743
|
+
#define CLUTTER_MillSign 0x10020a5
|
1744
|
+
#define CLUTTER_NairaSign 0x10020a6
|
1745
|
+
#define CLUTTER_PesetaSign 0x10020a7
|
1746
|
+
#define CLUTTER_RupeeSign 0x10020a8
|
1747
|
+
#define CLUTTER_WonSign 0x10020a9
|
1748
|
+
#define CLUTTER_NewSheqelSign 0x10020aa
|
1749
|
+
#define CLUTTER_DongSign 0x10020ab
|
1750
|
+
#define CLUTTER_EuroSign 0x20ac
|
1751
|
+
#define CLUTTER_zerosuperior 0x1002070
|
1752
|
+
#define CLUTTER_foursuperior 0x1002074
|
1753
|
+
#define CLUTTER_fivesuperior 0x1002075
|
1754
|
+
#define CLUTTER_sixsuperior 0x1002076
|
1755
|
+
#define CLUTTER_sevensuperior 0x1002077
|
1756
|
+
#define CLUTTER_eightsuperior 0x1002078
|
1757
|
+
#define CLUTTER_ninesuperior 0x1002079
|
1758
|
+
#define CLUTTER_zerosubscript 0x1002080
|
1759
|
+
#define CLUTTER_onesubscript 0x1002081
|
1760
|
+
#define CLUTTER_twosubscript 0x1002082
|
1761
|
+
#define CLUTTER_threesubscript 0x1002083
|
1762
|
+
#define CLUTTER_foursubscript 0x1002084
|
1763
|
+
#define CLUTTER_fivesubscript 0x1002085
|
1764
|
+
#define CLUTTER_sixsubscript 0x1002086
|
1765
|
+
#define CLUTTER_sevensubscript 0x1002087
|
1766
|
+
#define CLUTTER_eightsubscript 0x1002088
|
1767
|
+
#define CLUTTER_ninesubscript 0x1002089
|
1768
|
+
#define CLUTTER_partdifferential 0x1002202
|
1769
|
+
#define CLUTTER_emptyset 0x1002205
|
1770
|
+
#define CLUTTER_elementof 0x1002208
|
1771
|
+
#define CLUTTER_notelementof 0x1002209
|
1772
|
+
#define CLUTTER_containsas 0x100220b
|
1773
|
+
#define CLUTTER_squareroot 0x100221a
|
1774
|
+
#define CLUTTER_cuberoot 0x100221b
|
1775
|
+
#define CLUTTER_fourthroot 0x100221c
|
1776
|
+
#define CLUTTER_dintegral 0x100222c
|
1777
|
+
#define CLUTTER_tintegral 0x100222d
|
1778
|
+
#define CLUTTER_because 0x1002235
|
1779
|
+
#define CLUTTER_approxeq 0x1002248
|
1780
|
+
#define CLUTTER_notapproxeq 0x1002247
|
1781
|
+
#define CLUTTER_notidentical 0x1002262
|
1782
|
+
#define CLUTTER_stricteq 0x1002263
|
1783
|
+
#define CLUTTER_braille_dot_1 0xfff1
|
1784
|
+
#define CLUTTER_braille_dot_2 0xfff2
|
1785
|
+
#define CLUTTER_braille_dot_3 0xfff3
|
1786
|
+
#define CLUTTER_braille_dot_4 0xfff4
|
1787
|
+
#define CLUTTER_braille_dot_5 0xfff5
|
1788
|
+
#define CLUTTER_braille_dot_6 0xfff6
|
1789
|
+
#define CLUTTER_braille_dot_7 0xfff7
|
1790
|
+
#define CLUTTER_braille_dot_8 0xfff8
|
1791
|
+
#define CLUTTER_braille_dot_9 0xfff9
|
1792
|
+
#define CLUTTER_braille_dot_10 0xfffa
|
1793
|
+
#define CLUTTER_braille_blank 0x1002800
|
1794
|
+
#define CLUTTER_braille_dots_1 0x1002801
|
1795
|
+
#define CLUTTER_braille_dots_2 0x1002802
|
1796
|
+
#define CLUTTER_braille_dots_12 0x1002803
|
1797
|
+
#define CLUTTER_braille_dots_3 0x1002804
|
1798
|
+
#define CLUTTER_braille_dots_13 0x1002805
|
1799
|
+
#define CLUTTER_braille_dots_23 0x1002806
|
1800
|
+
#define CLUTTER_braille_dots_123 0x1002807
|
1801
|
+
#define CLUTTER_braille_dots_4 0x1002808
|
1802
|
+
#define CLUTTER_braille_dots_14 0x1002809
|
1803
|
+
#define CLUTTER_braille_dots_24 0x100280a
|
1804
|
+
#define CLUTTER_braille_dots_124 0x100280b
|
1805
|
+
#define CLUTTER_braille_dots_34 0x100280c
|
1806
|
+
#define CLUTTER_braille_dots_134 0x100280d
|
1807
|
+
#define CLUTTER_braille_dots_234 0x100280e
|
1808
|
+
#define CLUTTER_braille_dots_1234 0x100280f
|
1809
|
+
#define CLUTTER_braille_dots_5 0x1002810
|
1810
|
+
#define CLUTTER_braille_dots_15 0x1002811
|
1811
|
+
#define CLUTTER_braille_dots_25 0x1002812
|
1812
|
+
#define CLUTTER_braille_dots_125 0x1002813
|
1813
|
+
#define CLUTTER_braille_dots_35 0x1002814
|
1814
|
+
#define CLUTTER_braille_dots_135 0x1002815
|
1815
|
+
#define CLUTTER_braille_dots_235 0x1002816
|
1816
|
+
#define CLUTTER_braille_dots_1235 0x1002817
|
1817
|
+
#define CLUTTER_braille_dots_45 0x1002818
|
1818
|
+
#define CLUTTER_braille_dots_145 0x1002819
|
1819
|
+
#define CLUTTER_braille_dots_245 0x100281a
|
1820
|
+
#define CLUTTER_braille_dots_1245 0x100281b
|
1821
|
+
#define CLUTTER_braille_dots_345 0x100281c
|
1822
|
+
#define CLUTTER_braille_dots_1345 0x100281d
|
1823
|
+
#define CLUTTER_braille_dots_2345 0x100281e
|
1824
|
+
#define CLUTTER_braille_dots_12345 0x100281f
|
1825
|
+
#define CLUTTER_braille_dots_6 0x1002820
|
1826
|
+
#define CLUTTER_braille_dots_16 0x1002821
|
1827
|
+
#define CLUTTER_braille_dots_26 0x1002822
|
1828
|
+
#define CLUTTER_braille_dots_126 0x1002823
|
1829
|
+
#define CLUTTER_braille_dots_36 0x1002824
|
1830
|
+
#define CLUTTER_braille_dots_136 0x1002825
|
1831
|
+
#define CLUTTER_braille_dots_236 0x1002826
|
1832
|
+
#define CLUTTER_braille_dots_1236 0x1002827
|
1833
|
+
#define CLUTTER_braille_dots_46 0x1002828
|
1834
|
+
#define CLUTTER_braille_dots_146 0x1002829
|
1835
|
+
#define CLUTTER_braille_dots_246 0x100282a
|
1836
|
+
#define CLUTTER_braille_dots_1246 0x100282b
|
1837
|
+
#define CLUTTER_braille_dots_346 0x100282c
|
1838
|
+
#define CLUTTER_braille_dots_1346 0x100282d
|
1839
|
+
#define CLUTTER_braille_dots_2346 0x100282e
|
1840
|
+
#define CLUTTER_braille_dots_12346 0x100282f
|
1841
|
+
#define CLUTTER_braille_dots_56 0x1002830
|
1842
|
+
#define CLUTTER_braille_dots_156 0x1002831
|
1843
|
+
#define CLUTTER_braille_dots_256 0x1002832
|
1844
|
+
#define CLUTTER_braille_dots_1256 0x1002833
|
1845
|
+
#define CLUTTER_braille_dots_356 0x1002834
|
1846
|
+
#define CLUTTER_braille_dots_1356 0x1002835
|
1847
|
+
#define CLUTTER_braille_dots_2356 0x1002836
|
1848
|
+
#define CLUTTER_braille_dots_12356 0x1002837
|
1849
|
+
#define CLUTTER_braille_dots_456 0x1002838
|
1850
|
+
#define CLUTTER_braille_dots_1456 0x1002839
|
1851
|
+
#define CLUTTER_braille_dots_2456 0x100283a
|
1852
|
+
#define CLUTTER_braille_dots_12456 0x100283b
|
1853
|
+
#define CLUTTER_braille_dots_3456 0x100283c
|
1854
|
+
#define CLUTTER_braille_dots_13456 0x100283d
|
1855
|
+
#define CLUTTER_braille_dots_23456 0x100283e
|
1856
|
+
#define CLUTTER_braille_dots_123456 0x100283f
|
1857
|
+
#define CLUTTER_braille_dots_7 0x1002840
|
1858
|
+
#define CLUTTER_braille_dots_17 0x1002841
|
1859
|
+
#define CLUTTER_braille_dots_27 0x1002842
|
1860
|
+
#define CLUTTER_braille_dots_127 0x1002843
|
1861
|
+
#define CLUTTER_braille_dots_37 0x1002844
|
1862
|
+
#define CLUTTER_braille_dots_137 0x1002845
|
1863
|
+
#define CLUTTER_braille_dots_237 0x1002846
|
1864
|
+
#define CLUTTER_braille_dots_1237 0x1002847
|
1865
|
+
#define CLUTTER_braille_dots_47 0x1002848
|
1866
|
+
#define CLUTTER_braille_dots_147 0x1002849
|
1867
|
+
#define CLUTTER_braille_dots_247 0x100284a
|
1868
|
+
#define CLUTTER_braille_dots_1247 0x100284b
|
1869
|
+
#define CLUTTER_braille_dots_347 0x100284c
|
1870
|
+
#define CLUTTER_braille_dots_1347 0x100284d
|
1871
|
+
#define CLUTTER_braille_dots_2347 0x100284e
|
1872
|
+
#define CLUTTER_braille_dots_12347 0x100284f
|
1873
|
+
#define CLUTTER_braille_dots_57 0x1002850
|
1874
|
+
#define CLUTTER_braille_dots_157 0x1002851
|
1875
|
+
#define CLUTTER_braille_dots_257 0x1002852
|
1876
|
+
#define CLUTTER_braille_dots_1257 0x1002853
|
1877
|
+
#define CLUTTER_braille_dots_357 0x1002854
|
1878
|
+
#define CLUTTER_braille_dots_1357 0x1002855
|
1879
|
+
#define CLUTTER_braille_dots_2357 0x1002856
|
1880
|
+
#define CLUTTER_braille_dots_12357 0x1002857
|
1881
|
+
#define CLUTTER_braille_dots_457 0x1002858
|
1882
|
+
#define CLUTTER_braille_dots_1457 0x1002859
|
1883
|
+
#define CLUTTER_braille_dots_2457 0x100285a
|
1884
|
+
#define CLUTTER_braille_dots_12457 0x100285b
|
1885
|
+
#define CLUTTER_braille_dots_3457 0x100285c
|
1886
|
+
#define CLUTTER_braille_dots_13457 0x100285d
|
1887
|
+
#define CLUTTER_braille_dots_23457 0x100285e
|
1888
|
+
#define CLUTTER_braille_dots_123457 0x100285f
|
1889
|
+
#define CLUTTER_braille_dots_67 0x1002860
|
1890
|
+
#define CLUTTER_braille_dots_167 0x1002861
|
1891
|
+
#define CLUTTER_braille_dots_267 0x1002862
|
1892
|
+
#define CLUTTER_braille_dots_1267 0x1002863
|
1893
|
+
#define CLUTTER_braille_dots_367 0x1002864
|
1894
|
+
#define CLUTTER_braille_dots_1367 0x1002865
|
1895
|
+
#define CLUTTER_braille_dots_2367 0x1002866
|
1896
|
+
#define CLUTTER_braille_dots_12367 0x1002867
|
1897
|
+
#define CLUTTER_braille_dots_467 0x1002868
|
1898
|
+
#define CLUTTER_braille_dots_1467 0x1002869
|
1899
|
+
#define CLUTTER_braille_dots_2467 0x100286a
|
1900
|
+
#define CLUTTER_braille_dots_12467 0x100286b
|
1901
|
+
#define CLUTTER_braille_dots_3467 0x100286c
|
1902
|
+
#define CLUTTER_braille_dots_13467 0x100286d
|
1903
|
+
#define CLUTTER_braille_dots_23467 0x100286e
|
1904
|
+
#define CLUTTER_braille_dots_123467 0x100286f
|
1905
|
+
#define CLUTTER_braille_dots_567 0x1002870
|
1906
|
+
#define CLUTTER_braille_dots_1567 0x1002871
|
1907
|
+
#define CLUTTER_braille_dots_2567 0x1002872
|
1908
|
+
#define CLUTTER_braille_dots_12567 0x1002873
|
1909
|
+
#define CLUTTER_braille_dots_3567 0x1002874
|
1910
|
+
#define CLUTTER_braille_dots_13567 0x1002875
|
1911
|
+
#define CLUTTER_braille_dots_23567 0x1002876
|
1912
|
+
#define CLUTTER_braille_dots_123567 0x1002877
|
1913
|
+
#define CLUTTER_braille_dots_4567 0x1002878
|
1914
|
+
#define CLUTTER_braille_dots_14567 0x1002879
|
1915
|
+
#define CLUTTER_braille_dots_24567 0x100287a
|
1916
|
+
#define CLUTTER_braille_dots_124567 0x100287b
|
1917
|
+
#define CLUTTER_braille_dots_34567 0x100287c
|
1918
|
+
#define CLUTTER_braille_dots_134567 0x100287d
|
1919
|
+
#define CLUTTER_braille_dots_234567 0x100287e
|
1920
|
+
#define CLUTTER_braille_dots_1234567 0x100287f
|
1921
|
+
#define CLUTTER_braille_dots_8 0x1002880
|
1922
|
+
#define CLUTTER_braille_dots_18 0x1002881
|
1923
|
+
#define CLUTTER_braille_dots_28 0x1002882
|
1924
|
+
#define CLUTTER_braille_dots_128 0x1002883
|
1925
|
+
#define CLUTTER_braille_dots_38 0x1002884
|
1926
|
+
#define CLUTTER_braille_dots_138 0x1002885
|
1927
|
+
#define CLUTTER_braille_dots_238 0x1002886
|
1928
|
+
#define CLUTTER_braille_dots_1238 0x1002887
|
1929
|
+
#define CLUTTER_braille_dots_48 0x1002888
|
1930
|
+
#define CLUTTER_braille_dots_148 0x1002889
|
1931
|
+
#define CLUTTER_braille_dots_248 0x100288a
|
1932
|
+
#define CLUTTER_braille_dots_1248 0x100288b
|
1933
|
+
#define CLUTTER_braille_dots_348 0x100288c
|
1934
|
+
#define CLUTTER_braille_dots_1348 0x100288d
|
1935
|
+
#define CLUTTER_braille_dots_2348 0x100288e
|
1936
|
+
#define CLUTTER_braille_dots_12348 0x100288f
|
1937
|
+
#define CLUTTER_braille_dots_58 0x1002890
|
1938
|
+
#define CLUTTER_braille_dots_158 0x1002891
|
1939
|
+
#define CLUTTER_braille_dots_258 0x1002892
|
1940
|
+
#define CLUTTER_braille_dots_1258 0x1002893
|
1941
|
+
#define CLUTTER_braille_dots_358 0x1002894
|
1942
|
+
#define CLUTTER_braille_dots_1358 0x1002895
|
1943
|
+
#define CLUTTER_braille_dots_2358 0x1002896
|
1944
|
+
#define CLUTTER_braille_dots_12358 0x1002897
|
1945
|
+
#define CLUTTER_braille_dots_458 0x1002898
|
1946
|
+
#define CLUTTER_braille_dots_1458 0x1002899
|
1947
|
+
#define CLUTTER_braille_dots_2458 0x100289a
|
1948
|
+
#define CLUTTER_braille_dots_12458 0x100289b
|
1949
|
+
#define CLUTTER_braille_dots_3458 0x100289c
|
1950
|
+
#define CLUTTER_braille_dots_13458 0x100289d
|
1951
|
+
#define CLUTTER_braille_dots_23458 0x100289e
|
1952
|
+
#define CLUTTER_braille_dots_123458 0x100289f
|
1953
|
+
#define CLUTTER_braille_dots_68 0x10028a0
|
1954
|
+
#define CLUTTER_braille_dots_168 0x10028a1
|
1955
|
+
#define CLUTTER_braille_dots_268 0x10028a2
|
1956
|
+
#define CLUTTER_braille_dots_1268 0x10028a3
|
1957
|
+
#define CLUTTER_braille_dots_368 0x10028a4
|
1958
|
+
#define CLUTTER_braille_dots_1368 0x10028a5
|
1959
|
+
#define CLUTTER_braille_dots_2368 0x10028a6
|
1960
|
+
#define CLUTTER_braille_dots_12368 0x10028a7
|
1961
|
+
#define CLUTTER_braille_dots_468 0x10028a8
|
1962
|
+
#define CLUTTER_braille_dots_1468 0x10028a9
|
1963
|
+
#define CLUTTER_braille_dots_2468 0x10028aa
|
1964
|
+
#define CLUTTER_braille_dots_12468 0x10028ab
|
1965
|
+
#define CLUTTER_braille_dots_3468 0x10028ac
|
1966
|
+
#define CLUTTER_braille_dots_13468 0x10028ad
|
1967
|
+
#define CLUTTER_braille_dots_23468 0x10028ae
|
1968
|
+
#define CLUTTER_braille_dots_123468 0x10028af
|
1969
|
+
#define CLUTTER_braille_dots_568 0x10028b0
|
1970
|
+
#define CLUTTER_braille_dots_1568 0x10028b1
|
1971
|
+
#define CLUTTER_braille_dots_2568 0x10028b2
|
1972
|
+
#define CLUTTER_braille_dots_12568 0x10028b3
|
1973
|
+
#define CLUTTER_braille_dots_3568 0x10028b4
|
1974
|
+
#define CLUTTER_braille_dots_13568 0x10028b5
|
1975
|
+
#define CLUTTER_braille_dots_23568 0x10028b6
|
1976
|
+
#define CLUTTER_braille_dots_123568 0x10028b7
|
1977
|
+
#define CLUTTER_braille_dots_4568 0x10028b8
|
1978
|
+
#define CLUTTER_braille_dots_14568 0x10028b9
|
1979
|
+
#define CLUTTER_braille_dots_24568 0x10028ba
|
1980
|
+
#define CLUTTER_braille_dots_124568 0x10028bb
|
1981
|
+
#define CLUTTER_braille_dots_34568 0x10028bc
|
1982
|
+
#define CLUTTER_braille_dots_134568 0x10028bd
|
1983
|
+
#define CLUTTER_braille_dots_234568 0x10028be
|
1984
|
+
#define CLUTTER_braille_dots_1234568 0x10028bf
|
1985
|
+
#define CLUTTER_braille_dots_78 0x10028c0
|
1986
|
+
#define CLUTTER_braille_dots_178 0x10028c1
|
1987
|
+
#define CLUTTER_braille_dots_278 0x10028c2
|
1988
|
+
#define CLUTTER_braille_dots_1278 0x10028c3
|
1989
|
+
#define CLUTTER_braille_dots_378 0x10028c4
|
1990
|
+
#define CLUTTER_braille_dots_1378 0x10028c5
|
1991
|
+
#define CLUTTER_braille_dots_2378 0x10028c6
|
1992
|
+
#define CLUTTER_braille_dots_12378 0x10028c7
|
1993
|
+
#define CLUTTER_braille_dots_478 0x10028c8
|
1994
|
+
#define CLUTTER_braille_dots_1478 0x10028c9
|
1995
|
+
#define CLUTTER_braille_dots_2478 0x10028ca
|
1996
|
+
#define CLUTTER_braille_dots_12478 0x10028cb
|
1997
|
+
#define CLUTTER_braille_dots_3478 0x10028cc
|
1998
|
+
#define CLUTTER_braille_dots_13478 0x10028cd
|
1999
|
+
#define CLUTTER_braille_dots_23478 0x10028ce
|
2000
|
+
#define CLUTTER_braille_dots_123478 0x10028cf
|
2001
|
+
#define CLUTTER_braille_dots_578 0x10028d0
|
2002
|
+
#define CLUTTER_braille_dots_1578 0x10028d1
|
2003
|
+
#define CLUTTER_braille_dots_2578 0x10028d2
|
2004
|
+
#define CLUTTER_braille_dots_12578 0x10028d3
|
2005
|
+
#define CLUTTER_braille_dots_3578 0x10028d4
|
2006
|
+
#define CLUTTER_braille_dots_13578 0x10028d5
|
2007
|
+
#define CLUTTER_braille_dots_23578 0x10028d6
|
2008
|
+
#define CLUTTER_braille_dots_123578 0x10028d7
|
2009
|
+
#define CLUTTER_braille_dots_4578 0x10028d8
|
2010
|
+
#define CLUTTER_braille_dots_14578 0x10028d9
|
2011
|
+
#define CLUTTER_braille_dots_24578 0x10028da
|
2012
|
+
#define CLUTTER_braille_dots_124578 0x10028db
|
2013
|
+
#define CLUTTER_braille_dots_34578 0x10028dc
|
2014
|
+
#define CLUTTER_braille_dots_134578 0x10028dd
|
2015
|
+
#define CLUTTER_braille_dots_234578 0x10028de
|
2016
|
+
#define CLUTTER_braille_dots_1234578 0x10028df
|
2017
|
+
#define CLUTTER_braille_dots_678 0x10028e0
|
2018
|
+
#define CLUTTER_braille_dots_1678 0x10028e1
|
2019
|
+
#define CLUTTER_braille_dots_2678 0x10028e2
|
2020
|
+
#define CLUTTER_braille_dots_12678 0x10028e3
|
2021
|
+
#define CLUTTER_braille_dots_3678 0x10028e4
|
2022
|
+
#define CLUTTER_braille_dots_13678 0x10028e5
|
2023
|
+
#define CLUTTER_braille_dots_23678 0x10028e6
|
2024
|
+
#define CLUTTER_braille_dots_123678 0x10028e7
|
2025
|
+
#define CLUTTER_braille_dots_4678 0x10028e8
|
2026
|
+
#define CLUTTER_braille_dots_14678 0x10028e9
|
2027
|
+
#define CLUTTER_braille_dots_24678 0x10028ea
|
2028
|
+
#define CLUTTER_braille_dots_124678 0x10028eb
|
2029
|
+
#define CLUTTER_braille_dots_34678 0x10028ec
|
2030
|
+
#define CLUTTER_braille_dots_134678 0x10028ed
|
2031
|
+
#define CLUTTER_braille_dots_234678 0x10028ee
|
2032
|
+
#define CLUTTER_braille_dots_1234678 0x10028ef
|
2033
|
+
#define CLUTTER_braille_dots_5678 0x10028f0
|
2034
|
+
#define CLUTTER_braille_dots_15678 0x10028f1
|
2035
|
+
#define CLUTTER_braille_dots_25678 0x10028f2
|
2036
|
+
#define CLUTTER_braille_dots_125678 0x10028f3
|
2037
|
+
#define CLUTTER_braille_dots_35678 0x10028f4
|
2038
|
+
#define CLUTTER_braille_dots_135678 0x10028f5
|
2039
|
+
#define CLUTTER_braille_dots_235678 0x10028f6
|
2040
|
+
#define CLUTTER_braille_dots_1235678 0x10028f7
|
2041
|
+
#define CLUTTER_braille_dots_45678 0x10028f8
|
2042
|
+
#define CLUTTER_braille_dots_145678 0x10028f9
|
2043
|
+
#define CLUTTER_braille_dots_245678 0x10028fa
|
2044
|
+
#define CLUTTER_braille_dots_1245678 0x10028fb
|
2045
|
+
#define CLUTTER_braille_dots_345678 0x10028fc
|
2046
|
+
#define CLUTTER_braille_dots_1345678 0x10028fd
|
2047
|
+
#define CLUTTER_braille_dots_2345678 0x10028fe
|
2048
|
+
#define CLUTTER_braille_dots_12345678 0x10028ff
|
2049
|
+
#define CLUTTER_Sinh_ng 0x1000d82
|
2050
|
+
#define CLUTTER_Sinh_h2 0x1000d83
|
2051
|
+
#define CLUTTER_Sinh_a 0x1000d85
|
2052
|
+
#define CLUTTER_Sinh_aa 0x1000d86
|
2053
|
+
#define CLUTTER_Sinh_ae 0x1000d87
|
2054
|
+
#define CLUTTER_Sinh_aee 0x1000d88
|
2055
|
+
#define CLUTTER_Sinh_i 0x1000d89
|
2056
|
+
#define CLUTTER_Sinh_ii 0x1000d8a
|
2057
|
+
#define CLUTTER_Sinh_u 0x1000d8b
|
2058
|
+
#define CLUTTER_Sinh_uu 0x1000d8c
|
2059
|
+
#define CLUTTER_Sinh_ri 0x1000d8d
|
2060
|
+
#define CLUTTER_Sinh_rii 0x1000d8e
|
2061
|
+
#define CLUTTER_Sinh_lu 0x1000d8f
|
2062
|
+
#define CLUTTER_Sinh_luu 0x1000d90
|
2063
|
+
#define CLUTTER_Sinh_e 0x1000d91
|
2064
|
+
#define CLUTTER_Sinh_ee 0x1000d92
|
2065
|
+
#define CLUTTER_Sinh_ai 0x1000d93
|
2066
|
+
#define CLUTTER_Sinh_o 0x1000d94
|
2067
|
+
#define CLUTTER_Sinh_oo 0x1000d95
|
2068
|
+
#define CLUTTER_Sinh_au 0x1000d96
|
2069
|
+
#define CLUTTER_Sinh_ka 0x1000d9a
|
2070
|
+
#define CLUTTER_Sinh_kha 0x1000d9b
|
2071
|
+
#define CLUTTER_Sinh_ga 0x1000d9c
|
2072
|
+
#define CLUTTER_Sinh_gha 0x1000d9d
|
2073
|
+
#define CLUTTER_Sinh_ng2 0x1000d9e
|
2074
|
+
#define CLUTTER_Sinh_nga 0x1000d9f
|
2075
|
+
#define CLUTTER_Sinh_ca 0x1000da0
|
2076
|
+
#define CLUTTER_Sinh_cha 0x1000da1
|
2077
|
+
#define CLUTTER_Sinh_ja 0x1000da2
|
2078
|
+
#define CLUTTER_Sinh_jha 0x1000da3
|
2079
|
+
#define CLUTTER_Sinh_nya 0x1000da4
|
2080
|
+
#define CLUTTER_Sinh_jnya 0x1000da5
|
2081
|
+
#define CLUTTER_Sinh_nja 0x1000da6
|
2082
|
+
#define CLUTTER_Sinh_tta 0x1000da7
|
2083
|
+
#define CLUTTER_Sinh_ttha 0x1000da8
|
2084
|
+
#define CLUTTER_Sinh_dda 0x1000da9
|
2085
|
+
#define CLUTTER_Sinh_ddha 0x1000daa
|
2086
|
+
#define CLUTTER_Sinh_nna 0x1000dab
|
2087
|
+
#define CLUTTER_Sinh_ndda 0x1000dac
|
2088
|
+
#define CLUTTER_Sinh_tha 0x1000dad
|
2089
|
+
#define CLUTTER_Sinh_thha 0x1000dae
|
2090
|
+
#define CLUTTER_Sinh_dha 0x1000daf
|
2091
|
+
#define CLUTTER_Sinh_dhha 0x1000db0
|
2092
|
+
#define CLUTTER_Sinh_na 0x1000db1
|
2093
|
+
#define CLUTTER_Sinh_ndha 0x1000db3
|
2094
|
+
#define CLUTTER_Sinh_pa 0x1000db4
|
2095
|
+
#define CLUTTER_Sinh_pha 0x1000db5
|
2096
|
+
#define CLUTTER_Sinh_ba 0x1000db6
|
2097
|
+
#define CLUTTER_Sinh_bha 0x1000db7
|
2098
|
+
#define CLUTTER_Sinh_ma 0x1000db8
|
2099
|
+
#define CLUTTER_Sinh_mba 0x1000db9
|
2100
|
+
#define CLUTTER_Sinh_ya 0x1000dba
|
2101
|
+
#define CLUTTER_Sinh_ra 0x1000dbb
|
2102
|
+
#define CLUTTER_Sinh_la 0x1000dbd
|
2103
|
+
#define CLUTTER_Sinh_va 0x1000dc0
|
2104
|
+
#define CLUTTER_Sinh_sha 0x1000dc1
|
2105
|
+
#define CLUTTER_Sinh_ssha 0x1000dc2
|
2106
|
+
#define CLUTTER_Sinh_sa 0x1000dc3
|
2107
|
+
#define CLUTTER_Sinh_ha 0x1000dc4
|
2108
|
+
#define CLUTTER_Sinh_lla 0x1000dc5
|
2109
|
+
#define CLUTTER_Sinh_fa 0x1000dc6
|
2110
|
+
#define CLUTTER_Sinh_al 0x1000dca
|
2111
|
+
#define CLUTTER_Sinh_aa2 0x1000dcf
|
2112
|
+
#define CLUTTER_Sinh_ae2 0x1000dd0
|
2113
|
+
#define CLUTTER_Sinh_aee2 0x1000dd1
|
2114
|
+
#define CLUTTER_Sinh_i2 0x1000dd2
|
2115
|
+
#define CLUTTER_Sinh_ii2 0x1000dd3
|
2116
|
+
#define CLUTTER_Sinh_u2 0x1000dd4
|
2117
|
+
#define CLUTTER_Sinh_uu2 0x1000dd6
|
2118
|
+
#define CLUTTER_Sinh_ru2 0x1000dd8
|
2119
|
+
#define CLUTTER_Sinh_e2 0x1000dd9
|
2120
|
+
#define CLUTTER_Sinh_ee2 0x1000dda
|
2121
|
+
#define CLUTTER_Sinh_ai2 0x1000ddb
|
2122
|
+
#define CLUTTER_Sinh_o2 0x1000ddc
|
2123
|
+
#define CLUTTER_Sinh_oo2 0x1000ddd
|
2124
|
+
#define CLUTTER_Sinh_au2 0x1000dde
|
2125
|
+
#define CLUTTER_Sinh_lu2 0x1000ddf
|
2126
|
+
#define CLUTTER_Sinh_ruu2 0x1000df2
|
2127
|
+
#define CLUTTER_Sinh_luu2 0x1000df3
|
2128
|
+
#define CLUTTER_Sinh_kunddaliya 0x1000df4
|
2129
|
+
#define CLUTTER_ModeLock 0x1008ff01
|
2130
|
+
#define CLUTTER_MonBrightnessUp 0x1008ff02
|
2131
|
+
#define CLUTTER_MonBrightnessDown 0x1008ff03
|
2132
|
+
#define CLUTTER_KbdLightOnOff 0x1008ff04
|
2133
|
+
#define CLUTTER_KbdBrightnessUp 0x1008ff05
|
2134
|
+
#define CLUTTER_KbdBrightnessDown 0x1008ff06
|
2135
|
+
#define CLUTTER_Standby 0x1008ff10
|
2136
|
+
#define CLUTTER_AudioLowerVolume 0x1008ff11
|
2137
|
+
#define CLUTTER_AudioMute 0x1008ff12
|
2138
|
+
#define CLUTTER_AudioRaiseVolume 0x1008ff13
|
2139
|
+
#define CLUTTER_AudioPlay 0x1008ff14
|
2140
|
+
#define CLUTTER_AudioStop 0x1008ff15
|
2141
|
+
#define CLUTTER_AudioPrev 0x1008ff16
|
2142
|
+
#define CLUTTER_AudioNext 0x1008ff17
|
2143
|
+
#define CLUTTER_HomePage 0x1008ff18
|
2144
|
+
#define CLUTTER_Mail 0x1008ff19
|
2145
|
+
#define CLUTTER_Start 0x1008ff1a
|
2146
|
+
#define CLUTTER_Search 0x1008ff1b
|
2147
|
+
#define CLUTTER_AudioRecord 0x1008ff1c
|
2148
|
+
#define CLUTTER_Calculator 0x1008ff1d
|
2149
|
+
#define CLUTTER_Memo 0x1008ff1e
|
2150
|
+
#define CLUTTER_ToDoList 0x1008ff1f
|
2151
|
+
#define CLUTTER_Calendar 0x1008ff20
|
2152
|
+
#define CLUTTER_PowerDown 0x1008ff21
|
2153
|
+
#define CLUTTER_ContrastAdjust 0x1008ff22
|
2154
|
+
#define CLUTTER_RockerUp 0x1008ff23
|
2155
|
+
#define CLUTTER_RockerDown 0x1008ff24
|
2156
|
+
#define CLUTTER_RockerEnter 0x1008ff25
|
2157
|
+
#define CLUTTER_Back 0x1008ff26
|
2158
|
+
#define CLUTTER_Forward 0x1008ff27
|
2159
|
+
#define CLUTTER_Stop 0x1008ff28
|
2160
|
+
#define CLUTTER_Refresh 0x1008ff29
|
2161
|
+
#define CLUTTER_PowerOff 0x1008ff2a
|
2162
|
+
#define CLUTTER_WakeUp 0x1008ff2b
|
2163
|
+
#define CLUTTER_Eject 0x1008ff2c
|
2164
|
+
#define CLUTTER_ScreenSaver 0x1008ff2d
|
2165
|
+
#define CLUTTER_WWW 0x1008ff2e
|
2166
|
+
#define CLUTTER_Sleep 0x1008ff2f
|
2167
|
+
#define CLUTTER_Favorites 0x1008ff30
|
2168
|
+
#define CLUTTER_AudioPause 0x1008ff31
|
2169
|
+
#define CLUTTER_AudioMedia 0x1008ff32
|
2170
|
+
#define CLUTTER_MyComputer 0x1008ff33
|
2171
|
+
#define CLUTTER_VendorHome 0x1008ff34
|
2172
|
+
#define CLUTTER_LightBulb 0x1008ff35
|
2173
|
+
#define CLUTTER_Shop 0x1008ff36
|
2174
|
+
#define CLUTTER_History 0x1008ff37
|
2175
|
+
#define CLUTTER_OpenURL 0x1008ff38
|
2176
|
+
#define CLUTTER_AddFavorite 0x1008ff39
|
2177
|
+
#define CLUTTER_HotLinks 0x1008ff3a
|
2178
|
+
#define CLUTTER_BrightnessAdjust 0x1008ff3b
|
2179
|
+
#define CLUTTER_Finance 0x1008ff3c
|
2180
|
+
#define CLUTTER_Community 0x1008ff3d
|
2181
|
+
#define CLUTTER_AudioRewind 0x1008ff3e
|
2182
|
+
#define CLUTTER_BackForward 0x1008ff3f
|
2183
|
+
#define CLUTTER_Launch0 0x1008ff40
|
2184
|
+
#define CLUTTER_Launch1 0x1008ff41
|
2185
|
+
#define CLUTTER_Launch2 0x1008ff42
|
2186
|
+
#define CLUTTER_Launch3 0x1008ff43
|
2187
|
+
#define CLUTTER_Launch4 0x1008ff44
|
2188
|
+
#define CLUTTER_Launch5 0x1008ff45
|
2189
|
+
#define CLUTTER_Launch6 0x1008ff46
|
2190
|
+
#define CLUTTER_Launch7 0x1008ff47
|
2191
|
+
#define CLUTTER_Launch8 0x1008ff48
|
2192
|
+
#define CLUTTER_Launch9 0x1008ff49
|
2193
|
+
#define CLUTTER_LaunchA 0x1008ff4a
|
2194
|
+
#define CLUTTER_LaunchB 0x1008ff4b
|
2195
|
+
#define CLUTTER_LaunchC 0x1008ff4c
|
2196
|
+
#define CLUTTER_LaunchD 0x1008ff4d
|
2197
|
+
#define CLUTTER_LaunchE 0x1008ff4e
|
2198
|
+
#define CLUTTER_LaunchF 0x1008ff4f
|
2199
|
+
#define CLUTTER_ApplicationLeft 0x1008ff50
|
2200
|
+
#define CLUTTER_ApplicationRight 0x1008ff51
|
2201
|
+
#define CLUTTER_Book 0x1008ff52
|
2202
|
+
#define CLUTTER_CD 0x1008ff53
|
2203
|
+
#define CLUTTER_WindowClear 0x1008ff55
|
2204
|
+
#define CLUTTER_Close 0x1008ff56
|
2205
|
+
#define CLUTTER_Copy 0x1008ff57
|
2206
|
+
#define CLUTTER_Cut 0x1008ff58
|
2207
|
+
#define CLUTTER_Display 0x1008ff59
|
2208
|
+
#define CLUTTER_DOS 0x1008ff5a
|
2209
|
+
#define CLUTTER_Documents 0x1008ff5b
|
2210
|
+
#define CLUTTER_Excel 0x1008ff5c
|
2211
|
+
#define CLUTTER_Explorer 0x1008ff5d
|
2212
|
+
#define CLUTTER_Game 0x1008ff5e
|
2213
|
+
#define CLUTTER_Go 0x1008ff5f
|
2214
|
+
#define CLUTTER_iTouch 0x1008ff60
|
2215
|
+
#define CLUTTER_LogOff 0x1008ff61
|
2216
|
+
#define CLUTTER_Market 0x1008ff62
|
2217
|
+
#define CLUTTER_Meeting 0x1008ff63
|
2218
|
+
#define CLUTTER_MenuKB 0x1008ff65
|
2219
|
+
#define CLUTTER_MenuPB 0x1008ff66
|
2220
|
+
#define CLUTTER_MySites 0x1008ff67
|
2221
|
+
#define CLUTTER_New 0x1008ff68
|
2222
|
+
#define CLUTTER_News 0x1008ff69
|
2223
|
+
#define CLUTTER_OfficeHome 0x1008ff6a
|
2224
|
+
#define CLUTTER_Open 0x1008ff6b
|
2225
|
+
#define CLUTTER_Option 0x1008ff6c
|
2226
|
+
#define CLUTTER_Paste 0x1008ff6d
|
2227
|
+
#define CLUTTER_Phone 0x1008ff6e
|
2228
|
+
#define CLUTTER_Reply 0x1008ff72
|
2229
|
+
#define CLUTTER_Reload 0x1008ff73
|
2230
|
+
#define CLUTTER_RotateWindows 0x1008ff74
|
2231
|
+
#define CLUTTER_RotationPB 0x1008ff75
|
2232
|
+
#define CLUTTER_RotationKB 0x1008ff76
|
2233
|
+
#define CLUTTER_Save 0x1008ff77
|
2234
|
+
#define CLUTTER_ScrollUp 0x1008ff78
|
2235
|
+
#define CLUTTER_ScrollDown 0x1008ff79
|
2236
|
+
#define CLUTTER_ScrollClick 0x1008ff7a
|
2237
|
+
#define CLUTTER_Send 0x1008ff7b
|
2238
|
+
#define CLUTTER_Spell 0x1008ff7c
|
2239
|
+
#define CLUTTER_SplitScreen 0x1008ff7d
|
2240
|
+
#define CLUTTER_Support 0x1008ff7e
|
2241
|
+
#define CLUTTER_TaskPane 0x1008ff7f
|
2242
|
+
#define CLUTTER_Terminal 0x1008ff80
|
2243
|
+
#define CLUTTER_Tools 0x1008ff81
|
2244
|
+
#define CLUTTER_Travel 0x1008ff82
|
2245
|
+
#define CLUTTER_UserPB 0x1008ff84
|
2246
|
+
#define CLUTTER_User1KB 0x1008ff85
|
2247
|
+
#define CLUTTER_User2KB 0x1008ff86
|
2248
|
+
#define CLUTTER_Video 0x1008ff87
|
2249
|
+
#define CLUTTER_WheelButton 0x1008ff88
|
2250
|
+
#define CLUTTER_Word 0x1008ff89
|
2251
|
+
#define CLUTTER_Xfer 0x1008ff8a
|
2252
|
+
#define CLUTTER_ZoomIn 0x1008ff8b
|
2253
|
+
#define CLUTTER_ZoomOut 0x1008ff8c
|
2254
|
+
#define CLUTTER_Away 0x1008ff8d
|
2255
|
+
#define CLUTTER_Messenger 0x1008ff8e
|
2256
|
+
#define CLUTTER_WebCam 0x1008ff8f
|
2257
|
+
#define CLUTTER_MailForward 0x1008ff90
|
2258
|
+
#define CLUTTER_Pictures 0x1008ff91
|
2259
|
+
#define CLUTTER_Music 0x1008ff92
|
2260
|
+
#define CLUTTER_Battery 0x1008ff93
|
2261
|
+
#define CLUTTER_Bluetooth 0x1008ff94
|
2262
|
+
#define CLUTTER_WLAN 0x1008ff95
|
2263
|
+
#define CLUTTER_UWB 0x1008ff96
|
2264
|
+
#define CLUTTER_AudioForward 0x1008ff97
|
2265
|
+
#define CLUTTER_AudioRepeat 0x1008ff98
|
2266
|
+
#define CLUTTER_AudioRandomPlay 0x1008ff99
|
2267
|
+
#define CLUTTER_Subtitle 0x1008ff9a
|
2268
|
+
#define CLUTTER_AudioCycleTrack 0x1008ff9b
|
2269
|
+
#define CLUTTER_CycleAngle 0x1008ff9c
|
2270
|
+
#define CLUTTER_FrameBack 0x1008ff9d
|
2271
|
+
#define CLUTTER_FrameForward 0x1008ff9e
|
2272
|
+
#define CLUTTER_Time 0x1008ff9f
|
2273
|
+
#define CLUTTER_SelectButton 0x1008ffa0
|
2274
|
+
#define CLUTTER_View 0x1008ffa1
|
2275
|
+
#define CLUTTER_TopMenu 0x1008ffa2
|
2276
|
+
#define CLUTTER_Red 0x1008ffa3
|
2277
|
+
#define CLUTTER_Green 0x1008ffa4
|
2278
|
+
#define CLUTTER_Yellow 0x1008ffa5
|
2279
|
+
#define CLUTTER_Blue 0x1008ffa6
|
2280
|
+
#define CLUTTER_Suspend 0x1008ffa7
|
2281
|
+
#define CLUTTER_Hibernate 0x1008ffa8
|
2282
|
+
#define CLUTTER_TouchpadToggle 0x1008ffa9
|
2283
|
+
#define CLUTTER_TouchpadOn 0x1008ffb0
|
2284
|
+
#define CLUTTER_TouchpadOff 0x1008ffb1
|
2285
|
+
#define CLUTTER_Switch_VT_1 0x1008fe01
|
2286
|
+
#define CLUTTER_Switch_VT_2 0x1008fe02
|
2287
|
+
#define CLUTTER_Switch_VT_3 0x1008fe03
|
2288
|
+
#define CLUTTER_Switch_VT_4 0x1008fe04
|
2289
|
+
#define CLUTTER_Switch_VT_5 0x1008fe05
|
2290
|
+
#define CLUTTER_Switch_VT_6 0x1008fe06
|
2291
|
+
#define CLUTTER_Switch_VT_7 0x1008fe07
|
2292
|
+
#define CLUTTER_Switch_VT_8 0x1008fe08
|
2293
|
+
#define CLUTTER_Switch_VT_9 0x1008fe09
|
2294
|
+
#define CLUTTER_Switch_VT_10 0x1008fe0a
|
2295
|
+
#define CLUTTER_Switch_VT_11 0x1008fe0b
|
2296
|
+
#define CLUTTER_Switch_VT_12 0x1008fe0c
|
2297
|
+
#define CLUTTER_Ungrab 0x1008fe20
|
2298
|
+
#define CLUTTER_ClearGrab 0x1008fe21
|
2299
|
+
#define CLUTTER_Next_VMode 0x1008fe22
|
2300
|
+
#define CLUTTER_Prev_VMode 0x1008fe23
|
2301
|
+
#define CLUTTER_LogWindowTree 0x1008fe24
|
2302
|
+
#define CLUTTER_LogGrabInfo 0x1008fe25
|
2303
|
+
|
2304
|
+
#endif /* CLUTTER_DISABLE_DEPRECATED */
|
2305
|
+
|
2306
|
+
#endif /* __CLUTTER_KEYSYMS_DEPRECATED_H__ */
|