clutter 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +14 -5
- data/lib/clutter.rb +1 -2
- 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-15.dll → 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 +9 -4
- data/vendor/local/include/clutter-1.0/cally/cally-clone.h +6 -4
- data/vendor/local/include/clutter-1.0/cally/cally-group.h +5 -3
- data/vendor/local/include/clutter-1.0/cally/cally-main.h +7 -2
- data/vendor/local/include/clutter-1.0/cally/cally-rectangle.h +5 -3
- data/vendor/local/include/clutter-1.0/cally/cally-root.h +6 -4
- data/vendor/local/include/clutter-1.0/cally/cally-stage.h +5 -3
- data/vendor/local/include/clutter-1.0/cally/cally-text.h +6 -4
- data/vendor/local/include/clutter-1.0/cally/cally-texture.h +6 -4
- data/vendor/local/include/clutter-1.0/cally/cally-util.h +7 -3
- data/vendor/local/include/clutter-1.0/clutter/clutter-action.h +13 -5
- data/vendor/local/include/clutter-1.0/clutter/clutter-actor-meta.h +8 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-actor.h +90 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-align-constraint.h +9 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-animatable.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-backend.h +15 -9
- data/vendor/local/include/clutter-1.0/clutter/clutter-bin-layout.h +4 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-bind-constraint.h +9 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-binding-pool.h +13 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-blur-effect.h +3 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-box-layout.h +9 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-brightness-contrast-effect.h +9 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-cairo.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-canvas.h +7 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-child-meta.h +10 -8
- data/vendor/local/include/clutter-1.0/clutter/clutter-click-action.h +8 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-clone.h +8 -4
- data/vendor/local/include/clutter-1.0/clutter/clutter-color.h +32 -7
- data/vendor/local/include/clutter-1.0/clutter/clutter-colorize-effect.h +5 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-constraint.h +14 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-container.h +49 -37
- data/vendor/local/include/clutter-1.0/clutter/clutter-content.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-deform-effect.h +19 -13
- data/vendor/local/include/clutter-1.0/clutter/clutter-deprecated.h +1 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-desaturate-effect.h +5 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-device-manager.h +6 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-drag-action.h +12 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-drop-action.h +4 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-effect.h +11 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-enum-types.h +62 -55
- data/vendor/local/include/clutter-1.0/clutter/clutter-enums.h +23 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-event.h +74 -8
- data/vendor/local/include/clutter-1.0/clutter/clutter-feature.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-fixed-layout.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-flow-layout.h +14 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-gesture-action.h +27 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-group.h +1 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-image.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-input-device.h +20 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-interval.h +18 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-layout-manager.h +13 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-layout-meta.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-list-model.h +3 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-macros.h +67 -33
- data/vendor/local/include/clutter-1.0/clutter/clutter-main.h +36 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-model.h +42 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-offscreen-effect.h +4 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-page-turn-effect.h +9 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-paint-nodes.h +5 -5
- data/vendor/local/include/clutter-1.0/clutter/clutter-pan-action.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-path-constraint.h +7 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-path.h +26 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-property-transition.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-rotate-action.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-script.h +16 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-scriptable.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-scroll-actor.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-settings.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-shader-effect.h +9 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-shader-types.h +10 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-snap-constraint.h +9 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-stage-manager.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-stage.h +35 -9
- data/vendor/local/include/clutter-1.0/clutter/clutter-swipe-action.h +4 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-tap-action.h +2 -2
- 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 +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-text.h +67 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-texture.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-timeline.h +25 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-transition-group.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-transition.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-types.h +60 -6
- data/vendor/local/include/clutter-1.0/clutter/clutter-units.h +18 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-version.h +37 -20
- data/vendor/local/include/clutter-1.0/clutter/clutter-zoom-action.h +2 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter.h +2 -3
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-fixed.h +1 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-state.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/{clutter-table-layout.h → deprecated/clutter-table-layout.h} +15 -0
- data/vendor/local/include/clutter-1.0/clutter/deprecated/clutter-timeout-pool.h +1 -1
- data/vendor/local/include/clutter-1.0/clutter/win32/clutter-win32.h +5 -0
- data/vendor/local/include/cogl/cogl-pango/cogl-pango.h +33 -14
- data/vendor/local/include/cogl/cogl-path/cogl-path-types.h +18 -14
- data/vendor/local/include/cogl/cogl-path/cogl-path.h +22 -12
- data/vendor/local/include/cogl/cogl-path/cogl1-path-functions.h +20 -13
- data/vendor/local/include/cogl/cogl-path/cogl2-path-functions.h +35 -13
- data/vendor/local/include/cogl/cogl/cogl-atlas-texture.h +81 -53
- data/vendor/local/include/cogl/cogl/cogl-attribute-buffer.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-attribute.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-auto-texture.h +221 -0
- data/vendor/local/include/cogl/cogl/cogl-bitmap.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-buffer.h +26 -13
- data/vendor/local/include/cogl/cogl/cogl-clip-state.h +244 -15
- data/vendor/local/include/cogl/cogl/cogl-clutter.h +18 -13
- data/vendor/local/include/cogl/cogl/cogl-color.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-context.h +41 -14
- data/vendor/local/include/cogl/cogl/cogl-defines.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-deprecated.h +18 -11
- data/vendor/local/include/cogl/cogl/cogl-depth-state.h +20 -14
- data/vendor/local/include/cogl/cogl/cogl-display.h +33 -14
- data/vendor/local/include/cogl/cogl/cogl-enum-types.h +9 -6
- data/vendor/local/include/cogl/cogl/cogl-error.h +20 -15
- data/vendor/local/include/cogl/cogl/cogl-euler.h +31 -13
- data/vendor/local/include/cogl/cogl/cogl-fence.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-fixed.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-frame-info.h +31 -12
- data/vendor/local/include/cogl/cogl/cogl-framebuffer-deprecated.h +264 -0
- data/vendor/local/include/cogl/cogl/cogl-framebuffer.h +70 -29
- data/vendor/local/include/cogl/cogl/cogl-gles2.h +64 -18
- data/vendor/local/include/cogl/cogl/cogl-glib-source.h +18 -11
- data/vendor/local/include/cogl/cogl/cogl-index-buffer.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-indices.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-macros.h +33 -13
- data/vendor/local/include/cogl/cogl/cogl-material-compat.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-matrix-stack.h +37 -12
- data/vendor/local/include/cogl/cogl/cogl-matrix.h +34 -15
- data/vendor/local/include/cogl/cogl/cogl-meta-texture.h +25 -12
- data/vendor/local/include/cogl/cogl/cogl-object.h +40 -12
- data/vendor/local/include/cogl/cogl/cogl-offscreen.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-onscreen-template.h +31 -12
- data/vendor/local/include/cogl/cogl/cogl-onscreen.h +63 -12
- data/vendor/local/include/cogl/cogl/cogl-output.h +31 -12
- data/vendor/local/include/cogl/cogl/cogl-pango.h +18 -11
- data/vendor/local/include/cogl/cogl/cogl-pipeline-layer-state.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-pipeline-state.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-pipeline.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-pixel-buffer.h +31 -11
- data/vendor/local/include/cogl/cogl/cogl-poll.h +20 -14
- data/vendor/local/include/cogl/cogl/cogl-primitive-texture.h +25 -12
- data/vendor/local/include/cogl/cogl/cogl-primitive.h +32 -13
- data/vendor/local/include/cogl/cogl/cogl-primitives.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-quaternion.h +34 -15
- data/vendor/local/include/cogl/cogl/cogl-renderer.h +33 -15
- data/vendor/local/include/cogl/cogl/cogl-shader.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-snippet.h +27 -12
- data/vendor/local/include/cogl/cogl/cogl-sub-texture.h +29 -15
- data/vendor/local/include/cogl/cogl/cogl-swap-chain.h +33 -13
- data/vendor/local/include/cogl/cogl/cogl-texture-2d-gl.h +29 -24
- data/vendor/local/include/cogl/cogl/cogl-texture-2d-sliced.h +54 -49
- data/vendor/local/include/cogl/cogl/cogl-texture-2d.h +81 -65
- data/vendor/local/include/cogl/cogl/cogl-texture-3d.h +71 -54
- data/vendor/local/include/cogl/cogl/cogl-texture-deprecated.h +105 -0
- data/vendor/local/include/cogl/cogl/cogl-texture-rectangle.h +61 -48
- data/vendor/local/include/cogl/cogl/cogl-texture.h +157 -241
- data/vendor/local/include/cogl/cogl/cogl-type-casts.h +53 -0
- data/vendor/local/include/cogl/cogl/cogl-types.h +23 -11
- data/vendor/local/include/cogl/cogl/cogl-vector.h +20 -15
- data/vendor/local/include/cogl/cogl/cogl-version.h +28 -12
- data/vendor/local/include/cogl/cogl/cogl-vertex-buffer.h +20 -13
- data/vendor/local/include/cogl/cogl/cogl-win32-renderer.h +18 -13
- data/vendor/local/include/cogl/cogl/cogl.h +61 -22
- data/vendor/local/include/cogl/cogl/cogl1-context.h +20 -434
- data/vendor/local/include/cogl/cogl/cogl2-experimental.h +18 -12
- 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 +18 -11
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-gles2-functions.h +18 -11
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-glsl-functions.h +18 -11
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-in-gles-core-functions.h +18 -11
- data/vendor/local/include/cogl/cogl/gl-prototypes/cogl-in-gles2-core-functions.h +18 -11
- data/vendor/local/include/json-glib-1.0/json-glib/json-builder.h +21 -7
- data/vendor/local/include/json-glib-1.0/json-glib/json-enum-types.h +8 -3
- data/vendor/local/include/json-glib-1.0/json-glib/json-generator.h +16 -3
- data/vendor/local/include/json-glib-1.0/json-glib/json-glib.h +1 -0
- data/vendor/local/include/json-glib-1.0/json-glib/json-gobject.h +23 -5
- data/vendor/local/include/json-glib-1.0/json-glib/json-gvariant.h +9 -2
- data/vendor/local/include/json-glib-1.0/json-glib/json-parser.h +17 -4
- data/vendor/local/include/json-glib-1.0/json-glib/json-path.h +13 -8
- data/vendor/local/include/json-glib-1.0/json-glib/json-reader.h +28 -7
- data/vendor/local/include/json-glib-1.0/json-glib/json-types.h +97 -12
- 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 +14 -12
- 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 +4 -4
- data/vendor/local/lib/libcogl-pango.dll.a +0 -0
- data/vendor/local/lib/libcogl-pango.la +5 -5
- 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 +5 -5
- data/vendor/local/lib/libjson-glib-1.0.dll.a +0 -0
- data/vendor/local/lib/libjson-glib-1.0.la +3 -3
- data/vendor/local/lib/pkgconfig/cally-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/clutter-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/clutter-win32-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/cogl-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-gl-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-pango-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-pango-2.0-experimental.pc +3 -3
- 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 +1 -1
- data/vendor/local/share/gir-1.0/Cally-1.0.gir +4 -2
- data/vendor/local/share/gir-1.0/Clutter-1.0.gir +4527 -1814
- data/vendor/local/share/gir-1.0/Cogl-1.0.gir +1194 -1881
- data/vendor/local/share/gir-1.0/Cogl-2.0.gir +20369 -0
- data/vendor/local/share/gir-1.0/CoglPango-1.0.gir +9 -5
- data/vendor/local/share/gir-1.0/CoglPango-2.0.gir +331 -0
- data/vendor/local/share/gir-1.0/Json-1.0.gir +363 -163
- data/vendor/local/share/gtk-doc/html/cally/CallyActor.html +356 -259
- data/vendor/local/share/gtk-doc/html/cally/CallyClone.html +91 -69
- data/vendor/local/share/gtk-doc/html/cally/CallyGroup.html +89 -71
- data/vendor/local/share/gtk-doc/html/cally/CallyRectangle.html +90 -68
- data/vendor/local/share/gtk-doc/html/cally/CallyRoot.html +72 -59
- data/vendor/local/share/gtk-doc/html/cally/CallyStage.html +92 -70
- data/vendor/local/share/gtk-doc/html/cally/CallyText.html +90 -66
- data/vendor/local/share/gtk-doc/html/cally/CallyTexture.html +90 -68
- data/vendor/local/share/gtk-doc/html/cally/CallyUtil.html +42 -37
- data/vendor/local/share/gtk-doc/html/cally/cally-General-API.html +109 -86
- data/vendor/local/share/gtk-doc/html/cally/cally.devhelp2 +16 -16
- data/vendor/local/share/gtk-doc/html/cally/callyannotationglossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/callybase.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/callyobjecthierarchy.html +16 -16
- data/vendor/local/share/gtk-doc/html/cally/callyobjectindex.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/callyobjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/ch01.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/clutter-overview.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/cally/index.sgml +47 -29
- data/vendor/local/share/gtk-doc/html/cally/ix01.html +27 -29
- data/vendor/local/share/gtk-doc/html/cally/ix02.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/ix03.html +25 -27
- data/vendor/local/share/gtk-doc/html/cally/ix04.html +6 -6
- data/vendor/local/share/gtk-doc/html/cally/license.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/style.css +260 -105
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAction.html +47 -45
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActor.html +11634 -9660
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActorMeta.html +283 -206
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlignConstraint.html +335 -242
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlpha.html +595 -523
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimatable.html +341 -273
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimator.html +995 -804
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBackend.html +583 -432
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviour.html +565 -457
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourDepth.html +207 -169
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html +718 -518
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html +211 -172
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourPath.html +338 -283
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourRotate.html +506 -367
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourScale.html +322 -275
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBinLayout.html +329 -901
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBindConstraint.html +374 -553
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBlurEffect.html +65 -55
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBox.html +491 -419
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBoxLayout.html +1032 -790
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html +316 -243
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCairoTexture.html +613 -755
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCanvas.html +367 -373
- data/vendor/local/share/gtk-doc/html/clutter/ClutterChildMeta.html +181 -144
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClickAction.html +399 -316
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClone.html +177 -135
- data/vendor/local/share/gtk-doc/html/clutter/ClutterColorizeEffect.html +154 -105
- data/vendor/local/share/gtk-doc/html/clutter/ClutterConstraint.html +137 -262
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContainer.html +1119 -851
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContent.html +238 -177
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeformEffect.html +293 -225
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDesaturateEffect.html +159 -114
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeviceManager.html +330 -243
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDragAction.html +772 -873
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDropAction.html +304 -766
- data/vendor/local/share/gtk-doc/html/clutter/ClutterEffect.html +353 -267
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFixedLayout.html +70 -57
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFlowLayout.html +646 -825
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGestureAction.html +991 -555
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGridLayout.html +725 -510
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGroup.html +177 -133
- data/vendor/local/share/gtk-doc/html/clutter/ClutterImage.html +380 -512
- data/vendor/local/share/gtk-doc/html/clutter/ClutterInputDevice.html +1252 -962
- data/vendor/local/share/gtk-doc/html/clutter/ClutterKeyframeTransition.html +414 -320
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutManager.html +830 -923
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutMeta.html +118 -87
- data/vendor/local/share/gtk-doc/html/clutter/ClutterListModel.html +144 -130
- data/vendor/local/share/gtk-doc/html/clutter/ClutterMedia.html +742 -586
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModel.html +1398 -1058
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModelIter.html +563 -425
- data/vendor/local/share/gtk-doc/html/clutter/ClutterOffscreenEffect.html +322 -265
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPageTurnEffect.html +292 -194
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPaintNode.html +473 -333
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPanAction.html +653 -489
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPath.html +1107 -855
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPathConstraint.html +277 -188
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPropertyTransition.html +178 -130
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRectangle.html +334 -216
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRotateAction.html +131 -95
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScore.html +709 -569
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScript.html +958 -899
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScriptable.html +242 -186
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScrollActor.html +263 -606
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSettings.html +243 -165
- data/vendor/local/share/gtk-doc/html/clutter/ClutterShaderEffect.html +469 -368
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSnapConstraint.html +353 -245
- data/vendor/local/share/gtk-doc/html/clutter/ClutterStage.html +1967 -1513
- data/vendor/local/share/gtk-doc/html/clutter/ClutterState.html +1273 -1005
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSwipeAction.html +200 -144
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTableLayout.html +995 -745
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTapAction.html +123 -93
- data/vendor/local/share/gtk-doc/html/clutter/ClutterText.html +2742 -1997
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTextBuffer.html +647 -474
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTexture.html +1482 -1223
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTimeline.html +2161 -1735
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransition.html +496 -383
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransitionGroup.html +175 -135
- data/vendor/local/share/gtk-doc/html/clutter/ClutterZoomAction.html +313 -236
- data/vendor/local/share/gtk-doc/html/clutter/annotation-glossary.html +29 -13
- data/vendor/local/share/gtk-doc/html/clutter/building-clutter.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch01.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch02.html +4 -7
- data/vendor/local/share/gtk-doc/html/clutter/ch03.html +4 -8
- data/vendor/local/share/gtk-doc/html/clutter/ch04.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch05.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch06.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch07.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch08.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch09.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch10.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter/ch11.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ch12.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Base-geometric-types.html +3059 -2295
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterGLXTexturePixmap.html +181 -137
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html +340 -197
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterX11TexturePixmap.html +306 -222
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Colors.html +1272 -988
- data/vendor/local/share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html +154 -69
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Events.html +2714 -1972
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Features.html +151 -116
- data/vendor/local/share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html +205 -154
- data/vendor/local/share/gtk-doc/html/clutter/clutter-General.html +1455 -1890
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Implicit-Animations.html +1449 -1804
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html +134 -112
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Key-Bindings.html +625 -520
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Paint-Nodes.html +302 -239
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Shaders.html +872 -637
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Stage-Manager.html +293 -213
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Unit-conversion.html +674 -508
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Utilities.html +454 -339
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Value-intervals.html +816 -623
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Versioning-Macros.html +346 -302
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html +60 -34
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-specific-support.html +200 -170
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html +162 -119
- data/vendor/local/share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html +678 -565
- data/vendor/local/share/gtk-doc/html/clutter/clutter-overview.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter/clutter.devhelp2 +1937 -2272
- data/vendor/local/share/gtk-doc/html/clutter/clutteranimation.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterbackends.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterbase.html +4 -11
- data/vendor/local/share/gtk-doc/html/clutter/clutterglossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjecthierarchy.html +87 -87
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjectindex.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjects.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/cluttertools.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter/deprecated.html +11 -4
- data/vendor/local/share/gtk-doc/html/clutter/go01.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/index.html +11 -11
- data/vendor/local/share/gtk-doc/html/clutter/index.sgml +842 -978
- data/vendor/local/share/gtk-doc/html/clutter/iterating-paths.html +7 -7
- data/vendor/local/share/gtk-doc/html/clutter/ix01.html +2005 -1923
- data/vendor/local/share/gtk-doc/html/clutter/ix02.html +663 -470
- data/vendor/local/share/gtk-doc/html/clutter/ix03.html +83 -85
- data/vendor/local/share/gtk-doc/html/clutter/ix04.html +122 -124
- data/vendor/local/share/gtk-doc/html/clutter/ix05.html +217 -219
- data/vendor/local/share/gtk-doc/html/clutter/ix06.html +148 -150
- data/vendor/local/share/gtk-doc/html/clutter/ix07.html +349 -351
- data/vendor/local/share/gtk-doc/html/clutter/ix08.html +177 -179
- data/vendor/local/share/gtk-doc/html/clutter/ix09.html +214 -216
- data/vendor/local/share/gtk-doc/html/clutter/ix10.html +83 -85
- data/vendor/local/share/gtk-doc/html/clutter/ix11.html +80 -82
- data/vendor/local/share/gtk-doc/html/clutter/ix12.html +219 -221
- data/vendor/local/share/gtk-doc/html/clutter/ix13.html +212 -214
- data/vendor/local/share/gtk-doc/html/clutter/ix14.html +22 -32
- data/vendor/local/share/gtk-doc/html/clutter/license.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterAnimation.html +16 -16
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html +15 -15
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterEffect.html +17 -17
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterPath.html +11 -12
- data/vendor/local/share/gtk-doc/html/clutter/migration.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/pt09.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/running-clutter.html +9 -4
- data/vendor/local/share/gtk-doc/html/clutter/style.css +260 -105
- data/vendor/local/share/gtk-doc/html/clutter/using-cairo.html +6 -6
- data/vendor/local/share/gtk-doc/html/json-glib/JsonBuilder.html +513 -392
- data/vendor/local/share/gtk-doc/html/json-glib/JsonGenerator.html +479 -347
- data/vendor/local/share/gtk-doc/html/json-glib/JsonParser.html +804 -600
- data/vendor/local/share/gtk-doc/html/json-glib/JsonPath.html +395 -362
- data/vendor/local/share/gtk-doc/html/json-glib/JsonReader.html +788 -609
- data/vendor/local/share/gtk-doc/html/json-glib/annotation-glossary.html +32 -43
- data/vendor/local/share/gtk-doc/html/json-glib/ch01.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/ch02.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/ch03.html +9 -9
- 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 +15 -6
- data/vendor/local/share/gtk-doc/html/json-glib/index.sgml +82 -73
- data/vendor/local/share/gtk-doc/html/json-glib/ix01.html +230 -227
- data/vendor/local/share/gtk-doc/html/json-glib/ix02.html +17 -22
- data/vendor/local/share/gtk-doc/html/json-glib/ix03.html +20 -25
- data/vendor/local/share/gtk-doc/html/json-glib/ix04.html +17 -22
- data/vendor/local/share/gtk-doc/html/json-glib/ix05.html +50 -55
- data/vendor/local/share/gtk-doc/html/json-glib/ix06.html +30 -35
- data/vendor/local/share/gtk-doc/html/json-glib/ix07.html +39 -44
- data/vendor/local/share/gtk-doc/html/json-glib/ix08.html +35 -40
- data/vendor/local/share/gtk-doc/html/json-glib/json-advanced.html +12 -9
- data/vendor/local/share/gtk-doc/html/json-glib/json-base.html +9 -9
- 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 +306 -221
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-GObject-Serialization.html +261 -204
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Array.html +843 -583
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-GVariant-Integration.html +223 -199
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Node.html +1327 -912
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-JSON-Object.html +986 -694
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Serializable-Interface.html +386 -301
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Versioning-information.html +151 -87
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.devhelp2 +204 -218
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/json-streams.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/json-tools.html +19 -13
- 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 +9 -9
- 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 +314 -104
- 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/cogl/COPYING +107 -502
- 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
- data/vendor/local/share/man/man1/json-glib-format.1 +60 -0
- data/vendor/local/share/man/man1/json-glib-validate.1 +56 -0
- metadata +66 -27
- data/vendor/local/bin/libcogl-pango-15.dll +0 -0
- data/vendor/local/share/gtk-doc/html/json-glib/ch04.html +0 -38
@@ -8,19 +8,16 @@
|
|
8
8
|
<link rel="up" href="ch05.html" title="Constraints">
|
9
9
|
<link rel="prev" href="ClutterAlignConstraint.html" title="ClutterAlignConstraint">
|
10
10
|
<link rel="next" href="ClutterPathConstraint.html" title="ClutterPathConstraint">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
16
|
-
<td width="100%" align="left">
|
17
|
-
<a href="#" class="shortcut">Top</a>
|
18
|
-
|
19
|
-
<a href="#ClutterBindConstraint.
|
20
|
-
|
21
|
-
<a href="#ClutterBindConstraint.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
22
|
-
|
|
23
|
-
<a href="#ClutterBindConstraint.properties" class="shortcut">Properties</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#ClutterBindConstraint.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#ClutterBindConstraint.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties"> <span class="dim">|</span>
|
20
|
+
<a href="#ClutterBindConstraint.properties" class="shortcut">Properties</a></span>
|
24
21
|
</td>
|
25
22
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
26
23
|
<td><a accesskey="u" href="ch05.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
@@ -34,61 +31,140 @@
|
|
34
31
|
<h2><span class="refentrytitle"><a name="ClutterBindConstraint.top_of_page"></a>ClutterBindConstraint</span></h2>
|
35
32
|
<p>ClutterBindConstraint — A constraint binding the position or size of an actor</p>
|
36
33
|
</td>
|
37
|
-
<td valign="top" align="right"></td>
|
34
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
38
35
|
</tr></table></div>
|
39
|
-
<div class="refsynopsisdiv">
|
40
|
-
<a name="ClutterBindConstraint.synopsis"></a><h2>Synopsis</h2>
|
41
|
-
<pre class="synopsis"> <a class="link" href="ClutterBindConstraint.html#ClutterBindConstraint-struct" title="ClutterBindConstraint">ClutterBindConstraint</a>;
|
42
|
-
enum <a class="link" href="ClutterBindConstraint.html#ClutterBindCoordinate" title="enum ClutterBindCoordinate">ClutterBindCoordinate</a>;
|
43
|
-
<a class="link" href="ClutterConstraint.html" title="ClutterConstraint"><span class="returnvalue">ClutterConstraint</span></a> * <a class="link" href="ClutterBindConstraint.html#clutter-bind-constraint-new" title="clutter_bind_constraint_new ()">clutter_bind_constraint_new</a> (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *source</code></em>,
|
44
|
-
<em class="parameter"><code><a class="link" href="ClutterBindConstraint.html#ClutterBindCoordinate" title="enum ClutterBindCoordinate"><span class="type">ClutterBindCoordinate</span></a> coordinate</code></em>,
|
45
|
-
<em class="parameter"><code><span class="type">gfloat</span> offset</code></em>);
|
46
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterBindConstraint.html#clutter-bind-constraint-set-source" title="clutter_bind_constraint_set_source ()">clutter_bind_constraint_set_source</a> (<em class="parameter"><code><a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a> *constraint</code></em>,
|
47
|
-
<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *source</code></em>);
|
48
|
-
<a class="link" href="ClutterActor.html" title="ClutterActor"><span class="returnvalue">ClutterActor</span></a> * <a class="link" href="ClutterBindConstraint.html#clutter-bind-constraint-get-source" title="clutter_bind_constraint_get_source ()">clutter_bind_constraint_get_source</a> (<em class="parameter"><code><a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a> *constraint</code></em>);
|
49
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterBindConstraint.html#clutter-bind-constraint-set-coordinate" title="clutter_bind_constraint_set_coordinate ()">clutter_bind_constraint_set_coordinate</a>
|
50
|
-
(<em class="parameter"><code><a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a> *constraint</code></em>,
|
51
|
-
<em class="parameter"><code><a class="link" href="ClutterBindConstraint.html#ClutterBindCoordinate" title="enum ClutterBindCoordinate"><span class="type">ClutterBindCoordinate</span></a> coordinate</code></em>);
|
52
|
-
<a class="link" href="ClutterBindConstraint.html#ClutterBindCoordinate" title="enum ClutterBindCoordinate"><span class="returnvalue">ClutterBindCoordinate</span></a> <a class="link" href="ClutterBindConstraint.html#clutter-bind-constraint-get-coordinate" title="clutter_bind_constraint_get_coordinate ()">clutter_bind_constraint_get_coordinate</a>
|
53
|
-
(<em class="parameter"><code><a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a> *constraint</code></em>);
|
54
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterBindConstraint.html#clutter-bind-constraint-set-offset" title="clutter_bind_constraint_set_offset ()">clutter_bind_constraint_set_offset</a> (<em class="parameter"><code><a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a> *constraint</code></em>,
|
55
|
-
<em class="parameter"><code><span class="type">gfloat</span> offset</code></em>);
|
56
|
-
<span class="returnvalue">gfloat</span> <a class="link" href="ClutterBindConstraint.html#clutter-bind-constraint-get-offset" title="clutter_bind_constraint_get_offset ()">clutter_bind_constraint_get_offset</a> (<em class="parameter"><code><a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a> *constraint</code></em>);
|
57
|
-
</pre>
|
58
|
-
</div>
|
59
36
|
<div class="refsect1">
|
60
|
-
<a name="ClutterBindConstraint.
|
61
|
-
<
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
37
|
+
<a name="ClutterBindConstraint.functions"></a><h2>Functions</h2>
|
38
|
+
<div class="informaltable"><table width="100%" border="0">
|
39
|
+
<colgroup>
|
40
|
+
<col width="150px" class="functions_return">
|
41
|
+
<col class="functions_name">
|
42
|
+
</colgroup>
|
43
|
+
<tbody>
|
44
|
+
<tr>
|
45
|
+
<td class="function_type">
|
46
|
+
<a class="link" href="ClutterConstraint.html" title="ClutterConstraint"><span class="returnvalue">ClutterConstraint</span></a> *
|
47
|
+
</td>
|
48
|
+
<td class="function_name">
|
49
|
+
<a class="link" href="ClutterBindConstraint.html#clutter-bind-constraint-new" title="clutter_bind_constraint_new ()">clutter_bind_constraint_new</a> <span class="c_punctuation">()</span>
|
50
|
+
</td>
|
51
|
+
</tr>
|
52
|
+
<tr>
|
53
|
+
<td class="function_type">
|
54
|
+
<span class="returnvalue">void</span>
|
55
|
+
</td>
|
56
|
+
<td class="function_name">
|
57
|
+
<a class="link" href="ClutterBindConstraint.html#clutter-bind-constraint-set-source" title="clutter_bind_constraint_set_source ()">clutter_bind_constraint_set_source</a> <span class="c_punctuation">()</span>
|
58
|
+
</td>
|
59
|
+
</tr>
|
60
|
+
<tr>
|
61
|
+
<td class="function_type">
|
62
|
+
<a class="link" href="ClutterActor.html" title="ClutterActor"><span class="returnvalue">ClutterActor</span></a> *
|
63
|
+
</td>
|
64
|
+
<td class="function_name">
|
65
|
+
<a class="link" href="ClutterBindConstraint.html#clutter-bind-constraint-get-source" title="clutter_bind_constraint_get_source ()">clutter_bind_constraint_get_source</a> <span class="c_punctuation">()</span>
|
66
|
+
</td>
|
67
|
+
</tr>
|
68
|
+
<tr>
|
69
|
+
<td class="function_type">
|
70
|
+
<span class="returnvalue">void</span>
|
71
|
+
</td>
|
72
|
+
<td class="function_name">
|
73
|
+
<a class="link" href="ClutterBindConstraint.html#clutter-bind-constraint-set-coordinate" title="clutter_bind_constraint_set_coordinate ()">clutter_bind_constraint_set_coordinate</a> <span class="c_punctuation">()</span>
|
74
|
+
</td>
|
75
|
+
</tr>
|
76
|
+
<tr>
|
77
|
+
<td class="function_type">
|
78
|
+
<a class="link" href="ClutterBindConstraint.html#ClutterBindCoordinate" title="enum ClutterBindCoordinate"><span class="returnvalue">ClutterBindCoordinate</span></a>
|
79
|
+
</td>
|
80
|
+
<td class="function_name">
|
81
|
+
<a class="link" href="ClutterBindConstraint.html#clutter-bind-constraint-get-coordinate" title="clutter_bind_constraint_get_coordinate ()">clutter_bind_constraint_get_coordinate</a> <span class="c_punctuation">()</span>
|
82
|
+
</td>
|
83
|
+
</tr>
|
84
|
+
<tr>
|
85
|
+
<td class="function_type">
|
86
|
+
<span class="returnvalue">void</span>
|
87
|
+
</td>
|
88
|
+
<td class="function_name">
|
89
|
+
<a class="link" href="ClutterBindConstraint.html#clutter-bind-constraint-set-offset" title="clutter_bind_constraint_set_offset ()">clutter_bind_constraint_set_offset</a> <span class="c_punctuation">()</span>
|
90
|
+
</td>
|
91
|
+
</tr>
|
92
|
+
<tr>
|
93
|
+
<td class="function_type">
|
94
|
+
<span class="returnvalue">gfloat</span>
|
95
|
+
</td>
|
96
|
+
<td class="function_name">
|
97
|
+
<a class="link" href="ClutterBindConstraint.html#clutter-bind-constraint-get-offset" title="clutter_bind_constraint_get_offset ()">clutter_bind_constraint_get_offset</a> <span class="c_punctuation">()</span>
|
98
|
+
</td>
|
99
|
+
</tr>
|
100
|
+
</tbody>
|
101
|
+
</table></div>
|
68
102
|
</div>
|
69
103
|
<div class="refsect1">
|
70
104
|
<a name="ClutterBindConstraint.properties"></a><h2>Properties</h2>
|
71
|
-
<
|
72
|
-
|
73
|
-
|
74
|
-
|
105
|
+
<div class="informaltable"><table border="0">
|
106
|
+
<colgroup>
|
107
|
+
<col width="150px" class="properties_type">
|
108
|
+
<col width="300px" class="properties_name">
|
109
|
+
<col width="200px" class="properties_flags">
|
110
|
+
</colgroup>
|
111
|
+
<tbody>
|
112
|
+
<tr>
|
113
|
+
<td class="property_type"><a class="link" href="ClutterBindConstraint.html#ClutterBindCoordinate" title="enum ClutterBindCoordinate"><span class="type">ClutterBindCoordinate</span></a></td>
|
114
|
+
<td class="property_name"><a class="link" href="ClutterBindConstraint.html#ClutterBindConstraint--coordinate" title="The “coordinate” property">coordinate</a></td>
|
115
|
+
<td class="property_flags">Read / Write / Construct</td>
|
116
|
+
</tr>
|
117
|
+
<tr>
|
118
|
+
<td class="property_type"><span class="type">gfloat</span></td>
|
119
|
+
<td class="property_name"><a class="link" href="ClutterBindConstraint.html#ClutterBindConstraint--offset" title="The “offset” property">offset</a></td>
|
120
|
+
<td class="property_flags">Read / Write / Construct</td>
|
121
|
+
</tr>
|
122
|
+
<tr>
|
123
|
+
<td class="property_type">
|
124
|
+
<a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *</td>
|
125
|
+
<td class="property_name"><a class="link" href="ClutterBindConstraint.html#ClutterBindConstraint--source" title="The “source” property">source</a></td>
|
126
|
+
<td class="property_flags">Read / Write / Construct</td>
|
127
|
+
</tr>
|
128
|
+
</tbody>
|
129
|
+
</table></div>
|
130
|
+
</div>
|
131
|
+
<div class="refsect1">
|
132
|
+
<a name="ClutterBindConstraint.other"></a><h2>Types and Values</h2>
|
133
|
+
<div class="informaltable"><table width="100%" border="0">
|
134
|
+
<colgroup>
|
135
|
+
<col width="150px" class="name">
|
136
|
+
<col class="description">
|
137
|
+
</colgroup>
|
138
|
+
<tbody>
|
139
|
+
<tr>
|
140
|
+
<td class="datatype_keyword"> </td>
|
141
|
+
<td class="function_name"><a class="link" href="ClutterBindConstraint.html#ClutterBindConstraint-struct" title="ClutterBindConstraint">ClutterBindConstraint</a></td>
|
142
|
+
</tr>
|
143
|
+
<tr>
|
144
|
+
<td class="datatype_keyword">enum</td>
|
145
|
+
<td class="function_name"><a class="link" href="ClutterBindConstraint.html#ClutterBindCoordinate" title="enum ClutterBindCoordinate">ClutterBindCoordinate</a></td>
|
146
|
+
</tr>
|
147
|
+
</tbody>
|
148
|
+
</table></div>
|
149
|
+
</div>
|
150
|
+
<div class="refsect1">
|
151
|
+
<a name="ClutterBindConstraint.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
152
|
+
<pre class="screen"> GObject
|
153
|
+
<span class="lineart">╰──</span> GInitiallyUnowned
|
154
|
+
<span class="lineart">╰──</span> <a class="link" href="ClutterActorMeta.html" title="ClutterActorMeta">ClutterActorMeta</a>
|
155
|
+
<span class="lineart">╰──</span> <a class="link" href="ClutterConstraint.html" title="ClutterConstraint">ClutterConstraint</a>
|
156
|
+
<span class="lineart">╰──</span> ClutterBindConstraint
|
75
157
|
</pre>
|
76
158
|
</div>
|
77
159
|
<div class="refsect1">
|
78
160
|
<a name="ClutterBindConstraint.description"></a><h2>Description</h2>
|
79
|
-
<p>
|
80
|
-
<a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a> is a <a class="link" href="ClutterConstraint.html" title="ClutterConstraint"><span class="type">ClutterConstraint</span></a> that binds the
|
161
|
+
<p><a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a> is a <a class="link" href="ClutterConstraint.html" title="ClutterConstraint"><span class="type">ClutterConstraint</span></a> that binds the
|
81
162
|
position or the size of the <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> to which it is applied
|
82
163
|
to the the position or the size of another <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>, or
|
83
|
-
"source"
|
84
|
-
|
85
|
-
<p>
|
86
|
-
An offset can be applied to the constraint, to avoid overlapping. The offset
|
164
|
+
"source".</p>
|
165
|
+
<p>An offset can be applied to the constraint, to avoid overlapping. The offset
|
87
166
|
can also be animated. For instance, the following code will set up three
|
88
|
-
actors to be bound to the same origin
|
89
|
-
</p>
|
90
|
-
<p>
|
91
|
-
</p>
|
167
|
+
actors to be bound to the same origin:</p>
|
92
168
|
<div class="informalexample">
|
93
169
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
94
170
|
<tbody>
|
@@ -117,43 +193,38 @@ actors to be bound to the same origin:
|
|
117
193
|
22
|
118
194
|
23
|
119
195
|
24</pre></td>
|
120
|
-
<td class="listing_code"><pre class="programlisting"><span class="comment"
|
196
|
+
<td class="listing_code"><pre class="programlisting"><span class="comment">// source</span>
|
121
197
|
<span class="normal">rect</span><span class="symbol">[</span><span class="number">0</span><span class="symbol">]</span><span class="normal"> </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="ClutterRectangle.html#clutter-rectangle-new-with-color">clutter_rectangle_new_with_color</a></span><span class="normal"> </span><span class="symbol">(&</span><span class="normal">red_color</span><span class="symbol">);</span>
|
122
198
|
<span class="function"><a href="ClutterActor.html#clutter-actor-set-position">clutter_actor_set_position</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rect</span><span class="symbol">[</span><span class="number">0</span><span class="symbol">],</span><span class="normal"> x_pos</span><span class="symbol">,</span><span class="normal"> y_pos</span><span class="symbol">);</span>
|
123
199
|
<span class="function"><a href="ClutterActor.html#clutter-actor-set-size">clutter_actor_set_size</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rect</span><span class="symbol">[</span><span class="number">0</span><span class="symbol">],</span><span class="normal"> </span><span class="number">100</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100</span><span class="symbol">);</span>
|
124
200
|
|
125
|
-
<span class="comment"
|
201
|
+
<span class="comment">// second rectangle</span>
|
126
202
|
<span class="normal">rect</span><span class="symbol">[</span><span class="number">1</span><span class="symbol">]</span><span class="normal"> </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="ClutterRectangle.html#clutter-rectangle-new-with-color">clutter_rectangle_new_with_color</a></span><span class="normal"> </span><span class="symbol">(&</span><span class="normal">green_color</span><span class="symbol">);</span>
|
127
203
|
<span class="function"><a href="ClutterActor.html#clutter-actor-set-size">clutter_actor_set_size</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rect</span><span class="symbol">[</span><span class="number">1</span><span class="symbol">],</span><span class="normal"> </span><span class="number">100</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100</span><span class="symbol">);</span>
|
128
204
|
<span class="function"><a href="ClutterActor.html#clutter-actor-set-opacity">clutter_actor_set_opacity</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rect</span><span class="symbol">[</span><span class="number">1</span><span class="symbol">],</span><span class="normal"> </span><span class="number">0</span><span class="symbol">);</span>
|
129
205
|
|
130
|
-
<span class="normal">constraint </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="ClutterBindConstraint.html#clutter-bind-constraint-new">clutter_bind_constraint_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rect</span><span class="symbol">[</span><span class="number">0</span><span class="symbol">],</span><span class="normal">
|
206
|
+
<span class="normal">constraint </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="ClutterBindConstraint.html#clutter-bind-constraint-new">clutter_bind_constraint_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rect</span><span class="symbol">[</span><span class="number">0</span><span class="symbol">],</span><span class="normal"> CLUTTER_BIND_X</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.0</span><span class="symbol">);</span>
|
131
207
|
<span class="function"><a href="ClutterActor.html#clutter-actor-add-constraint-with-name">clutter_actor_add_constraint_with_name</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rect</span><span class="symbol">[</span><span class="number">1</span><span class="symbol">],</span><span class="normal"> </span><span class="string">"green-x"</span><span class="symbol">,</span><span class="normal"> constraint</span><span class="symbol">);</span>
|
132
|
-
<span class="normal">constraint </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="ClutterBindConstraint.html#clutter-bind-constraint-new">clutter_bind_constraint_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rect</span><span class="symbol">[</span><span class="number">0</span><span class="symbol">],</span><span class="normal">
|
208
|
+
<span class="normal">constraint </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="ClutterBindConstraint.html#clutter-bind-constraint-new">clutter_bind_constraint_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rect</span><span class="symbol">[</span><span class="number">0</span><span class="symbol">],</span><span class="normal"> CLUTTER_BIND_Y</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.0</span><span class="symbol">);</span>
|
133
209
|
<span class="function"><a href="ClutterActor.html#clutter-actor-add-constraint-with-name">clutter_actor_add_constraint_with_name</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rect</span><span class="symbol">[</span><span class="number">1</span><span class="symbol">],</span><span class="normal"> </span><span class="string">"green-y"</span><span class="symbol">,</span><span class="normal"> constraint</span><span class="symbol">);</span>
|
134
210
|
|
135
|
-
<span class="comment"
|
211
|
+
<span class="comment">// third rectangle</span>
|
136
212
|
<span class="normal">rect</span><span class="symbol">[</span><span class="number">2</span><span class="symbol">]</span><span class="normal"> </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="ClutterRectangle.html#clutter-rectangle-new-with-color">clutter_rectangle_new_with_color</a></span><span class="normal"> </span><span class="symbol">(&</span><span class="normal">blue_color</span><span class="symbol">);</span>
|
137
213
|
<span class="function"><a href="ClutterActor.html#clutter-actor-set-size">clutter_actor_set_size</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rect</span><span class="symbol">[</span><span class="number">2</span><span class="symbol">],</span><span class="normal"> </span><span class="number">100</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100</span><span class="symbol">);</span>
|
138
214
|
<span class="function"><a href="ClutterActor.html#clutter-actor-set-opacity">clutter_actor_set_opacity</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rect</span><span class="symbol">[</span><span class="number">2</span><span class="symbol">],</span><span class="normal"> </span><span class="number">0</span><span class="symbol">);</span>
|
139
215
|
|
140
|
-
<span class="normal">constraint </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="ClutterBindConstraint.html#clutter-bind-constraint-new">clutter_bind_constraint_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rect</span><span class="symbol">[</span><span class="number">0</span><span class="symbol">],</span><span class="normal">
|
216
|
+
<span class="normal">constraint </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="ClutterBindConstraint.html#clutter-bind-constraint-new">clutter_bind_constraint_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rect</span><span class="symbol">[</span><span class="number">0</span><span class="symbol">],</span><span class="normal"> CLUTTER_BIND_X</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.0</span><span class="symbol">);</span>
|
141
217
|
<span class="function"><a href="ClutterActor.html#clutter-actor-add-constraint-with-name">clutter_actor_add_constraint_with_name</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rect</span><span class="symbol">[</span><span class="number">2</span><span class="symbol">],</span><span class="normal"> </span><span class="string">"blue-x"</span><span class="symbol">,</span><span class="normal"> constraint</span><span class="symbol">);</span>
|
142
|
-
<span class="normal">constraint </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="ClutterBindConstraint.html#clutter-bind-constraint-new">clutter_bind_constraint_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rect</span><span class="symbol">[</span><span class="number">0</span><span class="symbol">],</span><span class="normal">
|
218
|
+
<span class="normal">constraint </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="ClutterBindConstraint.html#clutter-bind-constraint-new">clutter_bind_constraint_new</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rect</span><span class="symbol">[</span><span class="number">0</span><span class="symbol">],</span><span class="normal"> CLUTTER_BIND_Y</span><span class="symbol">,</span><span class="normal"> </span><span class="number">0.0</span><span class="symbol">);</span>
|
143
219
|
<span class="function"><a href="ClutterActor.html#clutter-actor-add-constraint-with-name">clutter_actor_add_constraint_with_name</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rect</span><span class="symbol">[</span><span class="number">2</span><span class="symbol">],</span><span class="normal"> </span><span class="string">"blue-y"</span><span class="symbol">,</span><span class="normal"> constraint</span><span class="symbol">);</span></pre></td>
|
144
220
|
</tr>
|
145
221
|
</tbody>
|
146
222
|
</table>
|
147
223
|
</div>
|
148
224
|
|
149
|
-
<p>
|
150
|
-
|
151
|
-
|
152
|
-
The following code animates the second and third rectangles to "expand"
|
153
|
-
them horizontally from underneath the first rectangle:
|
154
|
-
</p>
|
155
|
-
<p>
|
156
|
-
</p>
|
225
|
+
<p></p>
|
226
|
+
<p>The following code animates the second and third rectangles to "expand"
|
227
|
+
them horizontally from underneath the first rectangle:</p>
|
157
228
|
<div class="informalexample">
|
158
229
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
159
230
|
<tbody>
|
@@ -166,11 +237,11 @@ them horizontally from underneath the first rectangle:
|
|
166
237
|
6
|
167
238
|
7
|
168
239
|
8</pre></td>
|
169
|
-
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rect</span><span class="symbol">[</span><span class="number">1</span><span class="symbol">],</span><span class="normal">
|
240
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rect</span><span class="symbol">[</span><span class="number">1</span><span class="symbol">],</span><span class="normal"> CLUTTER_EASE_OUT_CUBIC</span><span class="symbol">,</span><span class="normal"> </span><span class="number">250</span><span class="symbol">,</span>
|
170
241
|
<span class="normal"> </span><span class="string">"@constraints.green-x.offset"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">100.0</span><span class="symbol">,</span>
|
171
242
|
<span class="normal"> </span><span class="string">"opacity"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">255</span><span class="symbol">,</span>
|
172
243
|
<span class="normal"> NULL</span><span class="symbol">);</span>
|
173
|
-
<span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rect</span><span class="symbol">[</span><span class="number">2</span><span class="symbol">],</span><span class="normal">
|
244
|
+
<span class="function"><a href="clutter-Implicit-Animations.html#clutter-actor-animate">clutter_actor_animate</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">rect</span><span class="symbol">[</span><span class="number">2</span><span class="symbol">],</span><span class="normal"> CLUTTER_EASE_OUT_CUBIC</span><span class="symbol">,</span><span class="normal"> </span><span class="number">250</span><span class="symbol">,</span>
|
174
245
|
<span class="normal"> </span><span class="string">"@constraints.blue-x.offset"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">200.0</span><span class="symbol">,</span>
|
175
246
|
<span class="normal"> </span><span class="string">"opacity"</span><span class="symbol">,</span><span class="normal"> </span><span class="number">255</span><span class="symbol">,</span>
|
176
247
|
<span class="normal"> NULL</span><span class="symbol">);</span></pre></td>
|
@@ -179,599 +250,349 @@ them horizontally from underneath the first rectangle:
|
|
179
250
|
</table>
|
180
251
|
</div>
|
181
252
|
|
182
|
-
<p>
|
183
|
-
</p>
|
184
|
-
<p>
|
185
|
-
</p>
|
186
|
-
<div class="example">
|
187
|
-
<a name="bind-constraint-example"></a><p class="title"><b>Example 7. Animating the offset property of ClutterBindConstraint</b></p>
|
188
|
-
<div class="example-contents">
|
189
|
-
<pre class="programlisting">
|
190
|
-
#include <stdlib.h>
|
191
|
-
#include <clutter/clutter.h>
|
192
|
-
|
193
|
-
#define RECT_SIZE 128
|
194
|
-
|
195
|
-
#define H_PADDING 32
|
196
|
-
#define V_PADDING 32
|
197
|
-
|
198
|
-
enum
|
199
|
-
{
|
200
|
-
NorthWest, North, NorthEast,
|
201
|
-
West, Center, East,
|
202
|
-
SouthWest, South, SouthEast,
|
203
|
-
|
204
|
-
N_RECTS
|
205
|
-
};
|
206
|
-
|
207
|
-
static ClutterActor *rects[N_RECTS] = { NULL, };
|
208
|
-
static const gchar *colors[N_RECTS] = {
|
209
|
-
"#8ae234", "#73d216", "#4e9a06",
|
210
|
-
"#729fcf", "#3465a4", "#204a87",
|
211
|
-
"#ef2929", "#cc0000", "#a40000"
|
212
|
-
};
|
213
|
-
static const gchar *names[N_RECTS] = {
|
214
|
-
"North West", "North", "North East",
|
215
|
-
"West", "Center", "East",
|
216
|
-
"South West", "South", "South East"
|
217
|
-
};
|
218
|
-
|
219
|
-
static const gchar *desaturare_glsl_shader =
|
220
|
-
"uniform sampler2D tex;\n"
|
221
|
-
"uniform float factor;\n"
|
222
|
-
"\n"
|
223
|
-
"vec3 desaturate (const vec3 color, const float desaturation)\n"
|
224
|
-
"{\n"
|
225
|
-
" const vec3 gray_conv = vec3 (0.299, 0.587, 0.114);\n"
|
226
|
-
" vec3 gray = vec3 (dot (gray_conv, color));\n"
|
227
|
-
" return vec3 (mix (color.rgb, gray, desaturation));\n"
|
228
|
-
"}\n"
|
229
|
-
"\n"
|
230
|
-
"void main ()\n"
|
231
|
-
"{\n"
|
232
|
-
" vec4 color = cogl_color_in * texture2D (tex, vec2 (cogl_tex_coord_in[0].xy));\n"
|
233
|
-
" color.rgb = desaturate (color.rgb, factor);\n"
|
234
|
-
" cogl_color_out = color;\n"
|
235
|
-
"}\n";
|
236
|
-
|
237
|
-
static gboolean is_expanded = FALSE;
|
238
|
-
|
239
|
-
static gboolean
|
240
|
-
on_button_release (ClutterActor *actor,
|
241
|
-
ClutterEvent *event,
|
242
|
-
gpointer data G_GNUC_UNUSED)
|
243
|
-
{
|
244
|
-
if (!is_expanded)
|
245
|
-
{
|
246
|
-
gfloat north_offset, south_offset;
|
247
|
-
gfloat west_offset, east_offset;
|
248
|
-
|
249
|
-
/* expand the 8 rectangles by animating the offset of the
|
250
|
-
* bind constraints
|
251
|
-
*/
|
252
|
-
|
253
|
-
north_offset = (clutter_actor_get_height (rects[Center]) + V_PADDING)
|
254
|
-
* -1.0f;
|
255
|
-
south_offset = (clutter_actor_get_height (rects[Center]) + V_PADDING);
|
256
|
-
|
257
|
-
west_offset = (clutter_actor_get_width (rects[Center]) + H_PADDING)
|
258
|
-
* -1.0f;
|
259
|
-
east_offset = (clutter_actor_get_width (rects[Center]) + H_PADDING);
|
260
|
-
|
261
|
-
clutter_actor_animate (rects[NorthWest], CLUTTER_EASE_OUT_EXPO, 500,
|
262
|
-
"opacity", 255,
|
263
|
-
"@constraints.x-bind.offset", west_offset,
|
264
|
-
"@constraints.y-bind.offset", north_offset,
|
265
|
-
"reactive", TRUE,
|
266
|
-
NULL);
|
267
|
-
clutter_actor_animate (rects[North], CLUTTER_EASE_OUT_EXPO, 500,
|
268
|
-
"opacity", 255,
|
269
|
-
"@constraints.y-bind.offset", north_offset,
|
270
|
-
"reactive", TRUE,
|
271
|
-
NULL);
|
272
|
-
clutter_actor_animate (rects[NorthEast], CLUTTER_EASE_OUT_EXPO, 500,
|
273
|
-
"opacity", 255,
|
274
|
-
"@constraints.x-bind.offset", east_offset,
|
275
|
-
"@constraints.y-bind.offset", north_offset,
|
276
|
-
"reactive", TRUE,
|
277
|
-
NULL);
|
278
|
-
|
279
|
-
clutter_actor_animate (rects[West], CLUTTER_EASE_OUT_EXPO, 500,
|
280
|
-
"opacity", 255,
|
281
|
-
"@constraints.x-bind.offset", west_offset,
|
282
|
-
"reactive", TRUE,
|
283
|
-
NULL);
|
284
|
-
/* turn on the desaturation effect and set the center
|
285
|
-
* rectangle not reactive
|
286
|
-
*/
|
287
|
-
clutter_actor_animate (rects[Center], CLUTTER_LINEAR, 500,
|
288
|
-
"@effects.desaturate.enabled", TRUE,
|
289
|
-
"reactive", FALSE,
|
290
|
-
NULL);
|
291
|
-
clutter_actor_animate (rects[East], CLUTTER_EASE_OUT_EXPO, 500,
|
292
|
-
"opacity", 255,
|
293
|
-
"@constraints.x-bind.offset", east_offset,
|
294
|
-
"reactive", TRUE,
|
295
|
-
NULL);
|
296
|
-
|
297
|
-
clutter_actor_animate (rects[SouthWest], CLUTTER_EASE_OUT_EXPO, 500,
|
298
|
-
"opacity", 255,
|
299
|
-
"@constraints.x-bind.offset", west_offset,
|
300
|
-
"@constraints.y-bind.offset", south_offset,
|
301
|
-
"reactive", TRUE,
|
302
|
-
NULL);
|
303
|
-
clutter_actor_animate (rects[South], CLUTTER_EASE_OUT_EXPO, 500,
|
304
|
-
"opacity", 255,
|
305
|
-
"@constraints.y-bind.offset", south_offset,
|
306
|
-
"reactive", TRUE,
|
307
|
-
NULL);
|
308
|
-
clutter_actor_animate (rects[SouthEast], CLUTTER_EASE_OUT_EXPO, 500,
|
309
|
-
"opacity", 255,
|
310
|
-
"@constraints.x-bind.offset", east_offset,
|
311
|
-
"@constraints.y-bind.offset", south_offset,
|
312
|
-
"reactive", TRUE,
|
313
|
-
NULL);
|
314
|
-
}
|
315
|
-
else
|
316
|
-
{
|
317
|
-
gint i;
|
318
|
-
|
319
|
-
clutter_actor_animate (rects[Center], CLUTTER_LINEAR, 500,
|
320
|
-
"@effects.desaturate.enabled", FALSE,
|
321
|
-
"reactive", TRUE,
|
322
|
-
NULL);
|
323
|
-
|
324
|
-
for (i = NorthWest; i < N_RECTS; i++)
|
325
|
-
{
|
326
|
-
if (i == Center)
|
327
|
-
continue;
|
328
|
-
|
329
|
-
/* put the 8 rectangles back into their initial state */
|
330
|
-
clutter_actor_animate (rects[i], CLUTTER_EASE_OUT_EXPO, 500,
|
331
|
-
"opacity", 0,
|
332
|
-
"@constraints.x-bind.offset", 0.0f,
|
333
|
-
"@constraints.y-bind.offset", 0.0f,
|
334
|
-
"reactive", FALSE,
|
335
|
-
NULL);
|
336
|
-
}
|
337
|
-
}
|
338
|
-
|
339
|
-
is_expanded = !is_expanded;
|
340
|
-
|
341
|
-
g_print ("Selected: [%s]\n", clutter_actor_get_name (actor));
|
342
|
-
|
343
|
-
return TRUE;
|
344
|
-
}
|
345
|
-
|
346
|
-
G_MODULE_EXPORT const char *
|
347
|
-
test_bind_constraint_describe (void)
|
348
|
-
{
|
349
|
-
return "Demonstrate the usage of ClutterBindConstraint";
|
350
|
-
}
|
351
|
-
|
352
|
-
G_MODULE_EXPORT int
|
353
|
-
test_bind_constraint_main (int argc, char *argv[])
|
354
|
-
{
|
355
|
-
ClutterActor *stage, *rect;
|
356
|
-
ClutterConstraint *constraint;
|
357
|
-
ClutterEffect *effect;
|
358
|
-
ClutterColor rect_color;
|
359
|
-
gint i;
|
360
|
-
|
361
|
-
if (clutter_init (&argc, &argv) != CLUTTER_INIT_SUCCESS)
|
362
|
-
return 1;
|
363
|
-
|
364
|
-
stage = clutter_stage_new ();
|
365
|
-
g_signal_connect (stage, "destroy", G_CALLBACK (clutter_main_quit), NULL);
|
366
|
-
clutter_stage_set_title (CLUTTER_STAGE (stage), "Constraints");
|
367
|
-
clutter_stage_set_user_resizable (CLUTTER_STAGE (stage), TRUE);
|
368
|
-
clutter_actor_set_size (stage, 800, 600);
|
369
|
-
|
370
|
-
/* main rectangle */
|
371
|
-
clutter_color_from_string (&rect_color, "#3465a4");
|
372
|
-
rect = clutter_actor_new ();
|
373
|
-
g_signal_connect (rect, "button-release-event",
|
374
|
-
G_CALLBACK (on_button_release),
|
375
|
-
NULL);
|
376
|
-
clutter_actor_set_background_color (rect, &rect_color);
|
377
|
-
clutter_actor_set_size (rect, RECT_SIZE, RECT_SIZE);
|
378
|
-
clutter_actor_set_reactive (rect, TRUE);
|
379
|
-
clutter_actor_set_name (rect, names[Center]);
|
380
|
-
clutter_actor_add_child (stage, rect);
|
381
|
-
|
382
|
-
/* align the center rectangle to the center of the stage */
|
383
|
-
constraint = clutter_align_constraint_new (stage, CLUTTER_ALIGN_BOTH, 0.5);
|
384
|
-
clutter_actor_add_constraint_with_name (rect, "align", constraint);
|
385
|
-
|
386
|
-
/* this is the equivalent of the DesaturateEffect; we cannot animate
|
387
|
-
* the factor because the animation API only understands GObject
|
388
|
-
* properties; so we use the ActorMeta:enabled property to toggle
|
389
|
-
* the shader
|
390
|
-
*/
|
391
|
-
effect = clutter_shader_effect_new (CLUTTER_FRAGMENT_SHADER);
|
392
|
-
clutter_shader_effect_set_shader_source (CLUTTER_SHADER_EFFECT (effect),
|
393
|
-
desaturare_glsl_shader);
|
394
|
-
clutter_shader_effect_set_uniform (CLUTTER_SHADER_EFFECT (effect),
|
395
|
-
"tex", G_TYPE_INT, 1, 0);
|
396
|
-
clutter_shader_effect_set_uniform (CLUTTER_SHADER_EFFECT (effect),
|
397
|
-
"factor", G_TYPE_FLOAT, 1, 0.66);
|
398
|
-
clutter_actor_meta_set_enabled (CLUTTER_ACTOR_META (effect), FALSE);
|
399
|
-
clutter_actor_add_effect_with_name (rect, "desaturate", effect);
|
400
|
-
|
401
|
-
rects[Center] = rect;
|
402
|
-
|
403
|
-
/* build the other rectangles, and bind their position and size
|
404
|
-
* to the center rectangle. we are going to animate the offset
|
405
|
-
* of the BindConstraints
|
406
|
-
*/
|
407
|
-
for (i = 0; i < N_RECTS; i++)
|
408
|
-
{
|
409
|
-
if (i == Center)
|
410
|
-
continue;
|
411
|
-
|
412
|
-
clutter_color_from_string (&rect_color, colors[i]);
|
413
|
-
|
414
|
-
rect = clutter_actor_new ();
|
415
|
-
clutter_actor_set_background_color (rect, &rect_color);
|
416
|
-
clutter_actor_set_opacity (rect, 0);
|
417
|
-
clutter_actor_set_name (rect, names[i]);
|
418
|
-
clutter_actor_add_child (stage, rect);
|
419
|
-
|
420
|
-
constraint = clutter_bind_constraint_new (rects[Center], CLUTTER_BIND_X, 0.0);
|
421
|
-
clutter_actor_add_constraint_with_name (rect, "x-bind", constraint);
|
422
|
-
|
423
|
-
constraint = clutter_bind_constraint_new (rects[Center], CLUTTER_BIND_Y, 0.0);
|
424
|
-
clutter_actor_add_constraint_with_name (rect, "y-bind", constraint);
|
425
|
-
|
426
|
-
constraint = clutter_bind_constraint_new (rects[Center], CLUTTER_BIND_SIZE, 0.0);
|
427
|
-
clutter_actor_add_constraint_with_name (rect, "size-bind", constraint);
|
428
|
-
|
429
|
-
g_signal_connect (rect, "button-release-event",
|
430
|
-
G_CALLBACK (on_button_release),
|
431
|
-
NULL);
|
432
|
-
|
433
|
-
rects[i] = rect;
|
434
|
-
}
|
435
|
-
|
436
|
-
clutter_actor_show (stage);
|
437
|
-
|
438
|
-
clutter_main ();
|
439
|
-
|
440
|
-
return EXIT_SUCCESS;
|
441
|
-
}
|
442
|
-
|
443
|
-
</pre>
|
444
|
-
<p>The example above creates eight rectangles and binds them to a
|
445
|
-
rectangle positioned in the center of the stage; when the user presses
|
446
|
-
the center rectangle, the <a class="link" href="ClutterBindConstraint.html#ClutterBindConstraint--offset" title='The "offset" property'><span class="type">"offset"</span></a> property is
|
447
|
-
animated through the <a class="link" href="clutter-Implicit-Animations.html#clutter-actor-animate" title="clutter_actor_animate ()"><code class="function">clutter_actor_animate()</code></a> function to lay out the
|
448
|
-
eight rectangles around the center one. Pressing one of the outer
|
449
|
-
rectangles will animate the offset back to 0.</p>
|
450
|
-
</div>
|
451
|
-
</div>
|
452
|
-
<p><br class="example-break">
|
453
|
-
</p>
|
454
|
-
<p>
|
455
|
-
<a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a> is available since Clutter 1.4
|
456
|
-
</p>
|
253
|
+
<p></p>
|
254
|
+
<p><a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a> is available since Clutter 1.4</p>
|
457
255
|
</div>
|
458
256
|
<div class="refsect1">
|
459
|
-
<a name="ClutterBindConstraint.
|
257
|
+
<a name="ClutterBindConstraint.functions_details"></a><h2>Functions</h2>
|
460
258
|
<div class="refsect2">
|
461
|
-
<a name="
|
462
|
-
<pre class="programlisting"
|
463
|
-
<
|
464
|
-
<span class="
|
465
|
-
|
259
|
+
<a name="clutter-bind-constraint-new"></a><h3>clutter_bind_constraint_new ()</h3>
|
260
|
+
<pre class="programlisting"><a class="link" href="ClutterConstraint.html" title="ClutterConstraint"><span class="returnvalue">ClutterConstraint</span></a> *
|
261
|
+
clutter_bind_constraint_new (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *source</code></em>,
|
262
|
+
<em class="parameter"><code><a class="link" href="ClutterBindConstraint.html#ClutterBindCoordinate" title="enum ClutterBindCoordinate"><span class="type">ClutterBindCoordinate</span></a> coordinate</code></em>,
|
263
|
+
<em class="parameter"><code><span class="type">gfloat</span> offset</code></em>);</pre>
|
264
|
+
<p>Creates a new constraint, binding a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>'s position to
|
265
|
+
the given <em class="parameter"><code>coordinate</code></em>
|
266
|
+
of the position of <em class="parameter"><code>source</code></em>
|
466
267
|
</p>
|
467
|
-
<
|
468
|
-
</
|
469
|
-
<
|
470
|
-
<div class="refsect2">
|
471
|
-
<a name="ClutterBindCoordinate"></a><h3>enum ClutterBindCoordinate</h3>
|
472
|
-
<pre class="programlisting">typedef enum {
|
473
|
-
/*< prefix=CLUTTER_BIND >*/
|
474
|
-
CLUTTER_BIND_X,
|
475
|
-
CLUTTER_BIND_Y,
|
476
|
-
CLUTTER_BIND_WIDTH,
|
477
|
-
CLUTTER_BIND_HEIGHT,
|
478
|
-
CLUTTER_BIND_POSITION,
|
479
|
-
CLUTTER_BIND_SIZE,
|
480
|
-
CLUTTER_BIND_ALL
|
481
|
-
} ClutterBindCoordinate;
|
482
|
-
</pre>
|
483
|
-
<p>
|
484
|
-
Specifies which property should be used in a binding
|
485
|
-
</p>
|
486
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
268
|
+
<div class="refsect3">
|
269
|
+
<a name="id-1.5.6.3.8.2.5"></a><h4>Parameters</h4>
|
270
|
+
<div class="informaltable"><table width="100%" border="0">
|
487
271
|
<colgroup>
|
488
|
-
<col
|
489
|
-
<col>
|
272
|
+
<col width="150px" class="parameters_name">
|
273
|
+
<col class="parameters_description">
|
274
|
+
<col width="200px" class="parameters_annotations">
|
490
275
|
</colgroup>
|
491
276
|
<tbody>
|
492
277
|
<tr>
|
493
|
-
<td
|
494
|
-
<td>
|
495
|
-
</td>
|
496
|
-
</
|
497
|
-
<tr>
|
498
|
-
<td><p><a name="CLUTTER-BIND-Y:CAPS"></a><span class="term"><code class="literal">CLUTTER_BIND_Y</code></span></p></td>
|
499
|
-
<td>Bind the Y coordinate
|
500
|
-
</td>
|
501
|
-
</tr>
|
502
|
-
<tr>
|
503
|
-
<td><p><a name="CLUTTER-BIND-WIDTH:CAPS"></a><span class="term"><code class="literal">CLUTTER_BIND_WIDTH</code></span></p></td>
|
504
|
-
<td>Bind the width
|
505
|
-
</td>
|
506
|
-
</tr>
|
507
|
-
<tr>
|
508
|
-
<td><p><a name="CLUTTER-BIND-HEIGHT:CAPS"></a><span class="term"><code class="literal">CLUTTER_BIND_HEIGHT</code></span></p></td>
|
509
|
-
<td>Bind the height
|
510
|
-
</td>
|
511
|
-
</tr>
|
512
|
-
<tr>
|
513
|
-
<td><p><a name="CLUTTER-BIND-POSITION:CAPS"></a><span class="term"><code class="literal">CLUTTER_BIND_POSITION</code></span></p></td>
|
514
|
-
<td>Equivalent to to <a class="link" href="ClutterBindConstraint.html#CLUTTER-BIND-X:CAPS"><code class="literal">CLUTTER_BIND_X</code></a> and
|
515
|
-
<a class="link" href="ClutterBindConstraint.html#CLUTTER-BIND-Y:CAPS"><code class="literal">CLUTTER_BIND_Y</code></a> (added in Clutter 1.6)
|
516
|
-
</td>
|
278
|
+
<td class="parameter_name"><p>source</p></td>
|
279
|
+
<td class="parameter_description"><p> the <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> to use as the source of
|
280
|
+
the binding, or <code class="literal">NULL</code>. </p></td>
|
281
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
517
282
|
</tr>
|
518
283
|
<tr>
|
519
|
-
<td
|
520
|
-
<td
|
521
|
-
|
522
|
-
</td>
|
284
|
+
<td class="parameter_name"><p>coordinate</p></td>
|
285
|
+
<td class="parameter_description"><p>the coordinate to bind</p></td>
|
286
|
+
<td class="parameter_annotations"> </td>
|
523
287
|
</tr>
|
524
288
|
<tr>
|
525
|
-
<td
|
526
|
-
<td
|
527
|
-
|
528
|
-
</td>
|
289
|
+
<td class="parameter_name"><p>offset</p></td>
|
290
|
+
<td class="parameter_description"><p>the offset to apply to the binding, in pixels</p></td>
|
291
|
+
<td class="parameter_annotations"> </td>
|
529
292
|
</tr>
|
530
293
|
</tbody>
|
531
294
|
</table></div>
|
295
|
+
</div>
|
296
|
+
<div class="refsect3">
|
297
|
+
<a name="id-1.5.6.3.8.2.6"></a><h4>Returns</h4>
|
298
|
+
<p> the newly created <a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a></p>
|
299
|
+
<p></p>
|
300
|
+
</div>
|
532
301
|
<p class="since">Since 1.4</p>
|
533
302
|
</div>
|
534
303
|
<hr>
|
535
304
|
<div class="refsect2">
|
536
|
-
<a name="clutter-bind-constraint-
|
537
|
-
<pre class="programlisting"><
|
538
|
-
|
539
|
-
|
540
|
-
<p>
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
305
|
+
<a name="clutter-bind-constraint-set-source"></a><h3>clutter_bind_constraint_set_source ()</h3>
|
306
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
307
|
+
clutter_bind_constraint_set_source (<em class="parameter"><code><a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a> *constraint</code></em>,
|
308
|
+
<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *source</code></em>);</pre>
|
309
|
+
<p>Sets the source <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> for the constraint</p>
|
310
|
+
<div class="refsect3">
|
311
|
+
<a name="id-1.5.6.3.8.3.5"></a><h4>Parameters</h4>
|
312
|
+
<div class="informaltable"><table width="100%" border="0">
|
545
313
|
<colgroup>
|
546
|
-
<col
|
547
|
-
<col>
|
314
|
+
<col width="150px" class="parameters_name">
|
315
|
+
<col class="parameters_description">
|
316
|
+
<col width="200px" class="parameters_annotations">
|
548
317
|
</colgroup>
|
549
318
|
<tbody>
|
550
319
|
<tr>
|
551
|
-
<td
|
552
|
-
<td>
|
553
|
-
|
554
|
-
</td>
|
555
|
-
</tr>
|
556
|
-
<tr>
|
557
|
-
<td><p><span class="term"><em class="parameter"><code>coordinate</code></em> :</span></p></td>
|
558
|
-
<td>the coordinate to bind</td>
|
320
|
+
<td class="parameter_name"><p>constraint</p></td>
|
321
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a></p></td>
|
322
|
+
<td class="parameter_annotations"> </td>
|
559
323
|
</tr>
|
560
324
|
<tr>
|
561
|
-
<td
|
562
|
-
<td>
|
563
|
-
</
|
564
|
-
<tr>
|
565
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
566
|
-
<td>the newly created <a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a>
|
567
|
-
</td>
|
325
|
+
<td class="parameter_name"><p>source</p></td>
|
326
|
+
<td class="parameter_description"><p> a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>, or <code class="literal">NULL</code> to unset the source. </p></td>
|
327
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
568
328
|
</tr>
|
569
329
|
</tbody>
|
570
330
|
</table></div>
|
331
|
+
</div>
|
571
332
|
<p class="since">Since 1.4</p>
|
572
333
|
</div>
|
573
334
|
<hr>
|
574
335
|
<div class="refsect2">
|
575
|
-
<a name="clutter-bind-constraint-
|
576
|
-
<pre class="programlisting"><
|
577
|
-
|
578
|
-
<p>
|
579
|
-
|
580
|
-
</
|
581
|
-
<div class="
|
336
|
+
<a name="clutter-bind-constraint-get-source"></a><h3>clutter_bind_constraint_get_source ()</h3>
|
337
|
+
<pre class="programlisting"><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="returnvalue">ClutterActor</span></a> *
|
338
|
+
clutter_bind_constraint_get_source (<em class="parameter"><code><a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a> *constraint</code></em>);</pre>
|
339
|
+
<p>Retrieves the <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> set using <a class="link" href="ClutterBindConstraint.html#clutter-bind-constraint-set-source" title="clutter_bind_constraint_set_source ()"><code class="function">clutter_bind_constraint_set_source()</code></a></p>
|
340
|
+
<div class="refsect3">
|
341
|
+
<a name="id-1.5.6.3.8.4.5"></a><h4>Parameters</h4>
|
342
|
+
<div class="informaltable"><table width="100%" border="0">
|
582
343
|
<colgroup>
|
583
|
-
<col
|
584
|
-
<col>
|
344
|
+
<col width="150px" class="parameters_name">
|
345
|
+
<col class="parameters_description">
|
346
|
+
<col width="200px" class="parameters_annotations">
|
585
347
|
</colgroup>
|
586
|
-
<tbody>
|
587
|
-
<
|
588
|
-
<td><p
|
589
|
-
<td
|
590
|
-
</
|
591
|
-
</tr>
|
592
|
-
<tr>
|
593
|
-
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
|
594
|
-
<td>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>, or <code class="literal">NULL</code> to unset the source. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
595
|
-
</td>
|
596
|
-
</tr>
|
597
|
-
</tbody>
|
348
|
+
<tbody><tr>
|
349
|
+
<td class="parameter_name"><p>constraint</p></td>
|
350
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a></p></td>
|
351
|
+
<td class="parameter_annotations"> </td>
|
352
|
+
</tr></tbody>
|
598
353
|
</table></div>
|
354
|
+
</div>
|
355
|
+
<div class="refsect3">
|
356
|
+
<a name="id-1.5.6.3.8.4.6"></a><h4>Returns</h4>
|
357
|
+
<p> a pointer to the source actor. </p>
|
358
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
359
|
+
</div>
|
599
360
|
<p class="since">Since 1.4</p>
|
600
361
|
</div>
|
601
362
|
<hr>
|
602
363
|
<div class="refsect2">
|
603
|
-
<a name="clutter-bind-constraint-
|
604
|
-
<pre class="programlisting"><
|
605
|
-
|
606
|
-
|
607
|
-
</
|
608
|
-
<
|
364
|
+
<a name="clutter-bind-constraint-set-coordinate"></a><h3>clutter_bind_constraint_set_coordinate ()</h3>
|
365
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
366
|
+
clutter_bind_constraint_set_coordinate
|
367
|
+
(<em class="parameter"><code><a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a> *constraint</code></em>,
|
368
|
+
<em class="parameter"><code><a class="link" href="ClutterBindConstraint.html#ClutterBindCoordinate" title="enum ClutterBindCoordinate"><span class="type">ClutterBindCoordinate</span></a> coordinate</code></em>);</pre>
|
369
|
+
<p>Sets the coordinate to bind in the constraint</p>
|
370
|
+
<div class="refsect3">
|
371
|
+
<a name="id-1.5.6.3.8.5.5"></a><h4>Parameters</h4>
|
372
|
+
<div class="informaltable"><table width="100%" border="0">
|
609
373
|
<colgroup>
|
610
|
-
<col
|
611
|
-
<col>
|
374
|
+
<col width="150px" class="parameters_name">
|
375
|
+
<col class="parameters_description">
|
376
|
+
<col width="200px" class="parameters_annotations">
|
612
377
|
</colgroup>
|
613
378
|
<tbody>
|
614
379
|
<tr>
|
615
|
-
<td
|
616
|
-
<td>a <a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a>
|
617
|
-
</td>
|
380
|
+
<td class="parameter_name"><p>constraint</p></td>
|
381
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a></p></td>
|
382
|
+
<td class="parameter_annotations"> </td>
|
618
383
|
</tr>
|
619
384
|
<tr>
|
620
|
-
<td
|
621
|
-
<td
|
622
|
-
</td>
|
385
|
+
<td class="parameter_name"><p>coordinate</p></td>
|
386
|
+
<td class="parameter_description"><p>the coordinate to bind</p></td>
|
387
|
+
<td class="parameter_annotations"> </td>
|
623
388
|
</tr>
|
624
389
|
</tbody>
|
625
390
|
</table></div>
|
391
|
+
</div>
|
626
392
|
<p class="since">Since 1.4</p>
|
627
393
|
</div>
|
628
394
|
<hr>
|
629
395
|
<div class="refsect2">
|
630
|
-
<a name="clutter-bind-constraint-
|
631
|
-
<pre class="programlisting"><span class="returnvalue">
|
632
|
-
|
633
|
-
|
634
|
-
<p>
|
635
|
-
|
636
|
-
</
|
637
|
-
<div class="
|
396
|
+
<a name="clutter-bind-constraint-get-coordinate"></a><h3>clutter_bind_constraint_get_coordinate ()</h3>
|
397
|
+
<pre class="programlisting"><a class="link" href="ClutterBindConstraint.html#ClutterBindCoordinate" title="enum ClutterBindCoordinate"><span class="returnvalue">ClutterBindCoordinate</span></a>
|
398
|
+
clutter_bind_constraint_get_coordinate
|
399
|
+
(<em class="parameter"><code><a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a> *constraint</code></em>);</pre>
|
400
|
+
<p>Retrieves the bound coordinate of the constraint</p>
|
401
|
+
<div class="refsect3">
|
402
|
+
<a name="id-1.5.6.3.8.6.5"></a><h4>Parameters</h4>
|
403
|
+
<div class="informaltable"><table width="100%" border="0">
|
638
404
|
<colgroup>
|
639
|
-
<col
|
640
|
-
<col>
|
405
|
+
<col width="150px" class="parameters_name">
|
406
|
+
<col class="parameters_description">
|
407
|
+
<col width="200px" class="parameters_annotations">
|
641
408
|
</colgroup>
|
642
|
-
<tbody>
|
643
|
-
<
|
644
|
-
<td><p
|
645
|
-
<td
|
646
|
-
</
|
647
|
-
</tr>
|
648
|
-
<tr>
|
649
|
-
<td><p><span class="term"><em class="parameter"><code>coordinate</code></em> :</span></p></td>
|
650
|
-
<td>the coordinate to bind</td>
|
651
|
-
</tr>
|
652
|
-
</tbody>
|
409
|
+
<tbody><tr>
|
410
|
+
<td class="parameter_name"><p>constraint</p></td>
|
411
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a></p></td>
|
412
|
+
<td class="parameter_annotations"> </td>
|
413
|
+
</tr></tbody>
|
653
414
|
</table></div>
|
415
|
+
</div>
|
416
|
+
<div class="refsect3">
|
417
|
+
<a name="id-1.5.6.3.8.6.6"></a><h4>Returns</h4>
|
418
|
+
<p> the bound coordinate</p>
|
419
|
+
<p></p>
|
420
|
+
</div>
|
654
421
|
<p class="since">Since 1.4</p>
|
655
422
|
</div>
|
656
423
|
<hr>
|
657
424
|
<div class="refsect2">
|
658
|
-
<a name="clutter-bind-constraint-
|
659
|
-
<pre class="programlisting"><
|
660
|
-
|
661
|
-
<
|
662
|
-
|
663
|
-
|
664
|
-
<
|
425
|
+
<a name="clutter-bind-constraint-set-offset"></a><h3>clutter_bind_constraint_set_offset ()</h3>
|
426
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
427
|
+
clutter_bind_constraint_set_offset (<em class="parameter"><code><a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a> *constraint</code></em>,
|
428
|
+
<em class="parameter"><code><span class="type">gfloat</span> offset</code></em>);</pre>
|
429
|
+
<p>Sets the offset to be applied to the constraint</p>
|
430
|
+
<div class="refsect3">
|
431
|
+
<a name="id-1.5.6.3.8.7.5"></a><h4>Parameters</h4>
|
432
|
+
<div class="informaltable"><table width="100%" border="0">
|
665
433
|
<colgroup>
|
666
|
-
<col
|
667
|
-
<col>
|
434
|
+
<col width="150px" class="parameters_name">
|
435
|
+
<col class="parameters_description">
|
436
|
+
<col width="200px" class="parameters_annotations">
|
668
437
|
</colgroup>
|
669
438
|
<tbody>
|
670
439
|
<tr>
|
671
|
-
<td
|
672
|
-
<td>a <a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a>
|
673
|
-
</td>
|
440
|
+
<td class="parameter_name"><p>constraint</p></td>
|
441
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a></p></td>
|
442
|
+
<td class="parameter_annotations"> </td>
|
674
443
|
</tr>
|
675
444
|
<tr>
|
676
|
-
<td
|
677
|
-
<td>the
|
445
|
+
<td class="parameter_name"><p>offset</p></td>
|
446
|
+
<td class="parameter_description"><p>the offset to apply, in pixels</p></td>
|
447
|
+
<td class="parameter_annotations"> </td>
|
678
448
|
</tr>
|
679
449
|
</tbody>
|
680
450
|
</table></div>
|
451
|
+
</div>
|
681
452
|
<p class="since">Since 1.4</p>
|
682
453
|
</div>
|
683
454
|
<hr>
|
684
455
|
<div class="refsect2">
|
685
|
-
<a name="clutter-bind-constraint-
|
686
|
-
<pre class="programlisting"><span class="returnvalue">
|
687
|
-
|
688
|
-
<p>
|
689
|
-
|
690
|
-
</
|
691
|
-
<div class="
|
456
|
+
<a name="clutter-bind-constraint-get-offset"></a><h3>clutter_bind_constraint_get_offset ()</h3>
|
457
|
+
<pre class="programlisting"><span class="returnvalue">gfloat</span>
|
458
|
+
clutter_bind_constraint_get_offset (<em class="parameter"><code><a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a> *constraint</code></em>);</pre>
|
459
|
+
<p>Retrieves the offset set using <a class="link" href="ClutterBindConstraint.html#clutter-bind-constraint-set-offset" title="clutter_bind_constraint_set_offset ()"><code class="function">clutter_bind_constraint_set_offset()</code></a></p>
|
460
|
+
<div class="refsect3">
|
461
|
+
<a name="id-1.5.6.3.8.8.5"></a><h4>Parameters</h4>
|
462
|
+
<div class="informaltable"><table width="100%" border="0">
|
692
463
|
<colgroup>
|
693
|
-
<col
|
694
|
-
<col>
|
464
|
+
<col width="150px" class="parameters_name">
|
465
|
+
<col class="parameters_description">
|
466
|
+
<col width="200px" class="parameters_annotations">
|
695
467
|
</colgroup>
|
696
|
-
<tbody>
|
697
|
-
<
|
698
|
-
<td><p
|
699
|
-
<td
|
700
|
-
</
|
701
|
-
</tr>
|
702
|
-
<tr>
|
703
|
-
<td><p><span class="term"><em class="parameter"><code>offset</code></em> :</span></p></td>
|
704
|
-
<td>the offset to apply, in pixels</td>
|
705
|
-
</tr>
|
706
|
-
</tbody>
|
468
|
+
<tbody><tr>
|
469
|
+
<td class="parameter_name"><p>constraint</p></td>
|
470
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a></p></td>
|
471
|
+
<td class="parameter_annotations"> </td>
|
472
|
+
</tr></tbody>
|
707
473
|
</table></div>
|
474
|
+
</div>
|
475
|
+
<div class="refsect3">
|
476
|
+
<a name="id-1.5.6.3.8.8.6"></a><h4>Returns</h4>
|
477
|
+
<p> the offset, in pixels</p>
|
478
|
+
<p></p>
|
479
|
+
</div>
|
480
|
+
<p class="since">Since 1.4</p>
|
481
|
+
</div>
|
482
|
+
</div>
|
483
|
+
<div class="refsect1">
|
484
|
+
<a name="ClutterBindConstraint.other_details"></a><h2>Types and Values</h2>
|
485
|
+
<div class="refsect2">
|
486
|
+
<a name="ClutterBindConstraint-struct"></a><h3>ClutterBindConstraint</h3>
|
487
|
+
<pre class="programlisting">typedef struct _ClutterBindConstraint ClutterBindConstraint;</pre>
|
488
|
+
<p><a class="link" href="ClutterBindConstraint.html" title="ClutterBindConstraint"><span class="type">ClutterBindConstraint</span></a> is an opaque structure
|
489
|
+
whose members cannot be directly accessed</p>
|
708
490
|
<p class="since">Since 1.4</p>
|
709
491
|
</div>
|
710
492
|
<hr>
|
711
493
|
<div class="refsect2">
|
712
|
-
<a name="
|
713
|
-
<
|
714
|
-
<
|
715
|
-
|
716
|
-
|
717
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
494
|
+
<a name="ClutterBindCoordinate"></a><h3>enum ClutterBindCoordinate</h3>
|
495
|
+
<p>Specifies which property should be used in a binding</p>
|
496
|
+
<div class="refsect3">
|
497
|
+
<a name="id-1.5.6.3.9.3.4"></a><h4>Members</h4>
|
498
|
+
<div class="informaltable"><table width="100%" border="0">
|
718
499
|
<colgroup>
|
719
|
-
<col
|
720
|
-
<col>
|
500
|
+
<col width="300px" class="enum_members_name">
|
501
|
+
<col class="enum_members_description">
|
502
|
+
<col width="200px" class="enum_members_annotations">
|
721
503
|
</colgroup>
|
722
504
|
<tbody>
|
723
505
|
<tr>
|
724
|
-
<td
|
725
|
-
<td
|
506
|
+
<td class="enum_member_name"><p><a name="CLUTTER-BIND-X:CAPS"></a>CLUTTER_BIND_X</p></td>
|
507
|
+
<td class="enum_member_description">
|
508
|
+
<p>Bind the X coordinate</p>
|
509
|
+
</td>
|
510
|
+
<td class="enum_member_annotations"> </td>
|
511
|
+
</tr>
|
512
|
+
<tr>
|
513
|
+
<td class="enum_member_name"><p><a name="CLUTTER-BIND-Y:CAPS"></a>CLUTTER_BIND_Y</p></td>
|
514
|
+
<td class="enum_member_description">
|
515
|
+
<p>Bind the Y coordinate</p>
|
726
516
|
</td>
|
517
|
+
<td class="enum_member_annotations"> </td>
|
727
518
|
</tr>
|
728
519
|
<tr>
|
729
|
-
<td
|
730
|
-
<td
|
520
|
+
<td class="enum_member_name"><p><a name="CLUTTER-BIND-WIDTH:CAPS"></a>CLUTTER_BIND_WIDTH</p></td>
|
521
|
+
<td class="enum_member_description">
|
522
|
+
<p>Bind the width</p>
|
523
|
+
</td>
|
524
|
+
<td class="enum_member_annotations"> </td>
|
525
|
+
</tr>
|
526
|
+
<tr>
|
527
|
+
<td class="enum_member_name"><p><a name="CLUTTER-BIND-HEIGHT:CAPS"></a>CLUTTER_BIND_HEIGHT</p></td>
|
528
|
+
<td class="enum_member_description">
|
529
|
+
<p>Bind the height</p>
|
530
|
+
</td>
|
531
|
+
<td class="enum_member_annotations"> </td>
|
532
|
+
</tr>
|
533
|
+
<tr>
|
534
|
+
<td class="enum_member_name"><p><a name="CLUTTER-BIND-POSITION:CAPS"></a>CLUTTER_BIND_POSITION</p></td>
|
535
|
+
<td class="enum_member_description">
|
536
|
+
<p>Equivalent to to <a class="link" href="ClutterBindConstraint.html#CLUTTER-BIND-X:CAPS"><code class="literal">CLUTTER_BIND_X</code></a> and
|
537
|
+
<a class="link" href="ClutterBindConstraint.html#CLUTTER-BIND-Y:CAPS"><code class="literal">CLUTTER_BIND_Y</code></a> (added in Clutter 1.6)</p>
|
538
|
+
</td>
|
539
|
+
<td class="enum_member_annotations"> </td>
|
540
|
+
</tr>
|
541
|
+
<tr>
|
542
|
+
<td class="enum_member_name"><p><a name="CLUTTER-BIND-SIZE:CAPS"></a>CLUTTER_BIND_SIZE</p></td>
|
543
|
+
<td class="enum_member_description">
|
544
|
+
<p>Equivalent to <a class="link" href="ClutterBindConstraint.html#CLUTTER-BIND-WIDTH:CAPS"><code class="literal">CLUTTER_BIND_WIDTH</code></a> and
|
545
|
+
<a class="link" href="ClutterBindConstraint.html#CLUTTER-BIND-HEIGHT:CAPS"><code class="literal">CLUTTER_BIND_HEIGHT</code></a> (added in Clutter 1.6)</p>
|
546
|
+
</td>
|
547
|
+
<td class="enum_member_annotations"> </td>
|
548
|
+
</tr>
|
549
|
+
<tr>
|
550
|
+
<td class="enum_member_name"><p><a name="CLUTTER-BIND-ALL:CAPS"></a>CLUTTER_BIND_ALL</p></td>
|
551
|
+
<td class="enum_member_description">
|
552
|
+
<p>Equivalent to <a class="link" href="ClutterBindConstraint.html#CLUTTER-BIND-POSITION:CAPS"><code class="literal">CLUTTER_BIND_POSITION</code></a> and
|
553
|
+
<a class="link" href="ClutterBindConstraint.html#CLUTTER-BIND-SIZE:CAPS"><code class="literal">CLUTTER_BIND_SIZE</code></a> (added in Clutter 1.10)</p>
|
554
|
+
</td>
|
555
|
+
<td class="enum_member_annotations"> </td>
|
731
556
|
</tr>
|
732
557
|
</tbody>
|
733
558
|
</table></div>
|
559
|
+
</div>
|
734
560
|
<p class="since">Since 1.4</p>
|
735
561
|
</div>
|
736
562
|
</div>
|
737
563
|
<div class="refsect1">
|
738
564
|
<a name="ClutterBindConstraint.property-details"></a><h2>Property Details</h2>
|
739
565
|
<div class="refsect2">
|
740
|
-
<a name="ClutterBindConstraint--coordinate"></a><h3>The <code class="literal"
|
741
|
-
<pre class="programlisting">
|
742
|
-
<p>
|
743
|
-
|
744
|
-
</p>
|
566
|
+
<a name="ClutterBindConstraint--coordinate"></a><h3>The <code class="literal">“coordinate”</code> property</h3>
|
567
|
+
<pre class="programlisting"> “coordinate” <a class="link" href="ClutterBindConstraint.html#ClutterBindCoordinate" title="enum ClutterBindCoordinate"><span class="type">ClutterBindCoordinate</span></a></pre>
|
568
|
+
<p>The coordinate to be bound</p>
|
569
|
+
<p>Flags: Read / Write / Construct</p>
|
745
570
|
<p>Default value: CLUTTER_BIND_X</p>
|
746
571
|
<p class="since">Since 1.4</p>
|
747
572
|
</div>
|
748
573
|
<hr>
|
749
574
|
<div class="refsect2">
|
750
|
-
<a name="ClutterBindConstraint--offset"></a><h3>The <code class="literal"
|
751
|
-
<pre class="programlisting">
|
752
|
-
<p>
|
753
|
-
|
754
|
-
</p>
|
575
|
+
<a name="ClutterBindConstraint--offset"></a><h3>The <code class="literal">“offset”</code> property</h3>
|
576
|
+
<pre class="programlisting"> “offset” <span class="type">gfloat</span></pre>
|
577
|
+
<p>The offset, in pixels, to be applied to the binding</p>
|
578
|
+
<p>Flags: Read / Write / Construct</p>
|
755
579
|
<p>Default value: 0</p>
|
756
580
|
<p class="since">Since 1.4</p>
|
757
581
|
</div>
|
758
582
|
<hr>
|
759
583
|
<div class="refsect2">
|
760
|
-
<a name="ClutterBindConstraint--source"></a><h3>The <code class="literal"
|
761
|
-
<pre class="programlisting">
|
762
|
-
<p>
|
763
|
-
The <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>
|
764
|
-
|
765
|
-
<p>
|
766
|
-
The <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> must not be contained inside the actor associated
|
767
|
-
to the constraint.
|
768
|
-
</p>
|
584
|
+
<a name="ClutterBindConstraint--source"></a><h3>The <code class="literal">“source”</code> property</h3>
|
585
|
+
<pre class="programlisting"> “source” <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *</pre>
|
586
|
+
<p>The <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> used as the source for the binding.</p>
|
587
|
+
<p>The <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> must not be contained inside the actor associated
|
588
|
+
to the constraint.</p>
|
589
|
+
<p>Flags: Read / Write / Construct</p>
|
769
590
|
<p class="since">Since 1.4</p>
|
770
591
|
</div>
|
771
592
|
</div>
|
772
593
|
</div>
|
773
594
|
<div class="footer">
|
774
595
|
<hr>
|
775
|
-
Generated by GTK-Doc V1.
|
596
|
+
Generated by GTK-Doc V1.20.1</div>
|
776
597
|
</body>
|
777
598
|
</html>
|