clutter 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
@@ -7,25 +7,22 @@
|
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="ch03.html" title="Layout managers">
|
9
9
|
<link rel="prev" href="ClutterFlowLayout.html" title="ClutterFlowLayout">
|
10
|
-
<link rel="next" href="
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
10
|
+
<link rel="next" href="ClutterGridLayout.html" title="ClutterGridLayout">
|
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="#ClutterBoxLayout.
|
20
|
-
|
21
|
-
<a href="#ClutterBoxLayout.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
22
|
-
|
|
23
|
-
<a href="#ClutterBoxLayout.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="#ClutterBoxLayout.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#ClutterBoxLayout.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties"> <span class="dim">|</span>
|
20
|
+
<a href="#ClutterBoxLayout.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="ch03.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
27
24
|
<td><a accesskey="p" href="ClutterFlowLayout.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
28
|
-
<td><a accesskey="n" href="
|
25
|
+
<td><a accesskey="n" href="ClutterGridLayout.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
29
26
|
</tr></table>
|
30
27
|
<div class="refentry">
|
31
28
|
<a name="ClutterBoxLayout"></a><div class="titlepage"></div>
|
@@ -34,1189 +31,1434 @@
|
|
34
31
|
<h2><span class="refentrytitle"><a name="ClutterBoxLayout.top_of_page"></a>ClutterBoxLayout</span></h2>
|
35
32
|
<p>ClutterBoxLayout — A layout manager arranging children on a single line</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="ClutterBoxLayout.synopsis"></a><h2>Synopsis</h2>
|
41
|
-
<pre class="synopsis">enum <a class="link" href="ClutterBoxLayout.html#ClutterBoxAlignment" title="enum ClutterBoxAlignment">ClutterBoxAlignment</a>;
|
42
|
-
struct <a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout-struct" title="struct ClutterBoxLayout">ClutterBoxLayout</a>;
|
43
|
-
struct <a class="link" href="ClutterBoxLayout.html#ClutterBoxLayoutClass" title="struct ClutterBoxLayoutClass">ClutterBoxLayoutClass</a>;
|
44
|
-
<a class="link" href="ClutterLayoutManager.html" title="ClutterLayoutManager"><span class="returnvalue">ClutterLayoutManager</span></a> * <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-new" title="clutter_box_layout_new ()">clutter_box_layout_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
45
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-pack-start" title="clutter_box_layout_set_pack_start ()">clutter_box_layout_set_pack_start</a> (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
46
|
-
<em class="parameter"><code><span class="type">gboolean</span> pack_start</code></em>);
|
47
|
-
<span class="returnvalue">gboolean</span> <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-pack-start" title="clutter_box_layout_get_pack_start ()">clutter_box_layout_get_pack_start</a> (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);
|
48
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-spacing" title="clutter_box_layout_set_spacing ()">clutter_box_layout_set_spacing</a> (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
49
|
-
<em class="parameter"><code><span class="type">guint</span> spacing</code></em>);
|
50
|
-
<span class="returnvalue">guint</span> <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-spacing" title="clutter_box_layout_get_spacing ()">clutter_box_layout_get_spacing</a> (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);
|
51
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-homogeneous" title="clutter_box_layout_set_homogeneous ()">clutter_box_layout_set_homogeneous</a> (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
52
|
-
<em class="parameter"><code><span class="type">gboolean</span> homogeneous</code></em>);
|
53
|
-
<span class="returnvalue">gboolean</span> <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-homogeneous" title="clutter_box_layout_get_homogeneous ()">clutter_box_layout_get_homogeneous</a> (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);
|
54
|
-
enum <a class="link" href="ClutterBoxLayout.html#ClutterOrientation" title="enum ClutterOrientation">ClutterOrientation</a>;
|
55
|
-
<a class="link" href="ClutterBoxLayout.html#ClutterOrientation" title="enum ClutterOrientation"><span class="returnvalue">ClutterOrientation</span></a> <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-orientation" title="clutter_box_layout_get_orientation ()">clutter_box_layout_get_orientation</a> (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);
|
56
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-orientation" title="clutter_box_layout_set_orientation ()">clutter_box_layout_set_orientation</a> (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
57
|
-
<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html#ClutterOrientation" title="enum ClutterOrientation"><span class="type">ClutterOrientation</span></a> orientation</code></em>);
|
58
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-vertical" title="clutter_box_layout_set_vertical ()">clutter_box_layout_set_vertical</a> (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
59
|
-
<em class="parameter"><code><span class="type">gboolean</span> vertical</code></em>);
|
60
|
-
<span class="returnvalue">gboolean</span> <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-vertical" title="clutter_box_layout_get_vertical ()">clutter_box_layout_get_vertical</a> (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);
|
61
|
-
|
62
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-pack" title="clutter_box_layout_pack ()">clutter_box_layout_pack</a> (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
63
|
-
<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
64
|
-
<em class="parameter"><code><span class="type">gboolean</span> expand</code></em>,
|
65
|
-
<em class="parameter"><code><span class="type">gboolean</span> x_fill</code></em>,
|
66
|
-
<em class="parameter"><code><span class="type">gboolean</span> y_fill</code></em>,
|
67
|
-
<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html#ClutterBoxAlignment" title="enum ClutterBoxAlignment"><span class="type">ClutterBoxAlignment</span></a> x_align</code></em>,
|
68
|
-
<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html#ClutterBoxAlignment" title="enum ClutterBoxAlignment"><span class="type">ClutterBoxAlignment</span></a> y_align</code></em>);
|
69
|
-
|
70
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-alignment" title="clutter_box_layout_set_alignment ()">clutter_box_layout_set_alignment</a> (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
71
|
-
<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
72
|
-
<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html#ClutterBoxAlignment" title="enum ClutterBoxAlignment"><span class="type">ClutterBoxAlignment</span></a> x_align</code></em>,
|
73
|
-
<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html#ClutterBoxAlignment" title="enum ClutterBoxAlignment"><span class="type">ClutterBoxAlignment</span></a> y_align</code></em>);
|
74
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-alignment" title="clutter_box_layout_get_alignment ()">clutter_box_layout_get_alignment</a> (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
75
|
-
<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
76
|
-
<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html#ClutterBoxAlignment" title="enum ClutterBoxAlignment"><span class="type">ClutterBoxAlignment</span></a> *x_align</code></em>,
|
77
|
-
<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html#ClutterBoxAlignment" title="enum ClutterBoxAlignment"><span class="type">ClutterBoxAlignment</span></a> *y_align</code></em>);
|
78
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-expand" title="clutter_box_layout_set_expand ()">clutter_box_layout_set_expand</a> (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
79
|
-
<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
80
|
-
<em class="parameter"><code><span class="type">gboolean</span> expand</code></em>);
|
81
|
-
<span class="returnvalue">gboolean</span> <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-expand" title="clutter_box_layout_get_expand ()">clutter_box_layout_get_expand</a> (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
82
|
-
<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>);
|
83
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-fill" title="clutter_box_layout_set_fill ()">clutter_box_layout_set_fill</a> (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
84
|
-
<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
85
|
-
<em class="parameter"><code><span class="type">gboolean</span> x_fill</code></em>,
|
86
|
-
<em class="parameter"><code><span class="type">gboolean</span> y_fill</code></em>);
|
87
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-fill" title="clutter_box_layout_get_fill ()">clutter_box_layout_get_fill</a> (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
88
|
-
<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
89
|
-
<em class="parameter"><code><span class="type">gboolean</span> *x_fill</code></em>,
|
90
|
-
<em class="parameter"><code><span class="type">gboolean</span> *y_fill</code></em>);
|
91
|
-
|
92
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-use-animations" title="clutter_box_layout_set_use_animations ()">clutter_box_layout_set_use_animations</a>
|
93
|
-
(<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
94
|
-
<em class="parameter"><code><span class="type">gboolean</span> animate</code></em>);
|
95
|
-
<span class="returnvalue">gboolean</span> <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-use-animations" title="clutter_box_layout_get_use_animations ()">clutter_box_layout_get_use_animations</a>
|
96
|
-
(<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);
|
97
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-easing-duration" title="clutter_box_layout_set_easing_duration ()">clutter_box_layout_set_easing_duration</a>
|
98
|
-
(<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
99
|
-
<em class="parameter"><code><span class="type">guint</span> msecs</code></em>);
|
100
|
-
<span class="returnvalue">guint</span> <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-easing-duration" title="clutter_box_layout_get_easing_duration ()">clutter_box_layout_get_easing_duration</a>
|
101
|
-
(<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);
|
102
|
-
<span class="returnvalue">void</span> <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-easing-mode" title="clutter_box_layout_set_easing_mode ()">clutter_box_layout_set_easing_mode</a> (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
103
|
-
<em class="parameter"><code><span class="type">gulong</span> mode</code></em>);
|
104
|
-
<span class="returnvalue">gulong</span> <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-easing-mode" title="clutter_box_layout_get_easing_mode ()">clutter_box_layout_get_easing_mode</a> (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);
|
105
|
-
</pre>
|
106
|
-
</div>
|
107
|
-
<div class="refsect1">
|
108
|
-
<a name="ClutterBoxLayout.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
109
|
-
<pre class="synopsis">
|
110
|
-
GObject
|
111
|
-
+----GInitiallyUnowned
|
112
|
-
+----<a class="link" href="ClutterLayoutManager.html" title="ClutterLayoutManager">ClutterLayoutManager</a>
|
113
|
-
+----ClutterBoxLayout
|
114
|
-
</pre>
|
115
|
-
</div>
|
116
|
-
<div class="refsect1">
|
117
|
-
<a name="ClutterBoxLayout.properties"></a><h2>Properties</h2>
|
118
|
-
<pre class="synopsis">
|
119
|
-
"<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--easing-duration" title='The "easing-duration" property'>easing-duration</a>" <span class="type">guint</span> : Read / Write
|
120
|
-
"<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--easing-mode" title='The "easing-mode" property'>easing-mode</a>" <span class="type">gulong</span> : Read / Write
|
121
|
-
"<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--homogeneous" title='The "homogeneous" property'>homogeneous</a>" <span class="type">gboolean</span> : Read / Write
|
122
|
-
"<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--orientation" title='The "orientation" property'>orientation</a>" <a class="link" href="ClutterBoxLayout.html#ClutterOrientation" title="enum ClutterOrientation"><span class="type">ClutterOrientation</span></a> : Read / Write
|
123
|
-
"<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--pack-start" title='The "pack-start" property'>pack-start</a>" <span class="type">gboolean</span> : Read / Write
|
124
|
-
"<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--spacing" title='The "spacing" property'>spacing</a>" <span class="type">guint</span> : Read / Write
|
125
|
-
"<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--use-animations" title='The "use-animations" property'>use-animations</a>" <span class="type">gboolean</span> : Read / Write
|
126
|
-
"<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--vertical" title='The "vertical" property'>vertical</a>" <span class="type">gboolean</span> : Read / Write
|
127
|
-
</pre>
|
128
|
-
</div>
|
129
|
-
<div class="refsect1">
|
130
|
-
<a name="ClutterBoxLayout.description"></a><h2>Description</h2>
|
131
|
-
<p>
|
132
|
-
The <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> is a <a class="link" href="ClutterLayoutManager.html" title="ClutterLayoutManager"><span class="type">ClutterLayoutManager</span></a> implementing the
|
133
|
-
following layout policy:
|
134
|
-
</p>
|
135
|
-
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
136
|
-
<li class="listitem"><p>all children are arranged on a single
|
137
|
-
line;</p></li>
|
138
|
-
<li class="listitem"><p>the axis used is controlled by the
|
139
|
-
<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--orientation" title='The "orientation" property'><span class="type">"orientation"</span></a> property;</p></li>
|
140
|
-
<li class="listitem"><p>the order of the packing is determined by the
|
141
|
-
<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--pack-start" title='The "pack-start" property'><span class="type">"pack-start"</span></a> boolean property;</p></li>
|
142
|
-
<li class="listitem"><p>each child will be allocated to its natural
|
143
|
-
size or, if <a class="link" href="ClutterActor.html#ClutterActor--x-expand" title='The "x-expand" property'><span class="type">"x-expand"</span></a>/<a class="link" href="ClutterActor.html#ClutterActor--y-expand" title='The "y-expand" property'><span class="type">"y-expand"</span></a>
|
144
|
-
is set, the available size;</p></li>
|
145
|
-
<li class="listitem"><p>honours the <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>'s <a class="link" href="ClutterActor.html#ClutterActor--x-align" title='The "x-align" property'><span class="type">"x-align"</span></a>
|
146
|
-
and <a class="link" href="ClutterActor.html#ClutterActor--y-align" title='The "y-align" property'><span class="type">"y-align"</span></a> properties to fill the available
|
147
|
-
size;</p></li>
|
148
|
-
<li class="listitem"><p>if the <a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--homogeneous" title='The "homogeneous" property'><span class="type">"homogeneous"</span></a> boolean property
|
149
|
-
is set, then all widgets will get the same size, ignoring expand
|
150
|
-
settings and the preferred sizes</p></li>
|
151
|
-
</ul></div>
|
152
|
-
<p>
|
153
|
-
</p>
|
154
|
-
<p>
|
155
|
-
</p>
|
156
|
-
<div class="figure">
|
157
|
-
<a name="box-layout"></a><p class="title"><b>Figure 6. Box layout</b></p>
|
158
|
-
<div class="figure-contents">
|
159
|
-
<p>The image shows a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> with the
|
160
|
-
<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--vertical" title='The "vertical" property'><span class="type">"vertical"</span></a> property set to <code class="literal">FALSE</code>.</p>
|
161
|
-
<div><img src="box-layout.png" alt="Box layout"></div>
|
162
|
-
</div>
|
163
|
-
</div>
|
164
|
-
<p><br class="figure-break">
|
165
|
-
</p>
|
166
|
-
<p>
|
167
|
-
It is possible to control the spacing between children of a
|
168
|
-
<a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> by using <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-spacing" title="clutter_box_layout_set_spacing ()"><code class="function">clutter_box_layout_set_spacing()</code></a>.
|
169
|
-
</p>
|
170
|
-
<p>
|
171
|
-
<a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> is available since Clutter 1.2
|
172
|
-
</p>
|
173
|
-
</div>
|
174
36
|
<div class="refsect1">
|
175
|
-
<a name="ClutterBoxLayout.
|
176
|
-
<div class="
|
177
|
-
<a name="ClutterBoxAlignment"></a><h3>enum ClutterBoxAlignment</h3>
|
178
|
-
<pre class="programlisting">typedef enum {
|
179
|
-
CLUTTER_BOX_ALIGNMENT_START,
|
180
|
-
CLUTTER_BOX_ALIGNMENT_END,
|
181
|
-
CLUTTER_BOX_ALIGNMENT_CENTER
|
182
|
-
} ClutterBoxAlignment;
|
183
|
-
</pre>
|
184
|
-
<p>
|
185
|
-
The alignment policies available on each axis of the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a>
|
186
|
-
</p>
|
187
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
37
|
+
<a name="ClutterBoxLayout.functions"></a><h2>Functions</h2>
|
38
|
+
<div class="informaltable"><table width="100%" border="0">
|
188
39
|
<colgroup>
|
189
|
-
<col
|
190
|
-
<col>
|
40
|
+
<col width="150px" class="functions_return">
|
41
|
+
<col class="functions_name">
|
191
42
|
</colgroup>
|
192
43
|
<tbody>
|
193
44
|
<tr>
|
194
|
-
<td
|
195
|
-
<
|
196
|
-
|
45
|
+
<td class="function_type">
|
46
|
+
<a class="link" href="ClutterLayoutManager.html" title="ClutterLayoutManager"><span class="returnvalue">ClutterLayoutManager</span></a> *
|
47
|
+
</td>
|
48
|
+
<td class="function_name">
|
49
|
+
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-new" title="clutter_box_layout_new ()">clutter_box_layout_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="ClutterBoxLayout.html#clutter-box-layout-set-pack-start" title="clutter_box_layout_set_pack_start ()">clutter_box_layout_set_pack_start</a> <span class="c_punctuation">()</span>
|
58
|
+
</td>
|
59
|
+
</tr>
|
60
|
+
<tr>
|
61
|
+
<td class="function_type">
|
62
|
+
<span class="returnvalue">gboolean</span>
|
63
|
+
</td>
|
64
|
+
<td class="function_name">
|
65
|
+
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-pack-start" title="clutter_box_layout_get_pack_start ()">clutter_box_layout_get_pack_start</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="ClutterBoxLayout.html#clutter-box-layout-set-spacing" title="clutter_box_layout_set_spacing ()">clutter_box_layout_set_spacing</a> <span class="c_punctuation">()</span>
|
74
|
+
</td>
|
75
|
+
</tr>
|
76
|
+
<tr>
|
77
|
+
<td class="function_type">
|
78
|
+
<span class="returnvalue">guint</span>
|
79
|
+
</td>
|
80
|
+
<td class="function_name">
|
81
|
+
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-spacing" title="clutter_box_layout_get_spacing ()">clutter_box_layout_get_spacing</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="ClutterBoxLayout.html#clutter-box-layout-set-homogeneous" title="clutter_box_layout_set_homogeneous ()">clutter_box_layout_set_homogeneous</a> <span class="c_punctuation">()</span>
|
90
|
+
</td>
|
91
|
+
</tr>
|
92
|
+
<tr>
|
93
|
+
<td class="function_type">
|
94
|
+
<span class="returnvalue">gboolean</span>
|
95
|
+
</td>
|
96
|
+
<td class="function_name">
|
97
|
+
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-homogeneous" title="clutter_box_layout_get_homogeneous ()">clutter_box_layout_get_homogeneous</a> <span class="c_punctuation">()</span>
|
98
|
+
</td>
|
99
|
+
</tr>
|
100
|
+
<tr>
|
101
|
+
<td class="function_type">
|
102
|
+
<a class="link" href="ClutterBoxLayout.html#ClutterOrientation" title="enum ClutterOrientation"><span class="returnvalue">ClutterOrientation</span></a>
|
103
|
+
</td>
|
104
|
+
<td class="function_name">
|
105
|
+
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-orientation" title="clutter_box_layout_get_orientation ()">clutter_box_layout_get_orientation</a> <span class="c_punctuation">()</span>
|
106
|
+
</td>
|
107
|
+
</tr>
|
108
|
+
<tr>
|
109
|
+
<td class="function_type">
|
110
|
+
<span class="returnvalue">void</span>
|
111
|
+
</td>
|
112
|
+
<td class="function_name">
|
113
|
+
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-orientation" title="clutter_box_layout_set_orientation ()">clutter_box_layout_set_orientation</a> <span class="c_punctuation">()</span>
|
114
|
+
</td>
|
115
|
+
</tr>
|
116
|
+
<tr>
|
117
|
+
<td class="function_type">
|
118
|
+
<span class="returnvalue">void</span>
|
119
|
+
</td>
|
120
|
+
<td class="function_name">
|
121
|
+
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-vertical" title="clutter_box_layout_set_vertical ()">clutter_box_layout_set_vertical</a> <span class="c_punctuation">()</span>
|
122
|
+
</td>
|
123
|
+
</tr>
|
124
|
+
<tr>
|
125
|
+
<td class="function_type">
|
126
|
+
<span class="returnvalue">gboolean</span>
|
127
|
+
</td>
|
128
|
+
<td class="function_name">
|
129
|
+
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-vertical" title="clutter_box_layout_get_vertical ()">clutter_box_layout_get_vertical</a> <span class="c_punctuation">()</span>
|
130
|
+
</td>
|
131
|
+
</tr>
|
132
|
+
<tr>
|
133
|
+
<td class="function_type">
|
134
|
+
<span class="returnvalue">void</span>
|
135
|
+
</td>
|
136
|
+
<td class="function_name">
|
137
|
+
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-pack" title="clutter_box_layout_pack ()">clutter_box_layout_pack</a> <span class="c_punctuation">()</span>
|
138
|
+
</td>
|
139
|
+
</tr>
|
140
|
+
<tr>
|
141
|
+
<td class="function_type">
|
142
|
+
<span class="returnvalue">void</span>
|
143
|
+
</td>
|
144
|
+
<td class="function_name">
|
145
|
+
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-alignment" title="clutter_box_layout_set_alignment ()">clutter_box_layout_set_alignment</a> <span class="c_punctuation">()</span>
|
197
146
|
</td>
|
198
147
|
</tr>
|
199
148
|
<tr>
|
200
|
-
<td
|
201
|
-
<
|
202
|
-
|
149
|
+
<td class="function_type">
|
150
|
+
<span class="returnvalue">void</span>
|
151
|
+
</td>
|
152
|
+
<td class="function_name">
|
153
|
+
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-alignment" title="clutter_box_layout_get_alignment ()">clutter_box_layout_get_alignment</a> <span class="c_punctuation">()</span>
|
203
154
|
</td>
|
204
155
|
</tr>
|
205
156
|
<tr>
|
206
|
-
<td
|
207
|
-
<
|
157
|
+
<td class="function_type">
|
158
|
+
<span class="returnvalue">void</span>
|
159
|
+
</td>
|
160
|
+
<td class="function_name">
|
161
|
+
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-expand" title="clutter_box_layout_set_expand ()">clutter_box_layout_set_expand</a> <span class="c_punctuation">()</span>
|
162
|
+
</td>
|
163
|
+
</tr>
|
164
|
+
<tr>
|
165
|
+
<td class="function_type">
|
166
|
+
<span class="returnvalue">gboolean</span>
|
167
|
+
</td>
|
168
|
+
<td class="function_name">
|
169
|
+
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-expand" title="clutter_box_layout_get_expand ()">clutter_box_layout_get_expand</a> <span class="c_punctuation">()</span>
|
170
|
+
</td>
|
171
|
+
</tr>
|
172
|
+
<tr>
|
173
|
+
<td class="function_type">
|
174
|
+
<span class="returnvalue">void</span>
|
175
|
+
</td>
|
176
|
+
<td class="function_name">
|
177
|
+
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-fill" title="clutter_box_layout_set_fill ()">clutter_box_layout_set_fill</a> <span class="c_punctuation">()</span>
|
178
|
+
</td>
|
179
|
+
</tr>
|
180
|
+
<tr>
|
181
|
+
<td class="function_type">
|
182
|
+
<span class="returnvalue">void</span>
|
183
|
+
</td>
|
184
|
+
<td class="function_name">
|
185
|
+
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-fill" title="clutter_box_layout_get_fill ()">clutter_box_layout_get_fill</a> <span class="c_punctuation">()</span>
|
186
|
+
</td>
|
187
|
+
</tr>
|
188
|
+
<tr>
|
189
|
+
<td class="function_type">
|
190
|
+
<span class="returnvalue">void</span>
|
191
|
+
</td>
|
192
|
+
<td class="function_name">
|
193
|
+
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-use-animations" title="clutter_box_layout_set_use_animations ()">clutter_box_layout_set_use_animations</a> <span class="c_punctuation">()</span>
|
194
|
+
</td>
|
195
|
+
</tr>
|
196
|
+
<tr>
|
197
|
+
<td class="function_type">
|
198
|
+
<span class="returnvalue">gboolean</span>
|
199
|
+
</td>
|
200
|
+
<td class="function_name">
|
201
|
+
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-use-animations" title="clutter_box_layout_get_use_animations ()">clutter_box_layout_get_use_animations</a> <span class="c_punctuation">()</span>
|
202
|
+
</td>
|
203
|
+
</tr>
|
204
|
+
<tr>
|
205
|
+
<td class="function_type">
|
206
|
+
<span class="returnvalue">void</span>
|
207
|
+
</td>
|
208
|
+
<td class="function_name">
|
209
|
+
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-easing-duration" title="clutter_box_layout_set_easing_duration ()">clutter_box_layout_set_easing_duration</a> <span class="c_punctuation">()</span>
|
210
|
+
</td>
|
211
|
+
</tr>
|
212
|
+
<tr>
|
213
|
+
<td class="function_type">
|
214
|
+
<span class="returnvalue">guint</span>
|
215
|
+
</td>
|
216
|
+
<td class="function_name">
|
217
|
+
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-easing-duration" title="clutter_box_layout_get_easing_duration ()">clutter_box_layout_get_easing_duration</a> <span class="c_punctuation">()</span>
|
218
|
+
</td>
|
219
|
+
</tr>
|
220
|
+
<tr>
|
221
|
+
<td class="function_type">
|
222
|
+
<span class="returnvalue">void</span>
|
223
|
+
</td>
|
224
|
+
<td class="function_name">
|
225
|
+
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-easing-mode" title="clutter_box_layout_set_easing_mode ()">clutter_box_layout_set_easing_mode</a> <span class="c_punctuation">()</span>
|
226
|
+
</td>
|
227
|
+
</tr>
|
228
|
+
<tr>
|
229
|
+
<td class="function_type">
|
230
|
+
<span class="returnvalue">gulong</span>
|
231
|
+
</td>
|
232
|
+
<td class="function_name">
|
233
|
+
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-easing-mode" title="clutter_box_layout_get_easing_mode ()">clutter_box_layout_get_easing_mode</a> <span class="c_punctuation">()</span>
|
208
234
|
</td>
|
209
235
|
</tr>
|
210
236
|
</tbody>
|
211
237
|
</table></div>
|
212
|
-
<p class="since">Since 1.2</p>
|
213
|
-
</div>
|
214
|
-
<hr>
|
215
|
-
<div class="refsect2">
|
216
|
-
<a name="ClutterBoxLayout-struct"></a><h3>struct ClutterBoxLayout</h3>
|
217
|
-
<pre class="programlisting">struct ClutterBoxLayout;</pre>
|
218
|
-
<p>
|
219
|
-
The <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> structure contains only private data
|
220
|
-
and should be accessed using the provided API
|
221
|
-
</p>
|
222
|
-
<p class="since">Since 1.2</p>
|
223
|
-
</div>
|
224
|
-
<hr>
|
225
|
-
<div class="refsect2">
|
226
|
-
<a name="ClutterBoxLayoutClass"></a><h3>struct ClutterBoxLayoutClass</h3>
|
227
|
-
<pre class="programlisting">struct ClutterBoxLayoutClass {
|
228
|
-
};
|
229
|
-
</pre>
|
230
|
-
<p>
|
231
|
-
The <a class="link" href="ClutterBoxLayout.html#ClutterBoxLayoutClass" title="struct ClutterBoxLayoutClass"><span class="type">ClutterBoxLayoutClass</span></a> structure contains only private
|
232
|
-
data and should be accessed using the provided API
|
233
|
-
</p>
|
234
|
-
<p class="since">Since 1.2</p>
|
235
238
|
</div>
|
236
|
-
<
|
237
|
-
<
|
238
|
-
<
|
239
|
-
<pre class="programlisting"><a class="link" href="ClutterLayoutManager.html" title="ClutterLayoutManager"><span class="returnvalue">ClutterLayoutManager</span></a> * clutter_box_layout_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
240
|
-
<p>
|
241
|
-
Creates a new <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> layout manager
|
242
|
-
</p>
|
243
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
239
|
+
<div class="refsect1">
|
240
|
+
<a name="ClutterBoxLayout.properties"></a><h2>Properties</h2>
|
241
|
+
<div class="informaltable"><table border="0">
|
244
242
|
<colgroup>
|
245
|
-
<col
|
246
|
-
<col>
|
243
|
+
<col width="150px" class="properties_type">
|
244
|
+
<col width="300px" class="properties_name">
|
245
|
+
<col width="200px" class="properties_flags">
|
247
246
|
</colgroup>
|
248
|
-
<tbody
|
249
|
-
<
|
250
|
-
<td
|
251
|
-
</td>
|
252
|
-
</
|
247
|
+
<tbody>
|
248
|
+
<tr>
|
249
|
+
<td class="property_type"><span class="type">guint</span></td>
|
250
|
+
<td class="property_name"><a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--easing-duration" title="The “easing-duration” property">easing-duration</a></td>
|
251
|
+
<td class="property_flags">Read / Write</td>
|
252
|
+
</tr>
|
253
|
+
<tr>
|
254
|
+
<td class="property_type"><span class="type">gulong</span></td>
|
255
|
+
<td class="property_name"><a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--easing-mode" title="The “easing-mode” property">easing-mode</a></td>
|
256
|
+
<td class="property_flags">Read / Write</td>
|
257
|
+
</tr>
|
258
|
+
<tr>
|
259
|
+
<td class="property_type"><span class="type">gboolean</span></td>
|
260
|
+
<td class="property_name"><a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--homogeneous" title="The “homogeneous” property">homogeneous</a></td>
|
261
|
+
<td class="property_flags">Read / Write</td>
|
262
|
+
</tr>
|
263
|
+
<tr>
|
264
|
+
<td class="property_type"><a class="link" href="ClutterBoxLayout.html#ClutterOrientation" title="enum ClutterOrientation"><span class="type">ClutterOrientation</span></a></td>
|
265
|
+
<td class="property_name"><a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--orientation" title="The “orientation” property">orientation</a></td>
|
266
|
+
<td class="property_flags">Read / Write</td>
|
267
|
+
</tr>
|
268
|
+
<tr>
|
269
|
+
<td class="property_type"><span class="type">gboolean</span></td>
|
270
|
+
<td class="property_name"><a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--pack-start" title="The “pack-start” property">pack-start</a></td>
|
271
|
+
<td class="property_flags">Read / Write</td>
|
272
|
+
</tr>
|
273
|
+
<tr>
|
274
|
+
<td class="property_type"><span class="type">guint</span></td>
|
275
|
+
<td class="property_name"><a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--spacing" title="The “spacing” property">spacing</a></td>
|
276
|
+
<td class="property_flags">Read / Write</td>
|
277
|
+
</tr>
|
278
|
+
<tr>
|
279
|
+
<td class="property_type"><span class="type">gboolean</span></td>
|
280
|
+
<td class="property_name"><a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--use-animations" title="The “use-animations” property">use-animations</a></td>
|
281
|
+
<td class="property_flags">Read / Write</td>
|
282
|
+
</tr>
|
283
|
+
<tr>
|
284
|
+
<td class="property_type"><span class="type">gboolean</span></td>
|
285
|
+
<td class="property_name"><a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--vertical" title="The “vertical” property">vertical</a></td>
|
286
|
+
<td class="property_flags">Read / Write</td>
|
287
|
+
</tr>
|
288
|
+
</tbody>
|
253
289
|
</table></div>
|
254
|
-
<p class="since">Since 1.2</p>
|
255
290
|
</div>
|
256
|
-
<
|
257
|
-
<
|
258
|
-
<
|
259
|
-
<pre class="programlisting"><span class="returnvalue">void</span> clutter_box_layout_set_pack_start (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
260
|
-
<em class="parameter"><code><span class="type">gboolean</span> pack_start</code></em>);</pre>
|
261
|
-
<p>
|
262
|
-
Sets whether children of <em class="parameter"><code>layout</code></em> should be layed out by appending
|
263
|
-
them or by prepending them
|
264
|
-
</p>
|
265
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
291
|
+
<div class="refsect1">
|
292
|
+
<a name="ClutterBoxLayout.other"></a><h2>Types and Values</h2>
|
293
|
+
<div class="informaltable"><table width="100%" border="0">
|
266
294
|
<colgroup>
|
267
|
-
<col
|
268
|
-
<col>
|
295
|
+
<col width="150px" class="name">
|
296
|
+
<col class="description">
|
269
297
|
</colgroup>
|
270
298
|
<tbody>
|
271
299
|
<tr>
|
272
|
-
<td
|
273
|
-
<td
|
274
|
-
</
|
300
|
+
<td class="datatype_keyword">enum</td>
|
301
|
+
<td class="function_name"><a class="link" href="ClutterBoxLayout.html#ClutterBoxAlignment" title="enum ClutterBoxAlignment">ClutterBoxAlignment</a></td>
|
302
|
+
</tr>
|
303
|
+
<tr>
|
304
|
+
<td class="datatype_keyword">struct</td>
|
305
|
+
<td class="function_name"><a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout-struct" title="struct ClutterBoxLayout">ClutterBoxLayout</a></td>
|
306
|
+
</tr>
|
307
|
+
<tr>
|
308
|
+
<td class="datatype_keyword">struct</td>
|
309
|
+
<td class="function_name"><a class="link" href="ClutterBoxLayout.html#ClutterBoxLayoutClass" title="struct ClutterBoxLayoutClass">ClutterBoxLayoutClass</a></td>
|
275
310
|
</tr>
|
276
311
|
<tr>
|
277
|
-
<td
|
278
|
-
<td>
|
279
|
-
<code class="literal">TRUE</code> if the <em class="parameter"><code>layout</code></em> should pack children at the
|
280
|
-
beginning of the layout</td>
|
312
|
+
<td class="datatype_keyword">enum</td>
|
313
|
+
<td class="function_name"><a class="link" href="ClutterBoxLayout.html#ClutterOrientation" title="enum ClutterOrientation">ClutterOrientation</a></td>
|
281
314
|
</tr>
|
282
315
|
</tbody>
|
283
316
|
</table></div>
|
317
|
+
</div>
|
318
|
+
<div class="refsect1">
|
319
|
+
<a name="ClutterBoxLayout.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
320
|
+
<pre class="screen"> GObject
|
321
|
+
<span class="lineart">╰──</span> GInitiallyUnowned
|
322
|
+
<span class="lineart">╰──</span> <a class="link" href="ClutterLayoutManager.html" title="ClutterLayoutManager">ClutterLayoutManager</a>
|
323
|
+
<span class="lineart">╰──</span> ClutterBoxLayout
|
324
|
+
</pre>
|
325
|
+
</div>
|
326
|
+
<div class="refsect1">
|
327
|
+
<a name="ClutterBoxLayout.description"></a><h2>Description</h2>
|
328
|
+
<p>The <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> is a <a class="link" href="ClutterLayoutManager.html" title="ClutterLayoutManager"><span class="type">ClutterLayoutManager</span></a> implementing the
|
329
|
+
following layout policy:</p>
|
330
|
+
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
331
|
+
<li class="listitem"><p>all children are arranged on a single line</p></li>
|
332
|
+
<li class="listitem"><p>the axis used is controlled by the <a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--orientation" title="The “orientation” property"><span class="type">“orientation”</span></a> property</p></li>
|
333
|
+
<li class="listitem"><p>the order of the packing is determined by the <a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--pack-start" title="The “pack-start” property"><span class="type">“pack-start”</span></a> boolean property</p></li>
|
334
|
+
<li class="listitem"><p>each child will be allocated to its natural size or, if <a class="link" href="ClutterActor.html#ClutterActor--x-expand" title="The “x-expand” property"><span class="type">“x-expand”</span></a> or
|
335
|
+
<a class="link" href="ClutterActor.html#ClutterActor--y-expand" title="The “y-expand” property"><span class="type">“y-expand”</span></a> are set, the available size</p></li>
|
336
|
+
<li class="listitem"><p>honours the <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>'s <a class="link" href="ClutterActor.html#ClutterActor--x-align" title="The “x-align” property"><span class="type">“x-align”</span></a> and <a class="link" href="ClutterActor.html#ClutterActor--y-align" title="The “y-align” property"><span class="type">“y-align”</span></a> properties
|
337
|
+
to fill the available size</p></li>
|
338
|
+
<li class="listitem"><p>if the <a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--homogeneous" title="The “homogeneous” property"><span class="type">“homogeneous”</span></a> boolean propert is set, then all widgets will
|
339
|
+
get the same size, ignoring expand settings and the preferred sizes</p></li>
|
340
|
+
</ul></div>
|
341
|
+
<p>It is possible to control the spacing between children of a
|
342
|
+
<a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> by using <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-spacing" title="clutter_box_layout_set_spacing ()"><code class="function">clutter_box_layout_set_spacing()</code></a>.</p>
|
343
|
+
<p><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> is available since Clutter 1.2</p>
|
344
|
+
</div>
|
345
|
+
<div class="refsect1">
|
346
|
+
<a name="ClutterBoxLayout.functions_details"></a><h2>Functions</h2>
|
347
|
+
<div class="refsect2">
|
348
|
+
<a name="clutter-box-layout-new"></a><h3>clutter_box_layout_new ()</h3>
|
349
|
+
<pre class="programlisting"><a class="link" href="ClutterLayoutManager.html" title="ClutterLayoutManager"><span class="returnvalue">ClutterLayoutManager</span></a> *
|
350
|
+
clutter_box_layout_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
351
|
+
<p>Creates a new <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> layout manager</p>
|
352
|
+
<div class="refsect3">
|
353
|
+
<a name="id-1.5.4.5.8.2.5"></a><h4>Returns</h4>
|
354
|
+
<p> the newly created <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p>
|
355
|
+
<p></p>
|
356
|
+
</div>
|
284
357
|
<p class="since">Since 1.2</p>
|
285
358
|
</div>
|
286
359
|
<hr>
|
287
360
|
<div class="refsect2">
|
288
|
-
<a name="clutter-box-layout-
|
289
|
-
<pre class="programlisting"><span class="returnvalue">
|
290
|
-
<
|
291
|
-
|
292
|
-
|
293
|
-
|
361
|
+
<a name="clutter-box-layout-set-pack-start"></a><h3>clutter_box_layout_set_pack_start ()</h3>
|
362
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
363
|
+
clutter_box_layout_set_pack_start (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
364
|
+
<em class="parameter"><code><span class="type">gboolean</span> pack_start</code></em>);</pre>
|
365
|
+
<p>Sets whether children of <em class="parameter"><code>layout</code></em>
|
366
|
+
should be layed out by appending
|
367
|
+
them or by prepending them</p>
|
368
|
+
<div class="refsect3">
|
369
|
+
<a name="id-1.5.4.5.8.3.5"></a><h4>Parameters</h4>
|
370
|
+
<div class="informaltable"><table width="100%" border="0">
|
294
371
|
<colgroup>
|
295
|
-
<col
|
296
|
-
<col>
|
372
|
+
<col width="150px" class="parameters_name">
|
373
|
+
<col class="parameters_description">
|
374
|
+
<col width="200px" class="parameters_annotations">
|
297
375
|
</colgroup>
|
298
376
|
<tbody>
|
299
377
|
<tr>
|
300
|
-
<td
|
301
|
-
<td>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a>
|
302
|
-
</td>
|
378
|
+
<td class="parameter_name"><p>layout</p></td>
|
379
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
380
|
+
<td class="parameter_annotations"> </td>
|
303
381
|
</tr>
|
304
382
|
<tr>
|
305
|
-
<td
|
306
|
-
<td>
|
307
|
-
|
308
|
-
|
383
|
+
<td class="parameter_name"><p>pack_start</p></td>
|
384
|
+
<td class="parameter_description"><p><code class="literal">TRUE</code> if the <em class="parameter"><code>layout</code></em>
|
385
|
+
should pack children at the
|
386
|
+
beginning of the layout</p></td>
|
387
|
+
<td class="parameter_annotations"> </td>
|
309
388
|
</tr>
|
310
389
|
</tbody>
|
311
390
|
</table></div>
|
391
|
+
</div>
|
312
392
|
<p class="since">Since 1.2</p>
|
313
393
|
</div>
|
314
394
|
<hr>
|
315
395
|
<div class="refsect2">
|
316
|
-
<a name="clutter-box-layout-
|
317
|
-
<pre class="programlisting"><span class="returnvalue">
|
318
|
-
|
319
|
-
<p>
|
320
|
-
|
321
|
-
</
|
322
|
-
<div class="
|
396
|
+
<a name="clutter-box-layout-get-pack-start"></a><h3>clutter_box_layout_get_pack_start ()</h3>
|
397
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
398
|
+
clutter_box_layout_get_pack_start (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);</pre>
|
399
|
+
<p>Retrieves the value set using <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-pack-start" title="clutter_box_layout_set_pack_start ()"><code class="function">clutter_box_layout_set_pack_start()</code></a></p>
|
400
|
+
<div class="refsect3">
|
401
|
+
<a name="id-1.5.4.5.8.4.5"></a><h4>Parameters</h4>
|
402
|
+
<div class="informaltable"><table width="100%" border="0">
|
323
403
|
<colgroup>
|
324
|
-
<col
|
325
|
-
<col>
|
404
|
+
<col width="150px" class="parameters_name">
|
405
|
+
<col class="parameters_description">
|
406
|
+
<col width="200px" class="parameters_annotations">
|
326
407
|
</colgroup>
|
327
|
-
<tbody>
|
328
|
-
<
|
329
|
-
<td><p
|
330
|
-
<td
|
331
|
-
</
|
332
|
-
</tr>
|
333
|
-
<tr>
|
334
|
-
<td><p><span class="term"><em class="parameter"><code>spacing</code></em> :</span></p></td>
|
335
|
-
<td>the spacing between children of the layout, in pixels</td>
|
336
|
-
</tr>
|
337
|
-
</tbody>
|
408
|
+
<tbody><tr>
|
409
|
+
<td class="parameter_name"><p>layout</p></td>
|
410
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
411
|
+
<td class="parameter_annotations"> </td>
|
412
|
+
</tr></tbody>
|
338
413
|
</table></div>
|
414
|
+
</div>
|
415
|
+
<div class="refsect3">
|
416
|
+
<a name="id-1.5.4.5.8.4.6"></a><h4>Returns</h4>
|
417
|
+
<p> <code class="literal">TRUE</code> if the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> should pack children
|
418
|
+
at the beginning of the layout, and <code class="literal">FALSE</code> otherwise</p>
|
419
|
+
<p></p>
|
420
|
+
</div>
|
339
421
|
<p class="since">Since 1.2</p>
|
340
422
|
</div>
|
341
423
|
<hr>
|
342
424
|
<div class="refsect2">
|
343
|
-
<a name="clutter-box-layout-
|
344
|
-
<pre class="programlisting"><span class="returnvalue">
|
345
|
-
<
|
346
|
-
|
425
|
+
<a name="clutter-box-layout-set-spacing"></a><h3>clutter_box_layout_set_spacing ()</h3>
|
426
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
427
|
+
clutter_box_layout_set_spacing (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
428
|
+
<em class="parameter"><code><span class="type">guint</span> spacing</code></em>);</pre>
|
429
|
+
<p>Sets the spacing between children of <em class="parameter"><code>layout</code></em>
|
347
430
|
</p>
|
348
|
-
<div class="
|
431
|
+
<div class="refsect3">
|
432
|
+
<a name="id-1.5.4.5.8.5.5"></a><h4>Parameters</h4>
|
433
|
+
<div class="informaltable"><table width="100%" border="0">
|
349
434
|
<colgroup>
|
350
|
-
<col
|
351
|
-
<col>
|
435
|
+
<col width="150px" class="parameters_name">
|
436
|
+
<col class="parameters_description">
|
437
|
+
<col width="200px" class="parameters_annotations">
|
352
438
|
</colgroup>
|
353
439
|
<tbody>
|
354
440
|
<tr>
|
355
|
-
<td
|
356
|
-
<td>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a>
|
357
|
-
</td>
|
441
|
+
<td class="parameter_name"><p>layout</p></td>
|
442
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
443
|
+
<td class="parameter_annotations"> </td>
|
358
444
|
</tr>
|
359
445
|
<tr>
|
360
|
-
<td
|
361
|
-
<td>the spacing between children of the
|
362
|
-
</td>
|
446
|
+
<td class="parameter_name"><p>spacing</p></td>
|
447
|
+
<td class="parameter_description"><p>the spacing between children of the layout, in pixels</p></td>
|
448
|
+
<td class="parameter_annotations"> </td>
|
363
449
|
</tr>
|
364
450
|
</tbody>
|
365
451
|
</table></div>
|
452
|
+
</div>
|
366
453
|
<p class="since">Since 1.2</p>
|
367
454
|
</div>
|
368
455
|
<hr>
|
369
456
|
<div class="refsect2">
|
370
|
-
<a name="clutter-box-layout-
|
371
|
-
<pre class="programlisting"><span class="returnvalue">
|
372
|
-
|
373
|
-
<p>
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
457
|
+
<a name="clutter-box-layout-get-spacing"></a><h3>clutter_box_layout_get_spacing ()</h3>
|
458
|
+
<pre class="programlisting"><span class="returnvalue">guint</span>
|
459
|
+
clutter_box_layout_get_spacing (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);</pre>
|
460
|
+
<p>Retrieves the spacing set using <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-spacing" title="clutter_box_layout_set_spacing ()"><code class="function">clutter_box_layout_set_spacing()</code></a></p>
|
461
|
+
<div class="refsect3">
|
462
|
+
<a name="id-1.5.4.5.8.6.5"></a><h4>Parameters</h4>
|
463
|
+
<div class="informaltable"><table width="100%" border="0">
|
378
464
|
<colgroup>
|
379
|
-
<col
|
380
|
-
<col>
|
465
|
+
<col width="150px" class="parameters_name">
|
466
|
+
<col class="parameters_description">
|
467
|
+
<col width="200px" class="parameters_annotations">
|
381
468
|
</colgroup>
|
382
|
-
<tbody>
|
383
|
-
<
|
384
|
-
<td><p
|
385
|
-
<td
|
386
|
-
</
|
387
|
-
</tr>
|
388
|
-
<tr>
|
389
|
-
<td><p><span class="term"><em class="parameter"><code>homogeneous</code></em> :</span></p></td>
|
390
|
-
<td>
|
391
|
-
<code class="literal">TRUE</code> if the layout should be homogeneous</td>
|
392
|
-
</tr>
|
393
|
-
</tbody>
|
469
|
+
<tbody><tr>
|
470
|
+
<td class="parameter_name"><p>layout</p></td>
|
471
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
472
|
+
<td class="parameter_annotations"> </td>
|
473
|
+
</tr></tbody>
|
394
474
|
</table></div>
|
395
|
-
|
475
|
+
</div>
|
476
|
+
<div class="refsect3">
|
477
|
+
<a name="id-1.5.4.5.8.6.6"></a><h4>Returns</h4>
|
478
|
+
<p> the spacing between children of the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p>
|
479
|
+
<p></p>
|
480
|
+
</div>
|
481
|
+
<p class="since">Since 1.2</p>
|
396
482
|
</div>
|
397
483
|
<hr>
|
398
484
|
<div class="refsect2">
|
399
|
-
<a name="clutter-box-layout-
|
400
|
-
<pre class="programlisting"><span class="returnvalue">
|
401
|
-
<
|
402
|
-
|
403
|
-
|
404
|
-
|
485
|
+
<a name="clutter-box-layout-set-homogeneous"></a><h3>clutter_box_layout_set_homogeneous ()</h3>
|
486
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
487
|
+
clutter_box_layout_set_homogeneous (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
488
|
+
<em class="parameter"><code><span class="type">gboolean</span> homogeneous</code></em>);</pre>
|
489
|
+
<p>Sets whether the size of <em class="parameter"><code>layout</code></em>
|
490
|
+
children should be
|
491
|
+
homogeneous</p>
|
492
|
+
<div class="refsect3">
|
493
|
+
<a name="id-1.5.4.5.8.7.5"></a><h4>Parameters</h4>
|
494
|
+
<div class="informaltable"><table width="100%" border="0">
|
405
495
|
<colgroup>
|
406
|
-
<col
|
407
|
-
<col>
|
496
|
+
<col width="150px" class="parameters_name">
|
497
|
+
<col class="parameters_description">
|
498
|
+
<col width="200px" class="parameters_annotations">
|
408
499
|
</colgroup>
|
409
500
|
<tbody>
|
410
501
|
<tr>
|
411
|
-
<td
|
412
|
-
<td>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a>
|
413
|
-
</td>
|
502
|
+
<td class="parameter_name"><p>layout</p></td>
|
503
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
504
|
+
<td class="parameter_annotations"> </td>
|
414
505
|
</tr>
|
415
506
|
<tr>
|
416
|
-
<td
|
417
|
-
<td>
|
418
|
-
<
|
419
|
-
homogeneously, and <code class="literal">FALSE</code> otherwise</td>
|
507
|
+
<td class="parameter_name"><p>homogeneous</p></td>
|
508
|
+
<td class="parameter_description"><p><code class="literal">TRUE</code> if the layout should be homogeneous</p></td>
|
509
|
+
<td class="parameter_annotations"> </td>
|
420
510
|
</tr>
|
421
511
|
</tbody>
|
422
512
|
</table></div>
|
513
|
+
</div>
|
423
514
|
<p class="since">Since 1.4</p>
|
424
515
|
</div>
|
425
516
|
<hr>
|
426
517
|
<div class="refsect2">
|
427
|
-
<a name="
|
428
|
-
<pre class="programlisting">
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
</
|
433
|
-
<
|
434
|
-
Represents the orientation of actors or layout managers.
|
435
|
-
</p>
|
436
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
518
|
+
<a name="clutter-box-layout-get-homogeneous"></a><h3>clutter_box_layout_get_homogeneous ()</h3>
|
519
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
520
|
+
clutter_box_layout_get_homogeneous (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);</pre>
|
521
|
+
<p>Retrieves if the children sizes are allocated homogeneously.</p>
|
522
|
+
<div class="refsect3">
|
523
|
+
<a name="id-1.5.4.5.8.8.5"></a><h4>Parameters</h4>
|
524
|
+
<div class="informaltable"><table width="100%" border="0">
|
437
525
|
<colgroup>
|
438
|
-
<col
|
439
|
-
<col>
|
526
|
+
<col width="150px" class="parameters_name">
|
527
|
+
<col class="parameters_description">
|
528
|
+
<col width="200px" class="parameters_annotations">
|
440
529
|
</colgroup>
|
441
|
-
<tbody>
|
442
|
-
<
|
443
|
-
<td><p
|
444
|
-
<td>
|
445
|
-
</
|
446
|
-
</tr>
|
447
|
-
<tr>
|
448
|
-
<td><p><a name="CLUTTER-ORIENTATION-VERTICAL:CAPS"></a><span class="term"><code class="literal">CLUTTER_ORIENTATION_VERTICAL</code></span></p></td>
|
449
|
-
<td>A vertical orientation
|
450
|
-
</td>
|
451
|
-
</tr>
|
452
|
-
</tbody>
|
530
|
+
<tbody><tr>
|
531
|
+
<td class="parameter_name"><p>layout</p></td>
|
532
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
533
|
+
<td class="parameter_annotations"> </td>
|
534
|
+
</tr></tbody>
|
453
535
|
</table></div>
|
454
|
-
|
536
|
+
</div>
|
537
|
+
<div class="refsect3">
|
538
|
+
<a name="id-1.5.4.5.8.8.6"></a><h4>Returns</h4>
|
539
|
+
<p> <code class="literal">TRUE</code> if the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> is arranging its children
|
540
|
+
homogeneously, and <code class="literal">FALSE</code> otherwise</p>
|
541
|
+
<p></p>
|
542
|
+
</div>
|
543
|
+
<p class="since">Since 1.4</p>
|
455
544
|
</div>
|
456
545
|
<hr>
|
457
546
|
<div class="refsect2">
|
458
|
-
<a name="clutter-box-layout-get-orientation"></a><h3>clutter_box_layout_get_orientation
|
459
|
-
<pre class="programlisting"><a class="link" href="ClutterBoxLayout.html#ClutterOrientation" title="enum ClutterOrientation"><span class="returnvalue">ClutterOrientation</span></a>
|
460
|
-
<
|
461
|
-
Retrieves the orientation of the <em class="parameter"><code>layout</code></em
|
462
|
-
|
463
|
-
<div class="
|
547
|
+
<a name="clutter-box-layout-get-orientation"></a><h3>clutter_box_layout_get_orientation ()</h3>
|
548
|
+
<pre class="programlisting"><a class="link" href="ClutterBoxLayout.html#ClutterOrientation" title="enum ClutterOrientation"><span class="returnvalue">ClutterOrientation</span></a>
|
549
|
+
clutter_box_layout_get_orientation (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);</pre>
|
550
|
+
<p>Retrieves the orientation of the <em class="parameter"><code>layout</code></em>
|
551
|
+
.</p>
|
552
|
+
<div class="refsect3">
|
553
|
+
<a name="id-1.5.4.5.8.9.5"></a><h4>Parameters</h4>
|
554
|
+
<div class="informaltable"><table width="100%" border="0">
|
464
555
|
<colgroup>
|
465
|
-
<col
|
466
|
-
<col>
|
556
|
+
<col width="150px" class="parameters_name">
|
557
|
+
<col class="parameters_description">
|
558
|
+
<col width="200px" class="parameters_annotations">
|
467
559
|
</colgroup>
|
468
|
-
<tbody>
|
469
|
-
<
|
470
|
-
<td><p
|
471
|
-
<td
|
472
|
-
</
|
473
|
-
</tr>
|
474
|
-
<tr>
|
475
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
476
|
-
<td>the orientation of the layout</td>
|
477
|
-
</tr>
|
478
|
-
</tbody>
|
560
|
+
<tbody><tr>
|
561
|
+
<td class="parameter_name"><p>layout</p></td>
|
562
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
563
|
+
<td class="parameter_annotations"> </td>
|
564
|
+
</tr></tbody>
|
479
565
|
</table></div>
|
566
|
+
</div>
|
567
|
+
<div class="refsect3">
|
568
|
+
<a name="id-1.5.4.5.8.9.6"></a><h4>Returns</h4>
|
569
|
+
<p> the orientation of the layout</p>
|
570
|
+
<p></p>
|
571
|
+
</div>
|
480
572
|
<p class="since">Since 1.12</p>
|
481
573
|
</div>
|
482
574
|
<hr>
|
483
575
|
<div class="refsect2">
|
484
|
-
<a name="clutter-box-layout-set-orientation"></a><h3>clutter_box_layout_set_orientation
|
485
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
486
|
-
|
487
|
-
<
|
488
|
-
Sets the orientation of the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> layout manager
|
489
|
-
|
490
|
-
<
|
576
|
+
<a name="clutter-box-layout-set-orientation"></a><h3>clutter_box_layout_set_orientation ()</h3>
|
577
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
578
|
+
clutter_box_layout_set_orientation (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
579
|
+
<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html#ClutterOrientation" title="enum ClutterOrientation"><span class="type">ClutterOrientation</span></a> orientation</code></em>);</pre>
|
580
|
+
<p>Sets the orientation of the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> layout manager.</p>
|
581
|
+
<div class="refsect3">
|
582
|
+
<a name="id-1.5.4.5.8.10.5"></a><h4>Parameters</h4>
|
583
|
+
<div class="informaltable"><table width="100%" border="0">
|
491
584
|
<colgroup>
|
492
|
-
<col
|
493
|
-
<col>
|
585
|
+
<col width="150px" class="parameters_name">
|
586
|
+
<col class="parameters_description">
|
587
|
+
<col width="200px" class="parameters_annotations">
|
494
588
|
</colgroup>
|
495
589
|
<tbody>
|
496
590
|
<tr>
|
497
|
-
<td
|
498
|
-
<td>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a>
|
499
|
-
</td>
|
591
|
+
<td class="parameter_name"><p>layout</p></td>
|
592
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
593
|
+
<td class="parameter_annotations"> </td>
|
500
594
|
</tr>
|
501
595
|
<tr>
|
502
|
-
<td
|
503
|
-
<td>the orientation of the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a>
|
504
|
-
</td>
|
596
|
+
<td class="parameter_name"><p>orientation</p></td>
|
597
|
+
<td class="parameter_description"><p>the orientation of the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
598
|
+
<td class="parameter_annotations"> </td>
|
505
599
|
</tr>
|
506
600
|
</tbody>
|
507
601
|
</table></div>
|
602
|
+
</div>
|
508
603
|
<p class="since">Since 1.12</p>
|
509
604
|
</div>
|
510
605
|
<hr>
|
511
606
|
<div class="refsect2">
|
512
|
-
<a name="clutter-box-layout-set-vertical"></a><h3>clutter_box_layout_set_vertical
|
513
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
514
|
-
|
607
|
+
<a name="clutter-box-layout-set-vertical"></a><h3>clutter_box_layout_set_vertical ()</h3>
|
608
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
609
|
+
clutter_box_layout_set_vertical (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
610
|
+
<em class="parameter"><code><span class="type">gboolean</span> vertical</code></em>);</pre>
|
515
611
|
<div class="warning">
|
516
|
-
<
|
517
|
-
<p
|
518
|
-
</div>
|
519
|
-
<p>
|
520
|
-
|
521
|
-
the Y axis, instead of horizontally alongside the X axis
|
522
|
-
|
523
|
-
<
|
612
|
+
<p><code class="literal">clutter_box_layout_set_vertical</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
613
|
+
<p>Use <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-orientation" title="clutter_box_layout_set_orientation ()"><code class="function">clutter_box_layout_set_orientation()</code></a> instead.</p>
|
614
|
+
</div>
|
615
|
+
<p>Sets whether <em class="parameter"><code>layout</code></em>
|
616
|
+
should arrange its children vertically alongside
|
617
|
+
the Y axis, instead of horizontally alongside the X axis</p>
|
618
|
+
<div class="refsect3">
|
619
|
+
<a name="id-1.5.4.5.8.11.7"></a><h4>Parameters</h4>
|
620
|
+
<div class="informaltable"><table width="100%" border="0">
|
524
621
|
<colgroup>
|
525
|
-
<col
|
526
|
-
<col>
|
622
|
+
<col width="150px" class="parameters_name">
|
623
|
+
<col class="parameters_description">
|
624
|
+
<col width="200px" class="parameters_annotations">
|
527
625
|
</colgroup>
|
528
626
|
<tbody>
|
529
627
|
<tr>
|
530
|
-
<td
|
531
|
-
<td>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a>
|
532
|
-
</td>
|
628
|
+
<td class="parameter_name"><p>layout</p></td>
|
629
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
630
|
+
<td class="parameter_annotations"> </td>
|
533
631
|
</tr>
|
534
632
|
<tr>
|
535
|
-
<td
|
536
|
-
<td>
|
537
|
-
<
|
633
|
+
<td class="parameter_name"><p>vertical</p></td>
|
634
|
+
<td class="parameter_description"><p><code class="literal">TRUE</code> if the layout should be vertical</p></td>
|
635
|
+
<td class="parameter_annotations"> </td>
|
538
636
|
</tr>
|
539
637
|
</tbody>
|
540
638
|
</table></div>
|
639
|
+
</div>
|
541
640
|
<p class="since">Since 1.2</p>
|
542
641
|
</div>
|
543
642
|
<hr>
|
544
643
|
<div class="refsect2">
|
545
|
-
<a name="clutter-box-layout-get-vertical"></a><h3>clutter_box_layout_get_vertical
|
546
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
644
|
+
<a name="clutter-box-layout-get-vertical"></a><h3>clutter_box_layout_get_vertical ()</h3>
|
645
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
646
|
+
clutter_box_layout_get_vertical (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);</pre>
|
547
647
|
<div class="warning">
|
548
|
-
<
|
549
|
-
<p
|
550
|
-
</div>
|
551
|
-
<p>
|
552
|
-
|
553
|
-
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-vertical" title="clutter_box_layout_set_vertical
|
554
|
-
|
555
|
-
<
|
648
|
+
<p><code class="literal">clutter_box_layout_get_vertical</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
649
|
+
<p>Use <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-orientation" title="clutter_box_layout_get_orientation ()"><code class="function">clutter_box_layout_get_orientation()</code></a> instead</p>
|
650
|
+
</div>
|
651
|
+
<p>Retrieves the orientation of the <em class="parameter"><code>layout</code></em>
|
652
|
+
as set using the
|
653
|
+
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-vertical" title="clutter_box_layout_set_vertical ()"><code class="function">clutter_box_layout_set_vertical()</code></a> function</p>
|
654
|
+
<div class="refsect3">
|
655
|
+
<a name="id-1.5.4.5.8.12.7"></a><h4>Parameters</h4>
|
656
|
+
<div class="informaltable"><table width="100%" border="0">
|
556
657
|
<colgroup>
|
557
|
-
<col
|
558
|
-
<col>
|
658
|
+
<col width="150px" class="parameters_name">
|
659
|
+
<col class="parameters_description">
|
660
|
+
<col width="200px" class="parameters_annotations">
|
559
661
|
</colgroup>
|
560
|
-
<tbody>
|
561
|
-
<
|
562
|
-
<td><p
|
563
|
-
<td
|
564
|
-
</
|
565
|
-
</tr>
|
566
|
-
<tr>
|
567
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
568
|
-
<td>
|
569
|
-
<code class="literal">TRUE</code> if the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> is arranging its children
|
570
|
-
vertically, and <code class="literal">FALSE</code> otherwise</td>
|
571
|
-
</tr>
|
572
|
-
</tbody>
|
662
|
+
<tbody><tr>
|
663
|
+
<td class="parameter_name"><p>layout</p></td>
|
664
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
665
|
+
<td class="parameter_annotations"> </td>
|
666
|
+
</tr></tbody>
|
573
667
|
</table></div>
|
668
|
+
</div>
|
669
|
+
<div class="refsect3">
|
670
|
+
<a name="id-1.5.4.5.8.12.8"></a><h4>Returns</h4>
|
671
|
+
<p> <code class="literal">TRUE</code> if the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> is arranging its children
|
672
|
+
vertically, and <code class="literal">FALSE</code> otherwise</p>
|
673
|
+
<p></p>
|
674
|
+
</div>
|
574
675
|
<p class="since">Since 1.2</p>
|
575
676
|
</div>
|
576
677
|
<hr>
|
577
678
|
<div class="refsect2">
|
578
|
-
<a name="clutter-box-layout-pack"></a><h3>clutter_box_layout_pack
|
579
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
679
|
+
<a name="clutter-box-layout-pack"></a><h3>clutter_box_layout_pack ()</h3>
|
680
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
681
|
+
clutter_box_layout_pack (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
682
|
+
<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
683
|
+
<em class="parameter"><code><span class="type">gboolean</span> expand</code></em>,
|
684
|
+
<em class="parameter"><code><span class="type">gboolean</span> x_fill</code></em>,
|
685
|
+
<em class="parameter"><code><span class="type">gboolean</span> y_fill</code></em>,
|
686
|
+
<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html#ClutterBoxAlignment" title="enum ClutterBoxAlignment"><span class="type">ClutterBoxAlignment</span></a> x_align</code></em>,
|
687
|
+
<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html#ClutterBoxAlignment" title="enum ClutterBoxAlignment"><span class="type">ClutterBoxAlignment</span></a> y_align</code></em>);</pre>
|
586
688
|
<div class="warning">
|
587
|
-
<
|
588
|
-
<p><
|
689
|
+
<p><code class="literal">clutter_box_layout_pack</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
690
|
+
<p><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> honours <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>'s
|
589
691
|
align and expand properties. The preferred way is adding
|
590
|
-
the <em class="parameter"><code>actor</code></em>
|
591
|
-
|
592
|
-
<a class="link" href="ClutterActor.html#ClutterActor--x-
|
692
|
+
the <em class="parameter"><code>actor</code></em>
|
693
|
+
with <a class="link" href="ClutterActor.html#clutter-actor-add-child" title="clutter_actor_add_child ()"><code class="function">clutter_actor_add_child()</code></a> and setting
|
694
|
+
<a class="link" href="ClutterActor.html#ClutterActor--x-align" title="The “x-align” property"><span class="type">“x-align”</span></a>, <a class="link" href="ClutterActor.html#ClutterActor--y-align" title="The “y-align” property"><span class="type">“y-align”</span></a>,
|
695
|
+
<a class="link" href="ClutterActor.html#ClutterActor--x-expand" title="The “x-expand” property"><span class="type">“x-expand”</span></a> and <a class="link" href="ClutterActor.html#ClutterActor--y-expand" title="The “y-expand” property"><span class="type">“y-expand”</span></a></p>
|
593
696
|
</div>
|
594
|
-
<p>
|
595
|
-
|
596
|
-
|
597
|
-
</p>
|
598
|
-
<div class="
|
697
|
+
<p>Packs <em class="parameter"><code>actor</code></em>
|
698
|
+
inside the <a class="link" href="ClutterContainer.html" title="ClutterContainer"><span class="type">ClutterContainer</span></a> associated to <em class="parameter"><code>layout</code></em>
|
699
|
+
|
700
|
+
and sets the layout properties</p>
|
701
|
+
<div class="refsect3">
|
702
|
+
<a name="id-1.5.4.5.8.13.7"></a><h4>Parameters</h4>
|
703
|
+
<div class="informaltable"><table width="100%" border="0">
|
599
704
|
<colgroup>
|
600
|
-
<col
|
601
|
-
<col>
|
705
|
+
<col width="150px" class="parameters_name">
|
706
|
+
<col class="parameters_description">
|
707
|
+
<col width="200px" class="parameters_annotations">
|
602
708
|
</colgroup>
|
603
709
|
<tbody>
|
604
710
|
<tr>
|
605
|
-
<td
|
606
|
-
<td>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a>
|
607
|
-
</td>
|
711
|
+
<td class="parameter_name"><p>layout</p></td>
|
712
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
713
|
+
<td class="parameter_annotations"> </td>
|
608
714
|
</tr>
|
609
715
|
<tr>
|
610
|
-
<td
|
611
|
-
<td>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>
|
612
|
-
</td>
|
716
|
+
<td class="parameter_name"><p>actor</p></td>
|
717
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a></p></td>
|
718
|
+
<td class="parameter_annotations"> </td>
|
613
719
|
</tr>
|
614
720
|
<tr>
|
615
|
-
<td
|
616
|
-
<td>whether the <em class="parameter"><code>actor</code></em>
|
721
|
+
<td class="parameter_name"><p>expand</p></td>
|
722
|
+
<td class="parameter_description"><p>whether the <em class="parameter"><code>actor</code></em>
|
723
|
+
should expand</p></td>
|
724
|
+
<td class="parameter_annotations"> </td>
|
617
725
|
</tr>
|
618
726
|
<tr>
|
619
|
-
<td
|
620
|
-
<td>whether the <em class="parameter"><code>actor</code></em>
|
727
|
+
<td class="parameter_name"><p>x_fill</p></td>
|
728
|
+
<td class="parameter_description"><p>whether the <em class="parameter"><code>actor</code></em>
|
729
|
+
should fill horizontally</p></td>
|
730
|
+
<td class="parameter_annotations"> </td>
|
621
731
|
</tr>
|
622
732
|
<tr>
|
623
|
-
<td
|
624
|
-
<td>whether the <em class="parameter"><code>actor</code></em>
|
733
|
+
<td class="parameter_name"><p>y_fill</p></td>
|
734
|
+
<td class="parameter_description"><p>whether the <em class="parameter"><code>actor</code></em>
|
735
|
+
should fill vertically</p></td>
|
736
|
+
<td class="parameter_annotations"> </td>
|
625
737
|
</tr>
|
626
738
|
<tr>
|
627
|
-
<td
|
628
|
-
<td>the horizontal alignment policy for <em class="parameter"><code>actor</code></em>
|
629
|
-
</td>
|
739
|
+
<td class="parameter_name"><p>x_align</p></td>
|
740
|
+
<td class="parameter_description"><p>the horizontal alignment policy for <em class="parameter"><code>actor</code></em>
|
741
|
+
</p></td>
|
742
|
+
<td class="parameter_annotations"> </td>
|
630
743
|
</tr>
|
631
744
|
<tr>
|
632
|
-
<td
|
633
|
-
<td>the vertical alignment policy for <em class="parameter"><code>actor</code></em>
|
634
|
-
</td>
|
745
|
+
<td class="parameter_name"><p>y_align</p></td>
|
746
|
+
<td class="parameter_description"><p>the vertical alignment policy for <em class="parameter"><code>actor</code></em>
|
747
|
+
</p></td>
|
748
|
+
<td class="parameter_annotations"> </td>
|
635
749
|
</tr>
|
636
750
|
</tbody>
|
637
751
|
</table></div>
|
752
|
+
</div>
|
638
753
|
<p class="since">Since 1.2</p>
|
639
754
|
</div>
|
640
755
|
<hr>
|
641
756
|
<div class="refsect2">
|
642
|
-
<a name="clutter-box-layout-set-alignment"></a><h3>clutter_box_layout_set_alignment
|
643
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
644
|
-
|
645
|
-
|
646
|
-
|
757
|
+
<a name="clutter-box-layout-set-alignment"></a><h3>clutter_box_layout_set_alignment ()</h3>
|
758
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
759
|
+
clutter_box_layout_set_alignment (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
760
|
+
<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
761
|
+
<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html#ClutterBoxAlignment" title="enum ClutterBoxAlignment"><span class="type">ClutterBoxAlignment</span></a> x_align</code></em>,
|
762
|
+
<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html#ClutterBoxAlignment" title="enum ClutterBoxAlignment"><span class="type">ClutterBoxAlignment</span></a> y_align</code></em>);</pre>
|
647
763
|
<div class="warning">
|
648
|
-
<
|
649
|
-
<p><
|
650
|
-
<a class="link" href="ClutterActor.html#ClutterActor--x-align" title=
|
764
|
+
<p><code class="literal">clutter_box_layout_set_alignment</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
765
|
+
<p><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> will honour <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>'s
|
766
|
+
<a class="link" href="ClutterActor.html#ClutterActor--x-align" title="The “x-align” property"><span class="type">“x-align”</span></a> and <a class="link" href="ClutterActor.html#ClutterActor--y-align" title="The “y-align” property"><span class="type">“y-align”</span></a> properies</p>
|
651
767
|
</div>
|
652
|
-
<p>
|
653
|
-
|
768
|
+
<p>Sets the horizontal and vertical alignment policies for <em class="parameter"><code>actor</code></em>
|
769
|
+
|
654
770
|
inside <em class="parameter"><code>layout</code></em>
|
655
771
|
</p>
|
656
|
-
<div class="
|
772
|
+
<div class="refsect3">
|
773
|
+
<a name="id-1.5.4.5.8.14.7"></a><h4>Parameters</h4>
|
774
|
+
<div class="informaltable"><table width="100%" border="0">
|
657
775
|
<colgroup>
|
658
|
-
<col
|
659
|
-
<col>
|
776
|
+
<col width="150px" class="parameters_name">
|
777
|
+
<col class="parameters_description">
|
778
|
+
<col width="200px" class="parameters_annotations">
|
660
779
|
</colgroup>
|
661
780
|
<tbody>
|
662
781
|
<tr>
|
663
|
-
<td
|
664
|
-
<td>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a>
|
665
|
-
</td>
|
782
|
+
<td class="parameter_name"><p>layout</p></td>
|
783
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
784
|
+
<td class="parameter_annotations"> </td>
|
666
785
|
</tr>
|
667
786
|
<tr>
|
668
|
-
<td
|
669
|
-
<td>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> child of <em class="parameter"><code>layout</code></em>
|
670
|
-
</td>
|
787
|
+
<td class="parameter_name"><p>actor</p></td>
|
788
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> child of <em class="parameter"><code>layout</code></em>
|
789
|
+
</p></td>
|
790
|
+
<td class="parameter_annotations"> </td>
|
671
791
|
</tr>
|
672
792
|
<tr>
|
673
|
-
<td
|
674
|
-
<td>Horizontal alignment policy for <em class="parameter"><code>actor</code></em>
|
675
|
-
</td>
|
793
|
+
<td class="parameter_name"><p>x_align</p></td>
|
794
|
+
<td class="parameter_description"><p>Horizontal alignment policy for <em class="parameter"><code>actor</code></em>
|
795
|
+
</p></td>
|
796
|
+
<td class="parameter_annotations"> </td>
|
676
797
|
</tr>
|
677
798
|
<tr>
|
678
|
-
<td
|
679
|
-
<td>Vertical alignment policy for <em class="parameter"><code>actor</code></em>
|
680
|
-
</td>
|
799
|
+
<td class="parameter_name"><p>y_align</p></td>
|
800
|
+
<td class="parameter_description"><p>Vertical alignment policy for <em class="parameter"><code>actor</code></em>
|
801
|
+
</p></td>
|
802
|
+
<td class="parameter_annotations"> </td>
|
681
803
|
</tr>
|
682
804
|
</tbody>
|
683
805
|
</table></div>
|
806
|
+
</div>
|
684
807
|
<p class="since">Since 1.2</p>
|
685
808
|
</div>
|
686
809
|
<hr>
|
687
810
|
<div class="refsect2">
|
688
|
-
<a name="clutter-box-layout-get-alignment"></a><h3>clutter_box_layout_get_alignment
|
689
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
690
|
-
|
691
|
-
|
692
|
-
|
811
|
+
<a name="clutter-box-layout-get-alignment"></a><h3>clutter_box_layout_get_alignment ()</h3>
|
812
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
813
|
+
clutter_box_layout_get_alignment (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
814
|
+
<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
815
|
+
<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html#ClutterBoxAlignment" title="enum ClutterBoxAlignment"><span class="type">ClutterBoxAlignment</span></a> *x_align</code></em>,
|
816
|
+
<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html#ClutterBoxAlignment" title="enum ClutterBoxAlignment"><span class="type">ClutterBoxAlignment</span></a> *y_align</code></em>);</pre>
|
693
817
|
<div class="warning">
|
694
|
-
<
|
695
|
-
<p><
|
696
|
-
<a class="link" href="ClutterActor.html#ClutterActor--x-align" title=
|
818
|
+
<p><code class="literal">clutter_box_layout_get_alignment</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
819
|
+
<p><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> will honour <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>'s
|
820
|
+
<a class="link" href="ClutterActor.html#ClutterActor--x-align" title="The “x-align” property"><span class="type">“x-align”</span></a> and <a class="link" href="ClutterActor.html#ClutterActor--y-align" title="The “y-align” property"><span class="type">“y-align”</span></a> properies</p>
|
697
821
|
</div>
|
698
|
-
<p>
|
699
|
-
|
700
|
-
as set using <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-pack" title="clutter_box_layout_pack
|
701
|
-
|
702
|
-
<
|
822
|
+
<p>Retrieves the horizontal and vertical alignment policies for <em class="parameter"><code>actor</code></em>
|
823
|
+
|
824
|
+
as set using <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-pack" title="clutter_box_layout_pack ()"><code class="function">clutter_box_layout_pack()</code></a> or <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-alignment" title="clutter_box_layout_set_alignment ()"><code class="function">clutter_box_layout_set_alignment()</code></a></p>
|
825
|
+
<div class="refsect3">
|
826
|
+
<a name="id-1.5.4.5.8.15.7"></a><h4>Parameters</h4>
|
827
|
+
<div class="informaltable"><table width="100%" border="0">
|
703
828
|
<colgroup>
|
704
|
-
<col
|
705
|
-
<col>
|
829
|
+
<col width="150px" class="parameters_name">
|
830
|
+
<col class="parameters_description">
|
831
|
+
<col width="200px" class="parameters_annotations">
|
706
832
|
</colgroup>
|
707
833
|
<tbody>
|
708
834
|
<tr>
|
709
|
-
<td
|
710
|
-
<td>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a>
|
711
|
-
</td>
|
835
|
+
<td class="parameter_name"><p>layout</p></td>
|
836
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
837
|
+
<td class="parameter_annotations"> </td>
|
712
838
|
</tr>
|
713
839
|
<tr>
|
714
|
-
<td
|
715
|
-
<td>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> child of <em class="parameter"><code>layout</code></em>
|
716
|
-
</td>
|
840
|
+
<td class="parameter_name"><p>actor</p></td>
|
841
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> child of <em class="parameter"><code>layout</code></em>
|
842
|
+
</p></td>
|
843
|
+
<td class="parameter_annotations"> </td>
|
717
844
|
</tr>
|
718
845
|
<tr>
|
719
|
-
<td
|
720
|
-
<td>return location for the horizontal alignment policy.
|
721
|
-
</td>
|
846
|
+
<td class="parameter_name"><p>x_align</p></td>
|
847
|
+
<td class="parameter_description"><p> return location for the horizontal alignment policy. </p></td>
|
848
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
722
849
|
</tr>
|
723
850
|
<tr>
|
724
|
-
<td
|
725
|
-
<td>return location for the vertical alignment policy.
|
726
|
-
</td>
|
851
|
+
<td class="parameter_name"><p>y_align</p></td>
|
852
|
+
<td class="parameter_description"><p> return location for the vertical alignment policy. </p></td>
|
853
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
727
854
|
</tr>
|
728
855
|
</tbody>
|
729
856
|
</table></div>
|
857
|
+
</div>
|
730
858
|
<p class="since">Since 1.2</p>
|
731
859
|
</div>
|
732
860
|
<hr>
|
733
861
|
<div class="refsect2">
|
734
|
-
<a name="clutter-box-layout-set-expand"></a><h3>clutter_box_layout_set_expand
|
735
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
736
|
-
|
737
|
-
|
862
|
+
<a name="clutter-box-layout-set-expand"></a><h3>clutter_box_layout_set_expand ()</h3>
|
863
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
864
|
+
clutter_box_layout_set_expand (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
865
|
+
<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
866
|
+
<em class="parameter"><code><span class="type">gboolean</span> expand</code></em>);</pre>
|
738
867
|
<div class="warning">
|
739
|
-
<
|
740
|
-
<p><
|
741
|
-
<a class="link" href="ClutterActor.html#ClutterActor--x-expand" title=
|
868
|
+
<p><code class="literal">clutter_box_layout_set_expand</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
869
|
+
<p><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> will honour <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>'s
|
870
|
+
<a class="link" href="ClutterActor.html#ClutterActor--x-expand" title="The “x-expand” property"><span class="type">“x-expand”</span></a> and <a class="link" href="ClutterActor.html#ClutterActor--y-expand" title="The “y-expand” property"><span class="type">“y-expand”</span></a> properies</p>
|
742
871
|
</div>
|
743
|
-
<p>
|
744
|
-
|
872
|
+
<p>Sets whether <em class="parameter"><code>actor</code></em>
|
873
|
+
should expand inside <em class="parameter"><code>layout</code></em>
|
745
874
|
</p>
|
746
|
-
<div class="
|
875
|
+
<div class="refsect3">
|
876
|
+
<a name="id-1.5.4.5.8.16.7"></a><h4>Parameters</h4>
|
877
|
+
<div class="informaltable"><table width="100%" border="0">
|
747
878
|
<colgroup>
|
748
|
-
<col
|
749
|
-
<col>
|
879
|
+
<col width="150px" class="parameters_name">
|
880
|
+
<col class="parameters_description">
|
881
|
+
<col width="200px" class="parameters_annotations">
|
750
882
|
</colgroup>
|
751
883
|
<tbody>
|
752
884
|
<tr>
|
753
|
-
<td
|
754
|
-
<td>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a>
|
755
|
-
</td>
|
885
|
+
<td class="parameter_name"><p>layout</p></td>
|
886
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
887
|
+
<td class="parameter_annotations"> </td>
|
756
888
|
</tr>
|
757
889
|
<tr>
|
758
|
-
<td
|
759
|
-
<td>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> child of <em class="parameter"><code>layout</code></em>
|
760
|
-
</td>
|
890
|
+
<td class="parameter_name"><p>actor</p></td>
|
891
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> child of <em class="parameter"><code>layout</code></em>
|
892
|
+
</p></td>
|
893
|
+
<td class="parameter_annotations"> </td>
|
761
894
|
</tr>
|
762
895
|
<tr>
|
763
|
-
<td
|
764
|
-
<td>whether <em class="parameter"><code>actor</code></em>
|
896
|
+
<td class="parameter_name"><p>expand</p></td>
|
897
|
+
<td class="parameter_description"><p>whether <em class="parameter"><code>actor</code></em>
|
898
|
+
should expand</p></td>
|
899
|
+
<td class="parameter_annotations"> </td>
|
765
900
|
</tr>
|
766
901
|
</tbody>
|
767
902
|
</table></div>
|
903
|
+
</div>
|
768
904
|
<p class="since">Since 1.2</p>
|
769
905
|
</div>
|
770
906
|
<hr>
|
771
907
|
<div class="refsect2">
|
772
|
-
<a name="clutter-box-layout-get-expand"></a><h3>clutter_box_layout_get_expand
|
773
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
774
|
-
|
908
|
+
<a name="clutter-box-layout-get-expand"></a><h3>clutter_box_layout_get_expand ()</h3>
|
909
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
910
|
+
clutter_box_layout_get_expand (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
911
|
+
<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>);</pre>
|
775
912
|
<div class="warning">
|
776
|
-
<
|
777
|
-
<p><
|
778
|
-
<a class="link" href="ClutterActor.html#ClutterActor--x-expand" title=
|
913
|
+
<p><code class="literal">clutter_box_layout_get_expand</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
914
|
+
<p><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> will honour <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>'s
|
915
|
+
<a class="link" href="ClutterActor.html#ClutterActor--x-expand" title="The “x-expand” property"><span class="type">“x-expand”</span></a> and <a class="link" href="ClutterActor.html#ClutterActor--y-expand" title="The “y-expand” property"><span class="type">“y-expand”</span></a> properies</p>
|
779
916
|
</div>
|
780
|
-
<p>
|
781
|
-
|
917
|
+
<p>Retrieves whether <em class="parameter"><code>actor</code></em>
|
918
|
+
should expand inside <em class="parameter"><code>layout</code></em>
|
782
919
|
</p>
|
783
|
-
<div class="
|
920
|
+
<div class="refsect3">
|
921
|
+
<a name="id-1.5.4.5.8.17.7"></a><h4>Parameters</h4>
|
922
|
+
<div class="informaltable"><table width="100%" border="0">
|
784
923
|
<colgroup>
|
785
|
-
<col
|
786
|
-
<col>
|
924
|
+
<col width="150px" class="parameters_name">
|
925
|
+
<col class="parameters_description">
|
926
|
+
<col width="200px" class="parameters_annotations">
|
787
927
|
</colgroup>
|
788
928
|
<tbody>
|
789
929
|
<tr>
|
790
|
-
<td
|
791
|
-
<td>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a>
|
792
|
-
</td>
|
793
|
-
</tr>
|
794
|
-
<tr>
|
795
|
-
<td><p><span class="term"><em class="parameter"><code>actor</code></em> :</span></p></td>
|
796
|
-
<td>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> child of <em class="parameter"><code>layout</code></em>
|
797
|
-
</td>
|
930
|
+
<td class="parameter_name"><p>layout</p></td>
|
931
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
932
|
+
<td class="parameter_annotations"> </td>
|
798
933
|
</tr>
|
799
934
|
<tr>
|
800
|
-
<td
|
801
|
-
<td>
|
802
|
-
|
935
|
+
<td class="parameter_name"><p>actor</p></td>
|
936
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> child of <em class="parameter"><code>layout</code></em>
|
937
|
+
</p></td>
|
938
|
+
<td class="parameter_annotations"> </td>
|
803
939
|
</tr>
|
804
940
|
</tbody>
|
805
941
|
</table></div>
|
942
|
+
</div>
|
943
|
+
<div class="refsect3">
|
944
|
+
<a name="id-1.5.4.5.8.17.8"></a><h4>Returns</h4>
|
945
|
+
<p> <code class="literal">TRUE</code> if the <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> should expand, <code class="literal">FALSE</code> otherwise</p>
|
946
|
+
<p></p>
|
947
|
+
</div>
|
806
948
|
<p class="since">Since 1.2</p>
|
807
949
|
</div>
|
808
950
|
<hr>
|
809
951
|
<div class="refsect2">
|
810
|
-
<a name="clutter-box-layout-set-fill"></a><h3>clutter_box_layout_set_fill
|
811
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
812
|
-
|
813
|
-
|
814
|
-
|
952
|
+
<a name="clutter-box-layout-set-fill"></a><h3>clutter_box_layout_set_fill ()</h3>
|
953
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
954
|
+
clutter_box_layout_set_fill (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
955
|
+
<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
956
|
+
<em class="parameter"><code><span class="type">gboolean</span> x_fill</code></em>,
|
957
|
+
<em class="parameter"><code><span class="type">gboolean</span> y_fill</code></em>);</pre>
|
815
958
|
<div class="warning">
|
816
|
-
<
|
817
|
-
<p><
|
818
|
-
<a class="link" href="ClutterActor.html#ClutterActor--x-align" title=
|
959
|
+
<p><code class="literal">clutter_box_layout_set_fill</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
960
|
+
<p><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> will honour <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>'s
|
961
|
+
<a class="link" href="ClutterActor.html#ClutterActor--x-align" title="The “x-align” property"><span class="type">“x-align”</span></a> and <a class="link" href="ClutterActor.html#ClutterActor--y-align" title="The “y-align” property"><span class="type">“y-align”</span></a> properies</p>
|
819
962
|
</div>
|
820
|
-
<p>
|
821
|
-
|
963
|
+
<p>Sets the horizontal and vertical fill policies for <em class="parameter"><code>actor</code></em>
|
964
|
+
|
822
965
|
inside <em class="parameter"><code>layout</code></em>
|
823
966
|
</p>
|
824
|
-
<div class="
|
967
|
+
<div class="refsect3">
|
968
|
+
<a name="id-1.5.4.5.8.18.7"></a><h4>Parameters</h4>
|
969
|
+
<div class="informaltable"><table width="100%" border="0">
|
825
970
|
<colgroup>
|
826
|
-
<col
|
827
|
-
<col>
|
971
|
+
<col width="150px" class="parameters_name">
|
972
|
+
<col class="parameters_description">
|
973
|
+
<col width="200px" class="parameters_annotations">
|
828
974
|
</colgroup>
|
829
975
|
<tbody>
|
830
976
|
<tr>
|
831
|
-
<td
|
832
|
-
<td>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a>
|
833
|
-
</td>
|
977
|
+
<td class="parameter_name"><p>layout</p></td>
|
978
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
979
|
+
<td class="parameter_annotations"> </td>
|
834
980
|
</tr>
|
835
981
|
<tr>
|
836
|
-
<td
|
837
|
-
<td>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> child of <em class="parameter"><code>layout</code></em>
|
838
|
-
</td>
|
982
|
+
<td class="parameter_name"><p>actor</p></td>
|
983
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> child of <em class="parameter"><code>layout</code></em>
|
984
|
+
</p></td>
|
985
|
+
<td class="parameter_annotations"> </td>
|
839
986
|
</tr>
|
840
987
|
<tr>
|
841
|
-
<td
|
842
|
-
<td>whether <em class="parameter"><code>actor</code></em>
|
988
|
+
<td class="parameter_name"><p>x_fill</p></td>
|
989
|
+
<td class="parameter_description"><p>whether <em class="parameter"><code>actor</code></em>
|
990
|
+
should fill horizontally the allocated space</p></td>
|
991
|
+
<td class="parameter_annotations"> </td>
|
843
992
|
</tr>
|
844
993
|
<tr>
|
845
|
-
<td
|
846
|
-
<td>whether <em class="parameter"><code>actor</code></em>
|
994
|
+
<td class="parameter_name"><p>y_fill</p></td>
|
995
|
+
<td class="parameter_description"><p>whether <em class="parameter"><code>actor</code></em>
|
996
|
+
should fill vertically the allocated space</p></td>
|
997
|
+
<td class="parameter_annotations"> </td>
|
847
998
|
</tr>
|
848
999
|
</tbody>
|
849
1000
|
</table></div>
|
1001
|
+
</div>
|
850
1002
|
<p class="since">Since 1.2</p>
|
851
1003
|
</div>
|
852
1004
|
<hr>
|
853
1005
|
<div class="refsect2">
|
854
|
-
<a name="clutter-box-layout-get-fill"></a><h3>clutter_box_layout_get_fill
|
855
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
856
|
-
|
857
|
-
|
858
|
-
|
1006
|
+
<a name="clutter-box-layout-get-fill"></a><h3>clutter_box_layout_get_fill ()</h3>
|
1007
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
1008
|
+
clutter_box_layout_get_fill (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
1009
|
+
<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
1010
|
+
<em class="parameter"><code><span class="type">gboolean</span> *x_fill</code></em>,
|
1011
|
+
<em class="parameter"><code><span class="type">gboolean</span> *y_fill</code></em>);</pre>
|
859
1012
|
<div class="warning">
|
860
|
-
<
|
861
|
-
<p><
|
862
|
-
<a class="link" href="ClutterActor.html#ClutterActor--x-align" title=
|
1013
|
+
<p><code class="literal">clutter_box_layout_get_fill</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1014
|
+
<p><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> will honour <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>'s
|
1015
|
+
<a class="link" href="ClutterActor.html#ClutterActor--x-align" title="The “x-align” property"><span class="type">“x-align”</span></a> and <a class="link" href="ClutterActor.html#ClutterActor--y-align" title="The “y-align” property"><span class="type">“y-align”</span></a> properies</p>
|
863
1016
|
</div>
|
864
|
-
<p>
|
865
|
-
|
866
|
-
as set using <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-pack" title="clutter_box_layout_pack
|
867
|
-
|
868
|
-
<
|
1017
|
+
<p>Retrieves the horizontal and vertical fill policies for <em class="parameter"><code>actor</code></em>
|
1018
|
+
|
1019
|
+
as set using <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-pack" title="clutter_box_layout_pack ()"><code class="function">clutter_box_layout_pack()</code></a> or <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-fill" title="clutter_box_layout_set_fill ()"><code class="function">clutter_box_layout_set_fill()</code></a></p>
|
1020
|
+
<div class="refsect3">
|
1021
|
+
<a name="id-1.5.4.5.8.19.7"></a><h4>Parameters</h4>
|
1022
|
+
<div class="informaltable"><table width="100%" border="0">
|
869
1023
|
<colgroup>
|
870
|
-
<col
|
871
|
-
<col>
|
1024
|
+
<col width="150px" class="parameters_name">
|
1025
|
+
<col class="parameters_description">
|
1026
|
+
<col width="200px" class="parameters_annotations">
|
872
1027
|
</colgroup>
|
873
1028
|
<tbody>
|
874
1029
|
<tr>
|
875
|
-
<td
|
876
|
-
<td>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a>
|
877
|
-
</td>
|
1030
|
+
<td class="parameter_name"><p>layout</p></td>
|
1031
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
1032
|
+
<td class="parameter_annotations"> </td>
|
878
1033
|
</tr>
|
879
1034
|
<tr>
|
880
|
-
<td
|
881
|
-
<td>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> child of <em class="parameter"><code>layout</code></em>
|
882
|
-
</td>
|
1035
|
+
<td class="parameter_name"><p>actor</p></td>
|
1036
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> child of <em class="parameter"><code>layout</code></em>
|
1037
|
+
</p></td>
|
1038
|
+
<td class="parameter_annotations"> </td>
|
883
1039
|
</tr>
|
884
1040
|
<tr>
|
885
|
-
<td
|
886
|
-
<td>return location for the horizontal fill policy.
|
887
|
-
</td>
|
1041
|
+
<td class="parameter_name"><p>x_fill</p></td>
|
1042
|
+
<td class="parameter_description"><p> return location for the horizontal fill policy. </p></td>
|
1043
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
888
1044
|
</tr>
|
889
1045
|
<tr>
|
890
|
-
<td
|
891
|
-
<td>return location for the vertical fill policy.
|
892
|
-
</td>
|
1046
|
+
<td class="parameter_name"><p>y_fill</p></td>
|
1047
|
+
<td class="parameter_description"><p> return location for the vertical fill policy. </p></td>
|
1048
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
893
1049
|
</tr>
|
894
1050
|
</tbody>
|
895
1051
|
</table></div>
|
1052
|
+
</div>
|
896
1053
|
<p class="since">Since 1.2</p>
|
897
1054
|
</div>
|
898
1055
|
<hr>
|
899
1056
|
<div class="refsect2">
|
900
|
-
<a name="clutter-box-layout-set-use-animations"></a><h3>clutter_box_layout_set_use_animations
|
901
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
902
|
-
|
903
|
-
|
1057
|
+
<a name="clutter-box-layout-set-use-animations"></a><h3>clutter_box_layout_set_use_animations ()</h3>
|
1058
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
1059
|
+
clutter_box_layout_set_use_animations (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
1060
|
+
<em class="parameter"><code><span class="type">gboolean</span> animate</code></em>);</pre>
|
904
1061
|
<div class="warning">
|
905
|
-
<
|
906
|
-
<p
|
1062
|
+
<p><code class="literal">clutter_box_layout_set_use_animations</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1063
|
+
<p>The layout manager will honour the easing state
|
907
1064
|
of the children when allocating them.</p>
|
908
1065
|
</div>
|
909
|
-
<p>
|
910
|
-
|
911
|
-
|
912
|
-
<
|
913
|
-
|
914
|
-
<
|
915
|
-
|
916
|
-
|
917
|
-
<p>
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
</p>
|
922
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
1066
|
+
<p>Sets whether <em class="parameter"><code>layout</code></em>
|
1067
|
+
should animate changes in the layout properties</p>
|
1068
|
+
<p>The duration of the animations is controlled by
|
1069
|
+
<a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-easing-duration" title="clutter_box_layout_set_easing_duration ()"><code class="function">clutter_box_layout_set_easing_duration()</code></a>; the easing mode to be used
|
1070
|
+
by the animations is controlled by <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-easing-mode" title="clutter_box_layout_set_easing_mode ()"><code class="function">clutter_box_layout_set_easing_mode()</code></a>.</p>
|
1071
|
+
<p>Enabling animations will override the easing state of each child
|
1072
|
+
of the actor using <em class="parameter"><code>layout</code></em>
|
1073
|
+
, and will use the <a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--easing-mode" title="The “easing-mode” property"><span class="type">“easing-mode”</span></a>
|
1074
|
+
and <a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--easing-duration" title="The “easing-duration” property"><span class="type">“easing-duration”</span></a> properties instead.</p>
|
1075
|
+
<div class="refsect3">
|
1076
|
+
<a name="id-1.5.4.5.8.20.9"></a><h4>Parameters</h4>
|
1077
|
+
<div class="informaltable"><table width="100%" border="0">
|
923
1078
|
<colgroup>
|
924
|
-
<col
|
925
|
-
<col>
|
1079
|
+
<col width="150px" class="parameters_name">
|
1080
|
+
<col class="parameters_description">
|
1081
|
+
<col width="200px" class="parameters_annotations">
|
926
1082
|
</colgroup>
|
927
1083
|
<tbody>
|
928
1084
|
<tr>
|
929
|
-
<td
|
930
|
-
<td>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a>
|
931
|
-
</td>
|
1085
|
+
<td class="parameter_name"><p>layout</p></td>
|
1086
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
1087
|
+
<td class="parameter_annotations"> </td>
|
932
1088
|
</tr>
|
933
1089
|
<tr>
|
934
|
-
<td
|
935
|
-
<td>
|
936
|
-
|
1090
|
+
<td class="parameter_name"><p>animate</p></td>
|
1091
|
+
<td class="parameter_description"><p><code class="literal">TRUE</code> if the <em class="parameter"><code>layout</code></em>
|
1092
|
+
should use animations</p></td>
|
1093
|
+
<td class="parameter_annotations"> </td>
|
937
1094
|
</tr>
|
938
1095
|
</tbody>
|
939
1096
|
</table></div>
|
1097
|
+
</div>
|
940
1098
|
<p class="since">Since 1.2</p>
|
941
1099
|
</div>
|
942
1100
|
<hr>
|
943
1101
|
<div class="refsect2">
|
944
|
-
<a name="clutter-box-layout-get-use-animations"></a><h3>clutter_box_layout_get_use_animations
|
945
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
946
|
-
|
947
|
-
<div class="warning">
|
948
|
-
<
|
949
|
-
|
950
|
-
|
951
|
-
<
|
952
|
-
|
953
|
-
</p>
|
954
|
-
<div class="variablelist"><table border="0" class="variablelist">
|
1102
|
+
<a name="clutter-box-layout-get-use-animations"></a><h3>clutter_box_layout_get_use_animations ()</h3>
|
1103
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
1104
|
+
clutter_box_layout_get_use_animations (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);</pre>
|
1105
|
+
<div class="warning"><p><code class="literal">clutter_box_layout_get_use_animations</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
1106
|
+
<p>Retrieves whether <em class="parameter"><code>layout</code></em>
|
1107
|
+
should animate changes in the layout properties.</p>
|
1108
|
+
<div class="refsect3">
|
1109
|
+
<a name="id-1.5.4.5.8.21.7"></a><h4>Parameters</h4>
|
1110
|
+
<div class="informaltable"><table width="100%" border="0">
|
955
1111
|
<colgroup>
|
956
|
-
<col
|
957
|
-
<col>
|
1112
|
+
<col width="150px" class="parameters_name">
|
1113
|
+
<col class="parameters_description">
|
1114
|
+
<col width="200px" class="parameters_annotations">
|
958
1115
|
</colgroup>
|
959
|
-
<tbody>
|
960
|
-
<
|
961
|
-
<td><p
|
962
|
-
<td
|
963
|
-
</
|
964
|
-
</tr>
|
965
|
-
<tr>
|
966
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
967
|
-
<td>
|
968
|
-
<code class="literal">TRUE</code> if the animations should be used, <code class="literal">FALSE</code> otherwise</td>
|
969
|
-
</tr>
|
970
|
-
</tbody>
|
1116
|
+
<tbody><tr>
|
1117
|
+
<td class="parameter_name"><p>layout</p></td>
|
1118
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
1119
|
+
<td class="parameter_annotations"> </td>
|
1120
|
+
</tr></tbody>
|
971
1121
|
</table></div>
|
1122
|
+
</div>
|
1123
|
+
<div class="refsect3">
|
1124
|
+
<a name="id-1.5.4.5.8.21.8"></a><h4>Returns</h4>
|
1125
|
+
<p> <code class="literal">TRUE</code> if the animations should be used, <code class="literal">FALSE</code> otherwise</p>
|
1126
|
+
<p></p>
|
1127
|
+
</div>
|
972
1128
|
<p class="since">Since 1.2</p>
|
973
1129
|
</div>
|
974
1130
|
<hr>
|
975
1131
|
<div class="refsect2">
|
976
|
-
<a name="clutter-box-layout-set-easing-duration"></a><h3>clutter_box_layout_set_easing_duration
|
977
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
978
|
-
|
979
|
-
|
1132
|
+
<a name="clutter-box-layout-set-easing-duration"></a><h3>clutter_box_layout_set_easing_duration ()</h3>
|
1133
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
1134
|
+
clutter_box_layout_set_easing_duration
|
1135
|
+
(<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
1136
|
+
<em class="parameter"><code><span class="type">guint</span> msecs</code></em>);</pre>
|
980
1137
|
<div class="warning">
|
981
|
-
<
|
982
|
-
<p
|
1138
|
+
<p><code class="literal">clutter_box_layout_set_easing_duration</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1139
|
+
<p>The layout manager will honour the easing state
|
983
1140
|
of the children when allocating them.</p>
|
984
1141
|
</div>
|
985
|
-
<p>
|
986
|
-
|
987
|
-
in the layout properties
|
988
|
-
|
989
|
-
<
|
1142
|
+
<p>Sets the duration of the animations used by <em class="parameter"><code>layout</code></em>
|
1143
|
+
when animating changes
|
1144
|
+
in the layout properties.</p>
|
1145
|
+
<div class="refsect3">
|
1146
|
+
<a name="id-1.5.4.5.8.22.7"></a><h4>Parameters</h4>
|
1147
|
+
<div class="informaltable"><table width="100%" border="0">
|
990
1148
|
<colgroup>
|
991
|
-
<col
|
992
|
-
<col>
|
1149
|
+
<col width="150px" class="parameters_name">
|
1150
|
+
<col class="parameters_description">
|
1151
|
+
<col width="200px" class="parameters_annotations">
|
993
1152
|
</colgroup>
|
994
1153
|
<tbody>
|
995
1154
|
<tr>
|
996
|
-
<td
|
997
|
-
<td>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a>
|
998
|
-
</td>
|
1155
|
+
<td class="parameter_name"><p>layout</p></td>
|
1156
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
1157
|
+
<td class="parameter_annotations"> </td>
|
999
1158
|
</tr>
|
1000
1159
|
<tr>
|
1001
|
-
<td
|
1002
|
-
<td>the duration of the animations, in milliseconds</td>
|
1160
|
+
<td class="parameter_name"><p>msecs</p></td>
|
1161
|
+
<td class="parameter_description"><p>the duration of the animations, in milliseconds</p></td>
|
1162
|
+
<td class="parameter_annotations"> </td>
|
1003
1163
|
</tr>
|
1004
1164
|
</tbody>
|
1005
1165
|
</table></div>
|
1166
|
+
</div>
|
1006
1167
|
<p class="since">Since 1.2</p>
|
1007
1168
|
</div>
|
1008
1169
|
<hr>
|
1009
1170
|
<div class="refsect2">
|
1010
|
-
<a name="clutter-box-layout-get-easing-duration"></a><h3>clutter_box_layout_get_easing_duration
|
1011
|
-
<pre class="programlisting"><span class="returnvalue">guint</span>
|
1012
|
-
|
1171
|
+
<a name="clutter-box-layout-get-easing-duration"></a><h3>clutter_box_layout_get_easing_duration ()</h3>
|
1172
|
+
<pre class="programlisting"><span class="returnvalue">guint</span>
|
1173
|
+
clutter_box_layout_get_easing_duration
|
1174
|
+
(<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);</pre>
|
1175
|
+
<div class="warning"><p><code class="literal">clutter_box_layout_get_easing_duration</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
1176
|
+
<p>Retrieves the duration set using <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-easing-duration" title="clutter_box_layout_set_easing_duration ()"><code class="function">clutter_box_layout_set_easing_duration()</code></a></p>
|
1177
|
+
<div class="refsect3">
|
1178
|
+
<a name="id-1.5.4.5.8.23.7"></a><h4>Parameters</h4>
|
1179
|
+
<div class="informaltable"><table width="100%" border="0">
|
1180
|
+
<colgroup>
|
1181
|
+
<col width="150px" class="parameters_name">
|
1182
|
+
<col class="parameters_description">
|
1183
|
+
<col width="200px" class="parameters_annotations">
|
1184
|
+
</colgroup>
|
1185
|
+
<tbody><tr>
|
1186
|
+
<td class="parameter_name"><p>layout</p></td>
|
1187
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
1188
|
+
<td class="parameter_annotations"> </td>
|
1189
|
+
</tr></tbody>
|
1190
|
+
</table></div>
|
1191
|
+
</div>
|
1192
|
+
<div class="refsect3">
|
1193
|
+
<a name="id-1.5.4.5.8.23.8"></a><h4>Returns</h4>
|
1194
|
+
<p> the duration of the animations, in milliseconds</p>
|
1195
|
+
<p></p>
|
1196
|
+
</div>
|
1197
|
+
<p class="since">Since 1.2</p>
|
1198
|
+
</div>
|
1199
|
+
<hr>
|
1200
|
+
<div class="refsect2">
|
1201
|
+
<a name="clutter-box-layout-set-easing-mode"></a><h3>clutter_box_layout_set_easing_mode ()</h3>
|
1202
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
1203
|
+
clutter_box_layout_set_easing_mode (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
|
1204
|
+
<em class="parameter"><code><span class="type">gulong</span> mode</code></em>);</pre>
|
1013
1205
|
<div class="warning">
|
1014
|
-
<
|
1015
|
-
<p
|
1206
|
+
<p><code class="literal">clutter_box_layout_set_easing_mode</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1207
|
+
<p>The layout manager will honour the easing state
|
1208
|
+
of the children when allocating them.</p>
|
1016
1209
|
</div>
|
1017
|
-
<p>
|
1018
|
-
|
1019
|
-
|
1020
|
-
<div class="
|
1210
|
+
<p>Sets the easing mode to be used by <em class="parameter"><code>layout</code></em>
|
1211
|
+
when animating changes in layout
|
1212
|
+
properties.</p>
|
1213
|
+
<div class="refsect3">
|
1214
|
+
<a name="id-1.5.4.5.8.24.7"></a><h4>Parameters</h4>
|
1215
|
+
<div class="informaltable"><table width="100%" border="0">
|
1021
1216
|
<colgroup>
|
1022
|
-
<col
|
1023
|
-
<col>
|
1217
|
+
<col width="150px" class="parameters_name">
|
1218
|
+
<col class="parameters_description">
|
1219
|
+
<col width="200px" class="parameters_annotations">
|
1024
1220
|
</colgroup>
|
1025
1221
|
<tbody>
|
1026
1222
|
<tr>
|
1027
|
-
<td
|
1028
|
-
<td>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a>
|
1029
|
-
</td>
|
1223
|
+
<td class="parameter_name"><p>layout</p></td>
|
1224
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
1225
|
+
<td class="parameter_annotations"> </td>
|
1030
1226
|
</tr>
|
1031
1227
|
<tr>
|
1032
|
-
<td
|
1033
|
-
<td>
|
1228
|
+
<td class="parameter_name"><p>mode</p></td>
|
1229
|
+
<td class="parameter_description"><p>an easing mode, either from <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a> or a logical id
|
1230
|
+
from <a class="link" href="ClutterAlpha.html#clutter-alpha-register-func" title="clutter_alpha_register_func ()"><code class="function">clutter_alpha_register_func()</code></a></p></td>
|
1231
|
+
<td class="parameter_annotations"> </td>
|
1034
1232
|
</tr>
|
1035
1233
|
</tbody>
|
1036
1234
|
</table></div>
|
1235
|
+
</div>
|
1037
1236
|
<p class="since">Since 1.2</p>
|
1038
1237
|
</div>
|
1039
1238
|
<hr>
|
1040
1239
|
<div class="refsect2">
|
1041
|
-
<a name="clutter-box-layout-
|
1042
|
-
<pre class="programlisting"><span class="returnvalue">
|
1043
|
-
|
1044
|
-
<div class="warning">
|
1045
|
-
<
|
1046
|
-
<
|
1047
|
-
|
1240
|
+
<a name="clutter-box-layout-get-easing-mode"></a><h3>clutter_box_layout_get_easing_mode ()</h3>
|
1241
|
+
<pre class="programlisting"><span class="returnvalue">gulong</span>
|
1242
|
+
clutter_box_layout_get_easing_mode (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);</pre>
|
1243
|
+
<div class="warning"><p><code class="literal">clutter_box_layout_get_easing_mode</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p></div>
|
1244
|
+
<p>Retrieves the easing mode set using <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-easing-mode" title="clutter_box_layout_set_easing_mode ()"><code class="function">clutter_box_layout_set_easing_mode()</code></a></p>
|
1245
|
+
<div class="refsect3">
|
1246
|
+
<a name="id-1.5.4.5.8.25.7"></a><h4>Parameters</h4>
|
1247
|
+
<div class="informaltable"><table width="100%" border="0">
|
1248
|
+
<colgroup>
|
1249
|
+
<col width="150px" class="parameters_name">
|
1250
|
+
<col class="parameters_description">
|
1251
|
+
<col width="200px" class="parameters_annotations">
|
1252
|
+
</colgroup>
|
1253
|
+
<tbody><tr>
|
1254
|
+
<td class="parameter_name"><p>layout</p></td>
|
1255
|
+
<td class="parameter_description"><p>a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p></td>
|
1256
|
+
<td class="parameter_annotations"> </td>
|
1257
|
+
</tr></tbody>
|
1258
|
+
</table></div>
|
1048
1259
|
</div>
|
1049
|
-
<
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
|
1260
|
+
<div class="refsect3">
|
1261
|
+
<a name="id-1.5.4.5.8.25.8"></a><h4>Returns</h4>
|
1262
|
+
<p> an easing mode</p>
|
1263
|
+
<p></p>
|
1264
|
+
</div>
|
1265
|
+
<p class="since">Since 1.2</p>
|
1266
|
+
</div>
|
1267
|
+
</div>
|
1268
|
+
<div class="refsect1">
|
1269
|
+
<a name="ClutterBoxLayout.other_details"></a><h2>Types and Values</h2>
|
1270
|
+
<div class="refsect2">
|
1271
|
+
<a name="ClutterBoxAlignment"></a><h3>enum ClutterBoxAlignment</h3>
|
1272
|
+
<p>The alignment policies available on each axis of the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a></p>
|
1273
|
+
<div class="refsect3">
|
1274
|
+
<a name="id-1.5.4.5.9.2.4"></a><h4>Members</h4>
|
1275
|
+
<div class="informaltable"><table width="100%" border="0">
|
1054
1276
|
<colgroup>
|
1055
|
-
<col
|
1056
|
-
<col>
|
1277
|
+
<col width="300px" class="enum_members_name">
|
1278
|
+
<col class="enum_members_description">
|
1279
|
+
<col width="200px" class="enum_members_annotations">
|
1057
1280
|
</colgroup>
|
1058
1281
|
<tbody>
|
1059
1282
|
<tr>
|
1060
|
-
<td
|
1061
|
-
<td
|
1283
|
+
<td class="enum_member_name"><p><a name="CLUTTER-BOX-ALIGNMENT-START:CAPS"></a>CLUTTER_BOX_ALIGNMENT_START</p></td>
|
1284
|
+
<td class="enum_member_description">
|
1285
|
+
<p>Align the child to the top or to
|
1286
|
+
to the left, depending on the used axis</p>
|
1287
|
+
</td>
|
1288
|
+
<td class="enum_member_annotations"> </td>
|
1289
|
+
</tr>
|
1290
|
+
<tr>
|
1291
|
+
<td class="enum_member_name"><p><a name="CLUTTER-BOX-ALIGNMENT-END:CAPS"></a>CLUTTER_BOX_ALIGNMENT_END</p></td>
|
1292
|
+
<td class="enum_member_description">
|
1293
|
+
<p>Align the child to the bottom or to
|
1294
|
+
the right, depending on the used axis</p>
|
1062
1295
|
</td>
|
1296
|
+
<td class="enum_member_annotations"> </td>
|
1063
1297
|
</tr>
|
1064
1298
|
<tr>
|
1065
|
-
<td
|
1066
|
-
<td
|
1067
|
-
|
1299
|
+
<td class="enum_member_name"><p><a name="CLUTTER-BOX-ALIGNMENT-CENTER:CAPS"></a>CLUTTER_BOX_ALIGNMENT_CENTER</p></td>
|
1300
|
+
<td class="enum_member_description">
|
1301
|
+
<p>Align the child to the center</p>
|
1068
1302
|
</td>
|
1303
|
+
<td class="enum_member_annotations"> </td>
|
1069
1304
|
</tr>
|
1070
1305
|
</tbody>
|
1071
1306
|
</table></div>
|
1307
|
+
</div>
|
1072
1308
|
<p class="since">Since 1.2</p>
|
1073
1309
|
</div>
|
1074
1310
|
<hr>
|
1075
1311
|
<div class="refsect2">
|
1076
|
-
<a name="
|
1077
|
-
<pre class="programlisting"
|
1078
|
-
<
|
1079
|
-
|
1080
|
-
<p
|
1312
|
+
<a name="ClutterBoxLayout-struct"></a><h3>struct ClutterBoxLayout</h3>
|
1313
|
+
<pre class="programlisting">struct ClutterBoxLayout;</pre>
|
1314
|
+
<p>The <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> structure contains only private data
|
1315
|
+
and should be accessed using the provided API</p>
|
1316
|
+
<p class="since">Since 1.2</p>
|
1081
1317
|
</div>
|
1082
|
-
<
|
1083
|
-
|
1084
|
-
</
|
1085
|
-
<
|
1318
|
+
<hr>
|
1319
|
+
<div class="refsect2">
|
1320
|
+
<a name="ClutterBoxLayoutClass"></a><h3>struct ClutterBoxLayoutClass</h3>
|
1321
|
+
<pre class="programlisting">struct ClutterBoxLayoutClass {
|
1322
|
+
};
|
1323
|
+
</pre>
|
1324
|
+
<p>The <a class="link" href="ClutterBoxLayout.html#ClutterBoxLayoutClass" title="struct ClutterBoxLayoutClass"><span class="type">ClutterBoxLayoutClass</span></a> structure contains only private
|
1325
|
+
data and should be accessed using the provided API</p>
|
1326
|
+
<p class="since">Since 1.2</p>
|
1327
|
+
</div>
|
1328
|
+
<hr>
|
1329
|
+
<div class="refsect2">
|
1330
|
+
<a name="ClutterOrientation"></a><h3>enum ClutterOrientation</h3>
|
1331
|
+
<p>Represents the orientation of actors or layout managers.</p>
|
1332
|
+
<div class="refsect3">
|
1333
|
+
<a name="id-1.5.4.5.9.5.4"></a><h4>Members</h4>
|
1334
|
+
<div class="informaltable"><table width="100%" border="0">
|
1086
1335
|
<colgroup>
|
1087
|
-
<col
|
1088
|
-
<col>
|
1336
|
+
<col width="300px" class="enum_members_name">
|
1337
|
+
<col class="enum_members_description">
|
1338
|
+
<col width="200px" class="enum_members_annotations">
|
1089
1339
|
</colgroup>
|
1090
1340
|
<tbody>
|
1091
1341
|
<tr>
|
1092
|
-
<td
|
1093
|
-
<td
|
1342
|
+
<td class="enum_member_name"><p><a name="CLUTTER-ORIENTATION-HORIZONTAL:CAPS"></a>CLUTTER_ORIENTATION_HORIZONTAL</p></td>
|
1343
|
+
<td class="enum_member_description">
|
1344
|
+
<p>An horizontal orientation</p>
|
1094
1345
|
</td>
|
1346
|
+
<td class="enum_member_annotations"> </td>
|
1095
1347
|
</tr>
|
1096
1348
|
<tr>
|
1097
|
-
<td
|
1098
|
-
<td
|
1349
|
+
<td class="enum_member_name"><p><a name="CLUTTER-ORIENTATION-VERTICAL:CAPS"></a>CLUTTER_ORIENTATION_VERTICAL</p></td>
|
1350
|
+
<td class="enum_member_description">
|
1351
|
+
<p>A vertical orientation</p>
|
1352
|
+
</td>
|
1353
|
+
<td class="enum_member_annotations"> </td>
|
1099
1354
|
</tr>
|
1100
1355
|
</tbody>
|
1101
1356
|
</table></div>
|
1102
|
-
|
1357
|
+
</div>
|
1358
|
+
<p class="since">Since 1.12</p>
|
1103
1359
|
</div>
|
1104
1360
|
</div>
|
1105
1361
|
<div class="refsect1">
|
1106
1362
|
<a name="ClutterBoxLayout.property-details"></a><h2>Property Details</h2>
|
1107
1363
|
<div class="refsect2">
|
1108
|
-
<a name="ClutterBoxLayout--easing-duration"></a><h3>The <code class="literal"
|
1109
|
-
<pre class="programlisting">
|
1364
|
+
<a name="ClutterBoxLayout--easing-duration"></a><h3>The <code class="literal">“easing-duration”</code> property</h3>
|
1365
|
+
<pre class="programlisting"> “easing-duration” <span class="type">guint</span></pre>
|
1366
|
+
<p>The duration of the animations, in case <a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--use-animations" title="The “use-animations” property"><span class="type">“use-animations”</span></a>
|
1367
|
+
is set to <code class="literal">TRUE</code>.</p>
|
1368
|
+
<p>The duration is expressed in milliseconds.</p>
|
1110
1369
|
<div class="warning">
|
1111
|
-
<
|
1112
|
-
<p
|
1370
|
+
<p><code class="literal">ClutterBoxLayout:easing-duration</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1371
|
+
<p>The <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> will honour the easing state of
|
1113
1372
|
the children when allocating them.</p>
|
1114
1373
|
</div>
|
1115
|
-
<p>
|
1116
|
-
The duration of the animations, in case <a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--use-animations" title='The "use-animations" property'><span class="type">"use-animations"</span></a>
|
1117
|
-
is set to <code class="literal">TRUE</code>.
|
1118
|
-
</p>
|
1119
|
-
<p>
|
1120
|
-
The duration is expressed in milliseconds.
|
1121
|
-
</p>
|
1374
|
+
<p>Flags: Read / Write</p>
|
1122
1375
|
<p>Default value: 500</p>
|
1123
1376
|
<p class="since">Since 1.2</p>
|
1124
1377
|
</div>
|
1125
1378
|
<hr>
|
1126
1379
|
<div class="refsect2">
|
1127
|
-
<a name="ClutterBoxLayout--easing-mode"></a><h3>The <code class="literal"
|
1128
|
-
<pre class="programlisting">
|
1380
|
+
<a name="ClutterBoxLayout--easing-mode"></a><h3>The <code class="literal">“easing-mode”</code> property</h3>
|
1381
|
+
<pre class="programlisting"> “easing-mode” <span class="type">gulong</span></pre>
|
1382
|
+
<p>The easing mode for the animations, in case
|
1383
|
+
<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--use-animations" title="The “use-animations” property"><span class="type">“use-animations”</span></a> is set to <code class="literal">TRUE</code>.</p>
|
1384
|
+
<p>The easing mode has the same semantics of <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--mode" title="The “mode” property"><span class="type">“mode”</span></a>: it can
|
1385
|
+
either be a value from the <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a> enumeration, like
|
1386
|
+
<a class="link" href="ClutterTimeline.html#CLUTTER-EASE-OUT-CUBIC:CAPS"><code class="literal">CLUTTER_EASE_OUT_CUBIC</code></a>, or a logical id as returned by
|
1387
|
+
<a class="link" href="ClutterAlpha.html#clutter-alpha-register-func" title="clutter_alpha_register_func ()"><code class="function">clutter_alpha_register_func()</code></a>.</p>
|
1388
|
+
<p>The default value is <a class="link" href="ClutterTimeline.html#CLUTTER-EASE-OUT-CUBIC:CAPS"><code class="literal">CLUTTER_EASE_OUT_CUBIC</code></a>.</p>
|
1129
1389
|
<div class="warning">
|
1130
|
-
<
|
1131
|
-
<p
|
1390
|
+
<p><code class="literal">ClutterBoxLayout:easing-mode</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1391
|
+
<p>The <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> will honour the easing state of
|
1132
1392
|
the children when allocating them.</p>
|
1133
1393
|
</div>
|
1134
|
-
<p>
|
1135
|
-
The easing mode for the animations, in case
|
1136
|
-
<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--use-animations" title='The "use-animations" property'><span class="type">"use-animations"</span></a> is set to <code class="literal">TRUE</code>.
|
1137
|
-
</p>
|
1138
|
-
<p>
|
1139
|
-
The easing mode has the same semantics of <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--mode" title='The "mode" property'><span class="type">"mode"</span></a>: it can
|
1140
|
-
either be a value from the <a class="link" href="ClutterTimeline.html#ClutterAnimationMode" title="enum ClutterAnimationMode"><span class="type">ClutterAnimationMode</span></a> enumeration, like
|
1141
|
-
<a class="link" href="ClutterTimeline.html#CLUTTER-EASE-OUT-CUBIC:CAPS"><code class="literal">CLUTTER_EASE_OUT_CUBIC</code></a>, or a logical id as returned by
|
1142
|
-
<a class="link" href="ClutterAlpha.html#clutter-alpha-register-func" title="clutter_alpha_register_func ()"><code class="function">clutter_alpha_register_func()</code></a>.
|
1143
|
-
</p>
|
1144
|
-
<p>
|
1145
|
-
The default value is <a class="link" href="ClutterTimeline.html#CLUTTER-EASE-OUT-CUBIC:CAPS"><code class="literal">CLUTTER_EASE_OUT_CUBIC</code></a>.
|
1146
|
-
</p>
|
1394
|
+
<p>Flags: Read / Write</p>
|
1147
1395
|
<p class="since">Since 1.2</p>
|
1148
1396
|
</div>
|
1149
1397
|
<hr>
|
1150
1398
|
<div class="refsect2">
|
1151
|
-
<a name="ClutterBoxLayout--homogeneous"></a><h3>The <code class="literal"
|
1152
|
-
<pre class="programlisting">
|
1153
|
-
<p>
|
1154
|
-
|
1155
|
-
|
1156
|
-
</p>
|
1399
|
+
<a name="ClutterBoxLayout--homogeneous"></a><h3>The <code class="literal">“homogeneous”</code> property</h3>
|
1400
|
+
<pre class="programlisting"> “homogeneous” <span class="type">gboolean</span></pre>
|
1401
|
+
<p>Whether the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> should arrange its children
|
1402
|
+
homogeneously, i.e. all childs get the same size</p>
|
1403
|
+
<p>Flags: Read / Write</p>
|
1157
1404
|
<p>Default value: FALSE</p>
|
1158
1405
|
<p class="since">Since 1.4</p>
|
1159
1406
|
</div>
|
1160
1407
|
<hr>
|
1161
1408
|
<div class="refsect2">
|
1162
|
-
<a name="ClutterBoxLayout--orientation"></a><h3>The <code class="literal"
|
1163
|
-
<pre class="programlisting">
|
1164
|
-
<p>
|
1165
|
-
|
1166
|
-
|
1167
|
-
</p>
|
1409
|
+
<a name="ClutterBoxLayout--orientation"></a><h3>The <code class="literal">“orientation”</code> property</h3>
|
1410
|
+
<pre class="programlisting"> “orientation” <a class="link" href="ClutterBoxLayout.html#ClutterOrientation" title="enum ClutterOrientation"><span class="type">ClutterOrientation</span></a></pre>
|
1411
|
+
<p>The orientation of the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a>, either horizontal
|
1412
|
+
or vertical</p>
|
1413
|
+
<p>Flags: Read / Write</p>
|
1168
1414
|
<p>Default value: CLUTTER_ORIENTATION_HORIZONTAL</p>
|
1169
1415
|
<p class="since">Since 1.12</p>
|
1170
1416
|
</div>
|
1171
1417
|
<hr>
|
1172
1418
|
<div class="refsect2">
|
1173
|
-
<a name="ClutterBoxLayout--pack-start"></a><h3>The <code class="literal"
|
1174
|
-
<pre class="programlisting">
|
1175
|
-
<p>
|
1176
|
-
|
1177
|
-
|
1178
|
-
</p>
|
1419
|
+
<a name="ClutterBoxLayout--pack-start"></a><h3>The <code class="literal">“pack-start”</code> property</h3>
|
1420
|
+
<pre class="programlisting"> “pack-start” <span class="type">gboolean</span></pre>
|
1421
|
+
<p>Whether the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> should pack items at the start
|
1422
|
+
or append them at the end</p>
|
1423
|
+
<p>Flags: Read / Write</p>
|
1179
1424
|
<p>Default value: FALSE</p>
|
1180
1425
|
<p class="since">Since 1.2</p>
|
1181
1426
|
</div>
|
1182
1427
|
<hr>
|
1183
1428
|
<div class="refsect2">
|
1184
|
-
<a name="ClutterBoxLayout--spacing"></a><h3>The <code class="literal"
|
1185
|
-
<pre class="programlisting">
|
1186
|
-
<p>
|
1187
|
-
|
1188
|
-
</p>
|
1429
|
+
<a name="ClutterBoxLayout--spacing"></a><h3>The <code class="literal">“spacing”</code> property</h3>
|
1430
|
+
<pre class="programlisting"> “spacing” <span class="type">guint</span></pre>
|
1431
|
+
<p>The spacing between children of the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a>, in pixels</p>
|
1432
|
+
<p>Flags: Read / Write</p>
|
1189
1433
|
<p>Default value: 0</p>
|
1190
1434
|
<p class="since">Since 1.2</p>
|
1191
1435
|
</div>
|
1192
1436
|
<hr>
|
1193
1437
|
<div class="refsect2">
|
1194
|
-
<a name="ClutterBoxLayout--use-animations"></a><h3>The <code class="literal"
|
1195
|
-
<pre class="programlisting">
|
1438
|
+
<a name="ClutterBoxLayout--use-animations"></a><h3>The <code class="literal">“use-animations”</code> property</h3>
|
1439
|
+
<pre class="programlisting"> “use-animations” <span class="type">gboolean</span></pre>
|
1440
|
+
<p>Whether the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> should animate changes in the
|
1441
|
+
layout, overriding the easing state of the children.</p>
|
1196
1442
|
<div class="warning">
|
1197
|
-
<
|
1198
|
-
<p><
|
1443
|
+
<p><code class="literal">ClutterBoxLayout:use-animations</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1444
|
+
<p><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> will honour the easing state
|
1199
1445
|
of the children when allocating them.</p>
|
1200
1446
|
</div>
|
1201
|
-
<p>
|
1202
|
-
Whether the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> should animate changes in the
|
1203
|
-
layout, overriding the easing state of the children.
|
1204
|
-
</p>
|
1447
|
+
<p>Flags: Read / Write</p>
|
1205
1448
|
<p>Default value: FALSE</p>
|
1206
1449
|
<p class="since">Since 1.2</p>
|
1207
1450
|
</div>
|
1208
1451
|
<hr>
|
1209
1452
|
<div class="refsect2">
|
1210
|
-
<a name="ClutterBoxLayout--vertical"></a><h3>The <code class="literal"
|
1211
|
-
<pre class="programlisting">
|
1453
|
+
<a name="ClutterBoxLayout--vertical"></a><h3>The <code class="literal">“vertical”</code> property</h3>
|
1454
|
+
<pre class="programlisting"> “vertical” <span class="type">gboolean</span></pre>
|
1455
|
+
<p>Whether the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> should arrange its children
|
1456
|
+
alongside the Y axis, instead of alongside the X axis</p>
|
1212
1457
|
<div class="warning">
|
1213
|
-
<
|
1214
|
-
<p
|
1458
|
+
<p><code class="literal">ClutterBoxLayout:vertical</code> has been deprecated since version 1.12 and should not be used in newly-written code.</p>
|
1459
|
+
<p>Use <a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--orientation" title="The “orientation” property"><span class="type">“orientation”</span></a> instead.</p>
|
1215
1460
|
</div>
|
1216
|
-
<p>
|
1217
|
-
Whether the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> should arrange its children
|
1218
|
-
alongside the Y axis, instead of alongside the X axis
|
1219
|
-
</p>
|
1461
|
+
<p>Flags: Read / Write</p>
|
1220
1462
|
<p>Default value: FALSE</p>
|
1221
1463
|
<p class="since">Since 1.2</p>
|
1222
1464
|
</div>
|
@@ -1224,6 +1466,6 @@ alongside the Y axis, instead of alongside the X axis
|
|
1224
1466
|
</div>
|
1225
1467
|
<div class="footer">
|
1226
1468
|
<hr>
|
1227
|
-
Generated by GTK-Doc V1.
|
1469
|
+
Generated by GTK-Doc V1.20.1</div>
|
1228
1470
|
</body>
|
1229
1471
|
</html>
|