clutter 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +4 -4
- data/lib/clutter.rb +1 -1
- data/sample/easing-modes.rb +1 -3
- data/test/clutter-test-utils.rb +6 -1
- data/test/run-test.rb +2 -0
- data/test/test-clutter-color.rb +8 -0
- data/vendor/local/bin/libclutter-1.0-0.dll +0 -0
- data/vendor/local/bin/libcogl-15.dll +0 -0
- data/vendor/local/bin/libcogl-pango-15.dll +0 -0
- data/vendor/local/bin/libjson-glib-1.0-0.dll +0 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-actor.h +16 -4
- data/vendor/local/include/clutter-1.0/clutter/clutter-backend.h +3 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-canvas.h +5 -4
- data/vendor/local/include/clutter-1.0/clutter/clutter-device-manager.h +3 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-event.h +19 -6
- data/vendor/local/include/clutter-1.0/clutter/clutter-flow-layout.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-input-device.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-layout-manager.h +1 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-macros.h +14 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-offscreen-effect.h +6 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-text.h +9 -6
- data/vendor/local/include/clutter-1.0/clutter/clutter-types.h +5 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-version.h +14 -4
- data/vendor/local/include/cogl/cogl-pango/cogl-pango.h +38 -4
- data/vendor/local/include/cogl/cogl-path/cogl-path-enum-types.h +20 -0
- data/vendor/local/include/cogl/{cogl/cogl-path.h → cogl-path/cogl-path-types.h} +6 -27
- data/vendor/local/include/cogl/cogl-path/cogl-path.h +58 -0
- data/vendor/local/include/cogl/{cogl/cogl-path-functions.h → cogl-path/cogl1-path-functions.h} +30 -0
- data/vendor/local/include/cogl/{cogl/cogl2-path.h → cogl-path/cogl2-path-functions.h} +87 -70
- data/vendor/local/include/cogl/cogl/cogl-atlas-texture.h +230 -0
- data/vendor/local/include/cogl/cogl/cogl-attribute-buffer.h +4 -3
- data/vendor/local/include/cogl/cogl/cogl-attribute.h +40 -34
- data/vendor/local/include/cogl/cogl/cogl-bitmap.h +14 -12
- data/vendor/local/include/cogl/cogl/cogl-buffer.h +4 -2
- data/vendor/local/include/cogl/cogl/cogl-clip-state.h +0 -13
- data/vendor/local/include/cogl/cogl/cogl-clutter.h +2 -0
- data/vendor/local/include/cogl/cogl/cogl-color.h +48 -7
- data/vendor/local/include/cogl/cogl/cogl-context.h +28 -4
- data/vendor/local/include/cogl/cogl/cogl-defines.h +3 -2
- data/vendor/local/include/cogl/cogl/cogl-depth-state.h +1 -1
- data/vendor/local/include/cogl/cogl/cogl-display.h +26 -3
- data/vendor/local/include/cogl/cogl/cogl-enum-types.h +0 -4
- data/vendor/local/include/cogl/cogl/cogl-error.h +4 -0
- data/vendor/local/include/cogl/cogl/cogl-fence.h +136 -0
- data/vendor/local/include/cogl/cogl/cogl-frame-info.h +2 -2
- data/vendor/local/include/cogl/cogl/cogl-framebuffer.h +32 -84
- data/vendor/local/include/cogl/cogl/cogl-glib-source.h +34 -3
- data/vendor/local/include/cogl/cogl/cogl-index-buffer.h +2 -0
- data/vendor/local/include/cogl/cogl/cogl-macros.h +253 -0
- data/vendor/local/include/cogl/cogl/cogl-material-compat.h +114 -6
- data/vendor/local/include/cogl/cogl/cogl-matrix-stack.h +1 -1
- data/vendor/local/include/cogl/cogl/cogl-matrix.h +8 -4
- data/vendor/local/include/cogl/cogl/cogl-meta-texture.h +8 -8
- data/vendor/local/include/cogl/cogl/cogl-object.h +6 -2
- data/vendor/local/include/cogl/cogl/cogl-offscreen.h +41 -6
- data/vendor/local/include/cogl/cogl/cogl-onscreen-template.h +1 -1
- data/vendor/local/include/cogl/cogl/cogl-onscreen.h +265 -45
- data/vendor/local/include/cogl/cogl/cogl-output.h +1 -1
- data/vendor/local/include/cogl/cogl/cogl-pipeline-layer-state.h +2 -2
- data/vendor/local/include/cogl/cogl/cogl-pipeline-state.h +57 -8
- data/vendor/local/include/cogl/cogl/cogl-pipeline.h +6 -5
- data/vendor/local/include/cogl/cogl/cogl-pixel-buffer.h +6 -2
- data/vendor/local/include/cogl/cogl/cogl-poll.h +44 -24
- data/vendor/local/include/cogl/cogl/cogl-primitive-texture.h +3 -3
- data/vendor/local/include/cogl/cogl/cogl-primitive.h +86 -29
- data/vendor/local/include/cogl/cogl/cogl-quaternion.h +7 -7
- data/vendor/local/include/cogl/cogl/cogl-renderer.h +7 -2
- data/vendor/local/include/cogl/cogl/cogl-shader.h +72 -29
- data/vendor/local/include/cogl/cogl/cogl-snippet.h +76 -11
- data/vendor/local/include/cogl/cogl/cogl-sub-texture.h +2 -2
- data/vendor/local/include/cogl/cogl/cogl-texture-2d-gl.h +5 -5
- data/vendor/local/include/cogl/cogl/cogl-texture-2d-sliced.h +167 -1
- data/vendor/local/include/cogl/cogl/cogl-texture-2d.h +36 -9
- data/vendor/local/include/cogl/cogl/cogl-texture-3d.h +6 -6
- data/vendor/local/include/cogl/cogl/cogl-texture-rectangle.h +13 -12
- data/vendor/local/include/cogl/cogl/cogl-texture.h +18 -21
- data/vendor/local/include/cogl/cogl/cogl-types.h +2 -1
- data/vendor/local/include/cogl/cogl/cogl-version.h +150 -3
- data/vendor/local/include/cogl/cogl/cogl-vertex-buffer.h +44 -9
- data/vendor/local/include/cogl/cogl/cogl-win32-renderer.h +19 -0
- data/vendor/local/include/cogl/cogl/cogl.h +13 -9
- data/vendor/local/include/cogl/cogl/cogl1-context.h +174 -67
- data/vendor/local/include/json-glib-1.0/json-glib/json-version.h +3 -3
- 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/CoglPango-1.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 +5 -5
- data/vendor/local/lib/libcogl-pango.dll.a +0 -0
- data/vendor/local/lib/libcogl-pango.la +6 -6
- 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 +2 -2
- 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 +1 -1
- data/vendor/local/lib/pkgconfig/json-glib-1.0.pc +1 -1
- data/vendor/local/share/gir-1.0/Cally-1.0.gir +74 -74
- data/vendor/local/share/gir-1.0/Clutter-1.0.gir +6548 -6241
- data/vendor/local/share/gir-1.0/Cogl-1.0.gir +1906 -1405
- data/vendor/local/share/gir-1.0/CoglPango-1.0.gir +69 -46
- data/vendor/local/share/gir-1.0/Json-1.0.gir +694 -694
- data/vendor/local/share/gtk-doc/html/cally/CallyActor.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyClone.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyGroup.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyRectangle.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyRoot.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyStage.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyText.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyTexture.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyUtil.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/cally-General-API.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/callyannotationglossary.html +12 -12
- data/vendor/local/share/gtk-doc/html/cally/callybase.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/callyobjecthierarchy.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/callyobjectindex.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/callyobjects.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/ch01.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/ch02.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/clutter-overview.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/index.sgml +1 -1
- data/vendor/local/share/gtk-doc/html/cally/ix01.html +23 -26
- data/vendor/local/share/gtk-doc/html/cally/ix02.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/ix03.html +23 -26
- data/vendor/local/share/gtk-doc/html/cally/ix04.html +10 -13
- data/vendor/local/share/gtk-doc/html/cally/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/license.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/style.css +71 -16
- data/vendor/local/share/gtk-doc/html/cally/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAction.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActor.html +196 -87
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActorMeta.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlignConstraint.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlpha.html +28 -31
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimatable.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimator.html +37 -40
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBackend.html +51 -31
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviour.html +28 -31
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourDepth.html +19 -22
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html +15 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html +19 -22
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourPath.html +21 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourRotate.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourScale.html +21 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBinLayout.html +51 -54
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBindConstraint.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBlurEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBox.html +22 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBoxLayout.html +31 -34
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCairoTexture.html +59 -62
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCanvas.html +49 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterChildMeta.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClickAction.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClone.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterColorizeEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterConstraint.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContainer.html +24 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContent.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeformEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDesaturateEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeviceManager.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDragAction.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDropAction.html +13 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFixedLayout.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFlowLayout.html +107 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGestureAction.html +33 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGridLayout.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGroup.html +16 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterImage.html +26 -41
- data/vendor/local/share/gtk-doc/html/clutter/ClutterInputDevice.html +44 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterKeyframeTransition.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutManager.html +15 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutMeta.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterListModel.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterMedia.html +39 -42
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModel.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModelIter.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterOffscreenEffect.html +60 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPageTurnEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPaintNode.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPanAction.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPath.html +16 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPathConstraint.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPropertyTransition.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRectangle.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRotateAction.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScore.html +32 -35
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScript.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScriptable.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScrollActor.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSettings.html +16 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterShaderEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSnapConstraint.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterStage.html +731 -686
- data/vendor/local/share/gtk-doc/html/clutter/ClutterState.html +39 -42
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSwipeAction.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTableLayout.html +27 -30
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTapAction.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterText.html +95 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTextBuffer.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTexture.html +47 -50
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTimeline.html +20 -23
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransition.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransitionGroup.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterZoomAction.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/annotation-glossary.html +59 -59
- data/vendor/local/share/gtk-doc/html/clutter/building-clutter.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch01.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch02.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch03.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch04.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch05.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch06.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch07.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch08.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch09.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch10.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch11.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch12.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Base-geometric-types.html +33 -24
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterGLXTexturePixmap.html +34 -35
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html +18 -21
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterX11TexturePixmap.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Colors.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Events.html +96 -37
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Features.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/clutter-General.html +32 -35
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Implicit-Animations.html +60 -63
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Key-Bindings.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Paint-Nodes.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Shaders.html +33 -36
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Stage-Manager.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Unit-conversion.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Utilities.html +23 -26
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Value-intervals.html +20 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Versioning-Macros.html +31 -22
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-specific-support.html +259 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html +19 -22
- data/vendor/local/share/gtk-doc/html/clutter/clutter-overview.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutter.devhelp2 +48 -25
- data/vendor/local/share/gtk-doc/html/clutter/clutteranimation.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterbackends.html +12 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterbase.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterglossary.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjecthierarchy.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjectindex.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjects.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/cluttertools.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/deprecated.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/go01.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/index.html +7 -4
- data/vendor/local/share/gtk-doc/html/clutter/index.sgml +55 -26
- data/vendor/local/share/gtk-doc/html/clutter/iterating-paths.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ix01.html +155 -70
- data/vendor/local/share/gtk-doc/html/clutter/ix02.html +89 -45
- data/vendor/local/share/gtk-doc/html/clutter/ix03.html +39 -34
- data/vendor/local/share/gtk-doc/html/clutter/ix04.html +37 -40
- data/vendor/local/share/gtk-doc/html/clutter/ix05.html +33 -36
- data/vendor/local/share/gtk-doc/html/clutter/ix06.html +40 -43
- data/vendor/local/share/gtk-doc/html/clutter/ix07.html +39 -42
- data/vendor/local/share/gtk-doc/html/clutter/ix08.html +35 -38
- data/vendor/local/share/gtk-doc/html/clutter/ix09.html +33 -36
- data/vendor/local/share/gtk-doc/html/clutter/ix10.html +25 -28
- data/vendor/local/share/gtk-doc/html/clutter/ix11.html +31 -34
- data/vendor/local/share/gtk-doc/html/clutter/ix12.html +56 -47
- data/vendor/local/share/gtk-doc/html/clutter/ix13.html +49 -52
- data/vendor/local/share/gtk-doc/html/clutter/ix14.html +36 -24
- data/vendor/local/share/gtk-doc/html/clutter/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/license.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterAnimation.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterEffect.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterPath.html +10 -10
- data/vendor/local/share/gtk-doc/html/clutter/migration.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/pt09.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/running-clutter.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/style.css +71 -16
- data/vendor/local/share/gtk-doc/html/clutter/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/using-cairo.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Versioning-information.html +3 -3
- 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/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/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/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/cogl.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ky/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/json-glib-1.0.mo +0 -0
- metadata +39 -51
- data/vendor/local/bin/libcogl-12.dll +0 -0
- data/vendor/local/bin/libcogl-pango-12.dll +0 -0
- data/vendor/local/bin/libglut-0.dll +0 -0
- data/vendor/local/include/GL/freeglut.h +0 -22
- data/vendor/local/include/GL/freeglut_ext.h +0 -239
- data/vendor/local/include/GL/freeglut_std.h +0 -636
- data/vendor/local/include/GL/glut.h +0 -21
- data/vendor/local/include/cogl/cogl/cogl2-compatibility.h +0 -55
- data/vendor/local/lib/libglut.a +0 -0
- data/vendor/local/lib/libglut.dll.a +0 -0
- data/vendor/local/lib/libglut.la +0 -41
- data/vendor/local/share/license/freeglut/AUTHORS +0 -39
- data/vendor/local/share/license/freeglut/COPYING +0 -27
- data/vendor/local/share/locale/tg/LC_MESSAGES/clutter-1.0.mo +0 -0
@@ -2,22 +2,22 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Index of deprecated symbols</title>
|
5
|
+
<title>Cally Reference Manual: Index of deprecated symbols</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Cally Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Cally Reference Manual">
|
9
9
|
<link rel="prev" href="ix01.html" title="Index of all symbols">
|
10
10
|
<link rel="next" href="ix03.html" title="Index of new symbols in 1.4">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19.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
|
17
|
-
<td
|
18
|
-
<td><
|
19
|
-
<
|
20
|
-
<td><a accesskey="n" href="ix03.html"><img src="right.png" width="
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
19
|
+
<td><a accesskey="p" href="ix01.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="ix03.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
21
|
</tr></table>
|
22
22
|
<div class="index">
|
23
23
|
<div class="titlepage"><div><div><h1 class="title">
|
@@ -26,6 +26,6 @@
|
|
26
26
|
</div>
|
27
27
|
<div class="footer">
|
28
28
|
<hr>
|
29
|
-
Generated by GTK-Doc V1.
|
29
|
+
Generated by GTK-Doc V1.19.1</div>
|
30
30
|
</body>
|
31
31
|
</html>
|
@@ -2,40 +2,37 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Index of new symbols in 1.4</title>
|
5
|
+
<title>Cally Reference Manual: Index of new symbols in 1.4</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Cally Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Cally Reference Manual">
|
9
9
|
<link rel="prev" href="ix02.html" title="Index of deprecated symbols">
|
10
10
|
<link rel="next" href="ix04.html" title="Index of new symbols in 1.6">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19.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
|
-
<
|
17
|
-
<td><a accesskey="p" href="ix02.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
18
|
-
<td> </td>
|
19
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
|
-
<th width="100%" align="center">Cally Reference Manual</th>
|
21
|
-
<td><a accesskey="n" href="ix04.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
-
</tr>
|
23
|
-
<tr><td colspan="5" class="shortcuts">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left">
|
24
17
|
<a class="shortcut" href="#idxA">A</a>
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
</td
|
38
|
-
|
18
|
+
|
|
19
|
+
<a class="shortcut" href="#idxC">C</a>
|
20
|
+
|
|
21
|
+
<a class="shortcut" href="#idxG">G</a>
|
22
|
+
|
|
23
|
+
<a class="shortcut" href="#idxR">R</a>
|
24
|
+
|
|
25
|
+
<a class="shortcut" href="#idxS">S</a>
|
26
|
+
|
|
27
|
+
<a class="shortcut" href="#idxT">T</a>
|
28
|
+
|
|
29
|
+
<a class="shortcut" href="#idxU">U</a>
|
30
|
+
</td>
|
31
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
32
|
+
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
33
|
+
<td><a accesskey="p" href="ix02.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
34
|
+
<td><a accesskey="n" href="ix04.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
35
|
+
</tr></table>
|
39
36
|
<div class="index">
|
40
37
|
<div class="titlepage"><div><div><h1 class="title">
|
41
38
|
<a name="id-1.7"></a>Index of new symbols in 1.4</h1></div></div></div>
|
@@ -185,6 +182,6 @@
|
|
185
182
|
</div>
|
186
183
|
<div class="footer">
|
187
184
|
<hr>
|
188
|
-
Generated by GTK-Doc V1.
|
185
|
+
Generated by GTK-Doc V1.19.1</div>
|
189
186
|
</body>
|
190
187
|
</html>
|
@@ -2,26 +2,23 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Index of new symbols in 1.6</title>
|
5
|
+
<title>Cally Reference Manual: Index of new symbols in 1.6</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Cally Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Cally Reference Manual">
|
9
9
|
<link rel="prev" href="ix03.html" title="Index of new symbols in 1.4">
|
10
10
|
<link rel="next" href="license.html" title="Appendix A. License">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19.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
|
-
<
|
17
|
-
<td><a accesskey="
|
18
|
-
<td
|
19
|
-
<td><a accesskey="
|
20
|
-
<
|
21
|
-
|
22
|
-
</tr>
|
23
|
-
<tr><td colspan="5" class="shortcuts"><a class="shortcut" href="#idxA">A</a></td></tr>
|
24
|
-
</table>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left"><a class="shortcut" href="#idxA">A</a></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
19
|
+
<td><a accesskey="p" href="ix03.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="license.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
25
22
|
<div class="index">
|
26
23
|
<div class="titlepage"><div><div><h1 class="title">
|
27
24
|
<a name="id-1.8"></a>Index of new symbols in 1.6</h1></div></div></div>
|
@@ -37,6 +34,6 @@
|
|
37
34
|
</div>
|
38
35
|
<div class="footer">
|
39
36
|
<hr>
|
40
|
-
Generated by GTK-Doc V1.
|
37
|
+
Generated by GTK-Doc V1.19.1</div>
|
41
38
|
</body>
|
42
39
|
</html>
|
Binary file
|
Binary file
|
@@ -2,21 +2,21 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Appendix A. License</title>
|
5
|
+
<title>Cally Reference Manual: Appendix A. License</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Cally Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Cally Reference Manual">
|
9
9
|
<link rel="prev" href="ix04.html" title="Index of new symbols in 1.6">
|
10
|
-
<meta name="generator" content="GTK-Doc V1.
|
10
|
+
<meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
|
11
11
|
<link rel="stylesheet" href="style.css" type="text/css">
|
12
12
|
</head>
|
13
13
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
14
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
15
|
-
<td
|
16
|
-
<td
|
17
|
-
<td><
|
18
|
-
<
|
19
|
-
<td
|
14
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
15
|
+
<td width="100%" align="left"></td>
|
16
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
17
|
+
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
18
|
+
<td><a accesskey="p" href="ix04.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
19
|
+
<td><img src="right-insensitive.png" width="16" height="16" border="0"></td>
|
20
20
|
</tr></table>
|
21
21
|
<div class="appendix">
|
22
22
|
<div class="titlepage"><div><div><h1 class="title">
|
@@ -53,6 +53,6 @@
|
|
53
53
|
</div>
|
54
54
|
<div class="footer">
|
55
55
|
<hr>
|
56
|
-
Generated by GTK-Doc V1.
|
56
|
+
Generated by GTK-Doc V1.19.1</div>
|
57
57
|
</body>
|
58
58
|
</html>
|
Binary file
|
Binary file
|
@@ -1,3 +1,7 @@
|
|
1
|
+
body
|
2
|
+
{
|
3
|
+
font-family: cantarell, sans-serif;
|
4
|
+
}
|
1
5
|
.synopsis, .classsynopsis
|
2
6
|
{
|
3
7
|
/* tango:aluminium 1/2 */
|
@@ -53,9 +57,9 @@
|
|
53
57
|
table.navigation#top
|
54
58
|
{
|
55
59
|
position: fixed;
|
56
|
-
/* tango:
|
57
|
-
background: #
|
58
|
-
border: solid 1px #
|
60
|
+
/* tango:aluminum 2 */
|
61
|
+
background: #d3d7cf;
|
62
|
+
border: solid 1px #babdb6;
|
59
63
|
margin-top: 0;
|
60
64
|
margin-bottom: 0;
|
61
65
|
top: 0;
|
@@ -65,18 +69,18 @@
|
|
65
69
|
}
|
66
70
|
.navigation a, .navigation a:visited
|
67
71
|
{
|
68
|
-
/* tango:
|
69
|
-
color: #
|
72
|
+
/* tango:sky blue 3 */
|
73
|
+
color: #204a87;
|
70
74
|
}
|
71
75
|
.navigation a:hover
|
72
76
|
{
|
73
|
-
/* tango:
|
74
|
-
color: #
|
77
|
+
/* tango:sky blue 2 */
|
78
|
+
color: #3465a4;
|
75
79
|
}
|
76
80
|
td.shortcuts
|
77
81
|
{
|
78
|
-
/* tango:
|
79
|
-
color: #
|
82
|
+
/* tango:sky blue 2 */
|
83
|
+
color: #3465a4;
|
80
84
|
font-size: 80%;
|
81
85
|
white-space: nowrap;
|
82
86
|
}
|
@@ -89,9 +93,9 @@
|
|
89
93
|
div.titlepage table.navigation {
|
90
94
|
visibility: visible;
|
91
95
|
display: table;
|
92
|
-
/* tango:
|
93
|
-
background: #
|
94
|
-
border: solid 1px #
|
96
|
+
/* tango:aluminum 2 */
|
97
|
+
background: #d3d7cf;
|
98
|
+
border: solid 1px #babdb6;
|
95
99
|
margin-top: 0;
|
96
100
|
margin-bottom: 0;
|
97
101
|
top: 0;
|
@@ -102,7 +106,7 @@
|
|
102
106
|
|
103
107
|
.navigation .title
|
104
108
|
{
|
105
|
-
font-size:
|
109
|
+
font-size: 120%;
|
106
110
|
}
|
107
111
|
|
108
112
|
div.gallery-float
|
@@ -156,14 +160,37 @@ div.table table th
|
|
156
160
|
|
157
161
|
hr
|
158
162
|
{
|
159
|
-
/* tango:aluminium
|
160
|
-
color: #
|
161
|
-
background: #
|
163
|
+
/* tango:aluminium 1 */
|
164
|
+
color: #d3d7cf;
|
165
|
+
background: #d3d7cf;
|
162
166
|
border: none 0px;
|
163
167
|
height: 1px;
|
164
168
|
clear: both;
|
165
169
|
}
|
166
170
|
|
171
|
+
dl.toc dt
|
172
|
+
{
|
173
|
+
padding-bottom: 0.25em;
|
174
|
+
}
|
175
|
+
|
176
|
+
dl.toc > dd > dl > dt
|
177
|
+
{
|
178
|
+
padding-top: 0.25em;
|
179
|
+
padding-bottom: 0.25em;
|
180
|
+
}
|
181
|
+
|
182
|
+
dl.toc > dt
|
183
|
+
{
|
184
|
+
padding-top: 1em;
|
185
|
+
padding-bottom: 0.5em;
|
186
|
+
font-weight: bold;
|
187
|
+
}
|
188
|
+
|
189
|
+
.parameter
|
190
|
+
{
|
191
|
+
font-style: normal;
|
192
|
+
}
|
193
|
+
|
167
194
|
.footer
|
168
195
|
{
|
169
196
|
padding-top: 3.5em;
|
@@ -173,6 +200,18 @@ hr
|
|
173
200
|
font-size: 80%;
|
174
201
|
}
|
175
202
|
|
203
|
+
.informalfigure,
|
204
|
+
.figure
|
205
|
+
{
|
206
|
+
margin: 2em;
|
207
|
+
}
|
208
|
+
|
209
|
+
.informalexample,
|
210
|
+
.example
|
211
|
+
{
|
212
|
+
margin: 2em;
|
213
|
+
}
|
214
|
+
|
176
215
|
.warning
|
177
216
|
{
|
178
217
|
/* tango:orange 0/1 */
|
@@ -190,6 +229,7 @@ hr
|
|
190
229
|
padding: 0.5em;
|
191
230
|
border-width: 1px;
|
192
231
|
border-style: solid;
|
232
|
+
margin: 2em;
|
193
233
|
}
|
194
234
|
.note h3, .warning h3
|
195
235
|
{
|
@@ -200,6 +240,21 @@ hr
|
|
200
240
|
margin-bottom: 0.0em
|
201
241
|
}
|
202
242
|
|
243
|
+
p + div.section
|
244
|
+
{
|
245
|
+
margin-top: 2.5em;
|
246
|
+
}
|
247
|
+
|
248
|
+
div.refnamediv,
|
249
|
+
div.refsynopsisdiv,
|
250
|
+
div.refsect1,
|
251
|
+
div.refsect2,
|
252
|
+
div.toc,
|
253
|
+
div.section
|
254
|
+
{
|
255
|
+
margin-bottom: 2.5em;
|
256
|
+
}
|
257
|
+
|
203
258
|
/* blob links */
|
204
259
|
h2 .extralinks, h3 .extralinks
|
205
260
|
{
|
Binary file
|
Binary file
|
@@ -2,32 +2,29 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>ClutterAction</title>
|
5
|
+
<title>Clutter Reference Manual: ClutterAction</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="ch01.html" title="Abstract classes and interfaces">
|
9
9
|
<link rel="prev" href="ClutterActorMeta.html" title="ClutterActorMeta">
|
10
10
|
<link rel="next" href="ClutterConstraint.html" title="ClutterConstraint">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19.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
|
-
<
|
17
|
-
<
|
18
|
-
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
|
-
<th width="100%" align="center">Clutter Reference Manual</th>
|
21
|
-
<td><a accesskey="n" href="ClutterConstraint.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
-
</tr>
|
23
|
-
<tr><td colspan="5" class="shortcuts">
|
24
|
-
<a href="#ClutterAction.synopsis" class="shortcut">Top</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left">
|
17
|
+
<a href="#" class="shortcut">Top</a>
|
25
18
|
|
|
26
19
|
<a href="#ClutterAction.description" class="shortcut">Description</a>
|
27
20
|
|
|
28
21
|
<a href="#ClutterAction.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
29
|
-
</td
|
30
|
-
|
22
|
+
</td>
|
23
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
24
|
+
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
25
|
+
<td><a accesskey="p" href="ClutterActorMeta.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
26
|
+
<td><a accesskey="n" href="ClutterConstraint.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
27
|
+
</tr></table>
|
31
28
|
<div class="refentry">
|
32
29
|
<a name="ClutterAction"></a><div class="titlepage"></div>
|
33
30
|
<div class="refnamediv"><table width="100%"><tr>
|
@@ -105,6 +102,6 @@ only private data
|
|
105
102
|
</div>
|
106
103
|
<div class="footer">
|
107
104
|
<hr>
|
108
|
-
Generated by GTK-Doc V1.
|
105
|
+
Generated by GTK-Doc V1.19.1</div>
|
109
106
|
</body>
|
110
107
|
</html>
|
@@ -2,26 +2,19 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>ClutterActor</title>
|
5
|
+
<title>Clutter Reference Manual: ClutterActor</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="ch01.html" title="Abstract classes and interfaces">
|
9
9
|
<link rel="prev" href="ch01.html" title="Abstract classes and interfaces">
|
10
10
|
<link rel="next" href="ClutterContainer.html" title="ClutterContainer">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19.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
|
-
<
|
17
|
-
<
|
18
|
-
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
|
-
<th width="100%" align="center">Clutter Reference Manual</th>
|
21
|
-
<td><a accesskey="n" href="ClutterContainer.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
-
</tr>
|
23
|
-
<tr><td colspan="5" class="shortcuts">
|
24
|
-
<a href="#ClutterActor.synopsis" class="shortcut">Top</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left">
|
17
|
+
<a href="#" class="shortcut">Top</a>
|
25
18
|
|
|
26
19
|
<a href="#ClutterActor.description" class="shortcut">Description</a>
|
27
20
|
|
|
@@ -32,8 +25,12 @@
|
|
32
25
|
<a href="#ClutterActor.properties" class="shortcut">Properties</a>
|
33
26
|
|
|
34
27
|
<a href="#ClutterActor.signals" class="shortcut">Signals</a>
|
35
|
-
</td
|
36
|
-
|
28
|
+
</td>
|
29
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
30
|
+
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
31
|
+
<td><a accesskey="p" href="ch01.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
32
|
+
<td><a accesskey="n" href="ClutterContainer.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
33
|
+
</tr></table>
|
37
34
|
<div class="refentry">
|
38
35
|
<a name="ClutterActor"></a><div class="titlepage"></div>
|
39
36
|
<div class="refnamediv"><table width="100%"><tr>
|
@@ -81,6 +78,9 @@ const <span class="returnvalue">gchar</span> * <a class="link" href="Clutt
|
|
81
78
|
<span class="returnvalue">void</span> <a class="link" href="ClutterActor.html#clutter-actor-paint" title="clutter_actor_paint ()">clutter_actor_paint</a> (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);
|
82
79
|
<span class="returnvalue">void</span> <a class="link" href="ClutterActor.html#clutter-actor-continue-paint" title="clutter_actor_continue_paint ()">clutter_actor_continue_paint</a> (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);
|
83
80
|
<span class="returnvalue">void</span> <a class="link" href="ClutterActor.html#clutter-actor-queue-redraw" title="clutter_actor_queue_redraw ()">clutter_actor_queue_redraw</a> (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);
|
81
|
+
<span class="returnvalue">void</span> <a class="link" href="ClutterActor.html#clutter-actor-queue-redraw-with-clip" title="clutter_actor_queue_redraw_with_clip ()">clutter_actor_queue_redraw_with_clip</a>
|
82
|
+
(<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>,
|
83
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/cairo/cairo-Types.html#cairo-rectangle-int-t"><span class="type">cairo_rectangle_int_t</span></a> *clip</code></em>);
|
84
84
|
<span class="returnvalue">void</span> <a class="link" href="ClutterActor.html#clutter-actor-queue-relayout" title="clutter_actor_queue_relayout ()">clutter_actor_queue_relayout</a> (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);
|
85
85
|
<span class="returnvalue">void</span> <a class="link" href="ClutterActor.html#clutter-actor-destroy" title="clutter_actor_destroy ()">clutter_actor_destroy</a> (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);
|
86
86
|
<span class="returnvalue">gboolean</span> <a class="link" href="ClutterActor.html#clutter-actor-event" title="clutter_actor_event ()">clutter_actor_event</a> (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
|
@@ -90,6 +90,7 @@ const <span class="returnvalue">gchar</span> * <a class="link" href="Clutt
|
|
90
90
|
<span class="returnvalue">void</span> <a class="link" href="ClutterActor.html#clutter-actor-map" title="clutter_actor_map ()">clutter_actor_map</a> (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);
|
91
91
|
<span class="returnvalue">void</span> <a class="link" href="ClutterActor.html#clutter-actor-unmap" title="clutter_actor_unmap ()">clutter_actor_unmap</a> (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);
|
92
92
|
<span class="returnvalue">gboolean</span> <a class="link" href="ClutterActor.html#clutter-actor-has-overlaps" title="clutter_actor_has_overlaps ()">clutter_actor_has_overlaps</a> (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);
|
93
|
+
<span class="returnvalue">gboolean</span> <a class="link" href="ClutterActor.html#clutter-actor-has-mapped-clones" title="clutter_actor_has_mapped_clones ()">clutter_actor_has_mapped_clones</a> (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);
|
93
94
|
|
94
95
|
enum <a class="link" href="ClutterActor.html#ClutterAllocationFlags" title="enum ClutterAllocationFlags">ClutterAllocationFlags</a>;
|
95
96
|
<span class="returnvalue">void</span> <a class="link" href="ClutterActor.html#clutter-actor-allocate" title="clutter_actor_allocate ()">clutter_actor_allocate</a> (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>,
|
@@ -1251,7 +1252,7 @@ the graph.
|
|
1251
1252
|
signal handlers have been invoked. Overriding the paint virtual
|
1252
1253
|
function gives total control to the paint sequence of the actor
|
1253
1254
|
itself, including the children of the actor, if any.</p>
|
1254
|
-
<div class="warning"
|
1255
|
+
<div class="warning">
|
1255
1256
|
<h3 class="title">Warning</h3>
|
1256
1257
|
<p>It is strongly discouraged to override the
|
1257
1258
|
<a class="link" href="ClutterActor.html#ClutterActorClass.paint"><code class="function">ClutterActorClass.paint()</code></a> virtual function, as well as connecting
|
@@ -1297,7 +1298,7 @@ the graph.
|
|
1297
1298
|
will automatically transition an actor's property change between the
|
1298
1299
|
current state and the desired one without manual intervention, if the
|
1299
1300
|
property is defined to be animatable in its documentation.</p>
|
1300
|
-
<div class="note"
|
1301
|
+
<div class="note">
|
1301
1302
|
<h3 class="title">Note</h3>
|
1302
1303
|
<p>By default, in the 1.0 API series, the transition happens
|
1303
1304
|
with a duration of zero milliseconds, and the implicit animation is an
|
@@ -2226,12 +2227,16 @@ should not be overridden.</td>
|
|
2226
2227
|
<tr>
|
2227
2228
|
<td><p><span class="term"><em class="structfield"><code><a name="ClutterActorClass.realize"></a>realize</code></em> ()</span></p></td>
|
2228
2229
|
<td>virtual function, used to allocate resources for the actor;
|
2229
|
-
it should chain up to the parent's implementation
|
2230
|
+
it should chain up to the parent's implementation. This virtual
|
2231
|
+
function is deprecated and should not be overridden in newly
|
2232
|
+
written code.</td>
|
2230
2233
|
</tr>
|
2231
2234
|
<tr>
|
2232
2235
|
<td><p><span class="term"><em class="structfield"><code><a name="ClutterActorClass.unrealize"></a>unrealize</code></em> ()</span></p></td>
|
2233
2236
|
<td>virtual function, used to deallocate resources allocated
|
2234
|
-
in ::realize; it should chain up to the parent's implementation
|
2237
|
+
in ::realize; it should chain up to the parent's implementation. This
|
2238
|
+
function is deprecated and should not be overridden in newly
|
2239
|
+
written code.</td>
|
2235
2240
|
</tr>
|
2236
2241
|
<tr>
|
2237
2242
|
<td><p><span class="term"><em class="structfield"><code><a name="ClutterActorClass.map"></a>map</code></em> ()</span></p></td>
|
@@ -2256,8 +2261,8 @@ Overriding this function is optional.</td>
|
|
2256
2261
|
</tr>
|
2257
2262
|
<tr>
|
2258
2263
|
<td><p><span class="term"><em class="structfield"><code><a name="ClutterActorClass.destroy"></a>destroy</code></em> ()</span></p></td>
|
2259
|
-
<td>signal class handler for <a class="link" href="ClutterActor.html#ClutterActor-destroy" title='The "destroy" signal'><span class="type">"destroy"</span></a
|
2260
|
-
</td>
|
2264
|
+
<td>signal class handler for <a class="link" href="ClutterActor.html#ClutterActor-destroy" title='The "destroy" signal'><span class="type">"destroy"</span></a>. It must
|
2265
|
+
chain up to the parent's implementation</td>
|
2261
2266
|
</tr>
|
2262
2267
|
<tr>
|
2263
2268
|
<td><p><span class="term"><em class="structfield"><code><a name="ClutterActorClass.pick"></a>pick</code></em> ()</span></p></td>
|
@@ -2287,7 +2292,8 @@ and natural heights of an actor for a given width; it is used by
|
|
2287
2292
|
<td><p><span class="term"><em class="structfield"><code><a name="ClutterActorClass.allocate"></a>allocate</code></em> ()</span></p></td>
|
2288
2293
|
<td>virtual function, used when settings the coordinates of an
|
2289
2294
|
actor; it is used by <a class="link" href="ClutterActor.html#clutter-actor-allocate" title="clutter_actor_allocate ()"><code class="function">clutter_actor_allocate()</code></a>; it must chain up to
|
2290
|
-
the parent's implementation</
|
2295
|
+
the parent's implementation, or call <a class="link" href="ClutterActor.html#clutter-actor-set-allocation" title="clutter_actor_set_allocation ()"><code class="function">clutter_actor_set_allocation()</code></a>
|
2296
|
+
</td>
|
2291
2297
|
</tr>
|
2292
2298
|
<tr>
|
2293
2299
|
<td><p><span class="term"><em class="structfield"><code><a name="ClutterActorClass.apply-transform"></a>apply_transform</code></em> ()</span></p></td>
|
@@ -2560,7 +2566,7 @@ owned by the actor and should not be modified or freed.</td>
|
|
2560
2566
|
<div class="refsect2">
|
2561
2567
|
<a name="clutter-actor-get-gid"></a><h3>clutter_actor_get_gid ()</h3>
|
2562
2568
|
<pre class="programlisting"><span class="returnvalue">guint32</span> clutter_actor_get_gid (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);</pre>
|
2563
|
-
<div class="warning"
|
2569
|
+
<div class="warning">
|
2564
2570
|
<h3 class="title">Warning</h3>
|
2565
2571
|
<p><code class="literal">clutter_actor_get_gid</code> has been deprecated since version 1.8 and should not be used in newly-written code. The id is not used any longer.</p>
|
2566
2572
|
</div>
|
@@ -2618,7 +2624,7 @@ effect.
|
|
2618
2624
|
<div class="refsect2">
|
2619
2625
|
<a name="clutter-actor-show-all"></a><h3>clutter_actor_show_all ()</h3>
|
2620
2626
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_show_all (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);</pre>
|
2621
|
-
<div class="warning"
|
2627
|
+
<div class="warning">
|
2622
2628
|
<h3 class="title">Warning</h3>
|
2623
2629
|
<p><code class="literal">clutter_actor_show_all</code> has been deprecated since version 1.10 and should not be used in newly-written code. Actors are visible by default</p>
|
2624
2630
|
</div>
|
@@ -2670,7 +2676,7 @@ as a side-effect.
|
|
2670
2676
|
<div class="refsect2">
|
2671
2677
|
<a name="clutter-actor-hide-all"></a><h3>clutter_actor_hide_all ()</h3>
|
2672
2678
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_hide_all (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);</pre>
|
2673
|
-
<div class="warning"
|
2679
|
+
<div class="warning">
|
2674
2680
|
<h3 class="title">Warning</h3>
|
2675
2681
|
<p><code class="literal">clutter_actor_hide_all</code> has been deprecated since version 1.10 and should not be used in newly-written code. Using <a class="link" href="ClutterActor.html#clutter-actor-hide" title="clutter_actor_hide ()"><code class="function">clutter_actor_hide()</code></a> on the actor will
|
2676
2682
|
prevent its children from being painted as well.</p>
|
@@ -2695,6 +2701,11 @@ Calls <a class="link" href="ClutterActor.html#clutter-actor-hide" title="clutter
|
|
2695
2701
|
<div class="refsect2">
|
2696
2702
|
<a name="clutter-actor-realize"></a><h3>clutter_actor_realize ()</h3>
|
2697
2703
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_realize (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);</pre>
|
2704
|
+
<div class="warning">
|
2705
|
+
<h3 class="title">Warning</h3>
|
2706
|
+
<p><code class="literal">clutter_actor_realize</code> has been deprecated since version 1.16 and should not be used in newly-written code. Actors are automatically realized, and nothing
|
2707
|
+
requires explicit realization.</p>
|
2708
|
+
</div>
|
2698
2709
|
<p>
|
2699
2710
|
Realization informs the actor that it is attached to a stage. It
|
2700
2711
|
can use this to allocate resources if it wanted to delay allocation
|
@@ -2731,6 +2742,11 @@ suddenly map (and thus realize) the children of the stage.
|
|
2731
2742
|
<div class="refsect2">
|
2732
2743
|
<a name="clutter-actor-unrealize"></a><h3>clutter_actor_unrealize ()</h3>
|
2733
2744
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_unrealize (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);</pre>
|
2745
|
+
<div class="warning">
|
2746
|
+
<h3 class="title">Warning</h3>
|
2747
|
+
<p><code class="literal">clutter_actor_unrealize</code> has been deprecated since version 1.16 and should not be used in newly-written code. Actors are automatically unrealized, and nothing
|
2748
|
+
requires explicit realization.</p>
|
2749
|
+
</div>
|
2734
2750
|
<p>
|
2735
2751
|
Unrealization informs the actor that it may be being destroyed or
|
2736
2752
|
moved to another stage. The actor may want to destroy any
|
@@ -2748,6 +2764,21 @@ may not be expecting.
|
|
2748
2764
|
<p>
|
2749
2765
|
This function should not be called by application code.
|
2750
2766
|
</p>
|
2767
|
+
<p>
|
2768
|
+
This function should not really be in the public API, because
|
2769
|
+
there isn't a good reason to call it. ClutterActor will already
|
2770
|
+
unrealize things for you when it's important to do so.
|
2771
|
+
</p>
|
2772
|
+
<p>
|
2773
|
+
If you were using <a class="link" href="ClutterActor.html#clutter-actor-unrealize" title="clutter_actor_unrealize ()"><code class="function">clutter_actor_unrealize()</code></a> in a dispose
|
2774
|
+
implementation, then don't, just chain up to ClutterActor's
|
2775
|
+
dispose.
|
2776
|
+
</p>
|
2777
|
+
<p>
|
2778
|
+
If you were using <a class="link" href="ClutterActor.html#clutter-actor-unrealize" title="clutter_actor_unrealize ()"><code class="function">clutter_actor_unrealize()</code></a> to implement
|
2779
|
+
unrealizing children of your container, then don't, ClutterActor
|
2780
|
+
will already take care of that.
|
2781
|
+
</p>
|
2751
2782
|
<div class="variablelist"><table border="0" class="variablelist">
|
2752
2783
|
<colgroup>
|
2753
2784
|
<col align="left" valign="top">
|
@@ -2859,6 +2890,40 @@ picking of your actor.
|
|
2859
2890
|
</div>
|
2860
2891
|
<hr>
|
2861
2892
|
<div class="refsect2">
|
2893
|
+
<a name="clutter-actor-queue-redraw-with-clip"></a><h3>clutter_actor_queue_redraw_with_clip ()</h3>
|
2894
|
+
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_queue_redraw_with_clip
|
2895
|
+
(<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>,
|
2896
|
+
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/cairo/cairo-Types.html#cairo-rectangle-int-t"><span class="type">cairo_rectangle_int_t</span></a> *clip</code></em>);</pre>
|
2897
|
+
<p>
|
2898
|
+
Queues a redraw on <em class="parameter"><code>self</code></em> limited to a specific, actor-relative
|
2899
|
+
rectangular area.
|
2900
|
+
</p>
|
2901
|
+
<p>
|
2902
|
+
If <em class="parameter"><code>clip</code></em> is <code class="literal">NULL</code> this function is equivalent to
|
2903
|
+
<a class="link" href="ClutterActor.html#clutter-actor-queue-redraw" title="clutter_actor_queue_redraw ()"><code class="function">clutter_actor_queue_redraw()</code></a>.
|
2904
|
+
</p>
|
2905
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2906
|
+
<colgroup>
|
2907
|
+
<col align="left" valign="top">
|
2908
|
+
<col>
|
2909
|
+
</colgroup>
|
2910
|
+
<tbody>
|
2911
|
+
<tr>
|
2912
|
+
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
|
2913
|
+
<td>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>
|
2914
|
+
</td>
|
2915
|
+
</tr>
|
2916
|
+
<tr>
|
2917
|
+
<td><p><span class="term"><em class="parameter"><code>clip</code></em> :</span></p></td>
|
2918
|
+
<td>a rectangular clip region, or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2919
|
+
</td>
|
2920
|
+
</tr>
|
2921
|
+
</tbody>
|
2922
|
+
</table></div>
|
2923
|
+
<p class="since">Since 1.10</p>
|
2924
|
+
</div>
|
2925
|
+
<hr>
|
2926
|
+
<div class="refsect2">
|
2862
2927
|
<a name="clutter-actor-queue-relayout"></a><h3>clutter_actor_queue_relayout ()</h3>
|
2863
2928
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_queue_relayout (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);</pre>
|
2864
2929
|
<p>
|
@@ -3034,7 +3099,7 @@ chain up to the parent implementation.
|
|
3034
3099
|
</p>
|
3035
3100
|
<p>
|
3036
3101
|
</p>
|
3037
|
-
<div class="note"
|
3102
|
+
<div class="note">
|
3038
3103
|
<h3 class="title">Note</h3>It is important to note that the implementation of the
|
3039
3104
|
<a class="link" href="ClutterActor.html#ClutterActorClass.unmap"><code class="function">ClutterActorClass.unmap()</code></a> virtual function may be called after
|
3040
3105
|
the <a class="link" href="ClutterActor.html#ClutterActorClass.destroy"><code class="function">ClutterActorClass.destroy()</code></a> or the <code class="function">GObjectClass.dispose()</code>
|
@@ -3096,6 +3161,29 @@ Custom actors can override the default response by implementing the
|
|
3096
3161
|
</div>
|
3097
3162
|
<hr>
|
3098
3163
|
<div class="refsect2">
|
3164
|
+
<a name="clutter-actor-has-mapped-clones"></a><h3>clutter_actor_has_mapped_clones ()</h3>
|
3165
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span> clutter_actor_has_mapped_clones (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);</pre>
|
3166
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
3167
|
+
<colgroup>
|
3168
|
+
<col align="left" valign="top">
|
3169
|
+
<col>
|
3170
|
+
</colgroup>
|
3171
|
+
<tbody>
|
3172
|
+
<tr>
|
3173
|
+
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
|
3174
|
+
<td>a <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>
|
3175
|
+
</td>
|
3176
|
+
</tr>
|
3177
|
+
<tr>
|
3178
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
3179
|
+
<td>whether the actor has any mapped clones.</td>
|
3180
|
+
</tr>
|
3181
|
+
</tbody>
|
3182
|
+
</table></div>
|
3183
|
+
<p class="since">Since 1.16</p>
|
3184
|
+
</div>
|
3185
|
+
<hr>
|
3186
|
+
<div class="refsect2">
|
3099
3187
|
<a name="ClutterAllocationFlags"></a><h3>enum ClutterAllocationFlags</h3>
|
3100
3188
|
<pre class="programlisting">typedef enum {
|
3101
3189
|
CLUTTER_ALLOCATION_NONE = 0,
|
@@ -3620,7 +3708,7 @@ those transformations do not affect layout, only rendering.
|
|
3620
3708
|
</p>
|
3621
3709
|
<p>
|
3622
3710
|
</p>
|
3623
|
-
<div class="note"
|
3711
|
+
<div class="note">
|
3624
3712
|
<h3 class="title">Note</h3>Do not call any of the clutter_actor_get_allocation_*() family
|
3625
3713
|
of functions inside the implementation of the <code class="function">get_preferred_width()</code>
|
3626
3714
|
or <code class="function">get_preferred_height()</code> virtual functions.</div>
|
@@ -3652,7 +3740,7 @@ or <code class="function">get_preferred_height()</code> virtual functions.</div>
|
|
3652
3740
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_get_allocation_geometry
|
3653
3741
|
(<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>,
|
3654
3742
|
<em class="parameter"><code><a class="link" href="clutter-Base-geometric-types.html#ClutterGeometry" title="struct ClutterGeometry"><span class="type">ClutterGeometry</span></a> *geom</code></em>);</pre>
|
3655
|
-
<div class="warning"
|
3743
|
+
<div class="warning">
|
3656
3744
|
<h3 class="title">Warning</h3>
|
3657
3745
|
<p><code class="literal">clutter_actor_get_allocation_geometry</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#clutter-actor-get-allocation-box" title="clutter_actor_get_allocation_box ()"><code class="function">clutter_actor_get_allocation_box()</code></a> instead.</p>
|
3658
3746
|
</div>
|
@@ -4922,7 +5010,7 @@ Retrieves the color set using <a class="link" href="ClutterActor.html#clutter-ac
|
|
4922
5010
|
<a name="clutter-actor-set-geometry"></a><h3>clutter_actor_set_geometry ()</h3>
|
4923
5011
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_set_geometry (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>,
|
4924
5012
|
<em class="parameter"><code>const <a class="link" href="clutter-Base-geometric-types.html#ClutterGeometry" title="struct ClutterGeometry"><span class="type">ClutterGeometry</span></a> *geometry</code></em>);</pre>
|
4925
|
-
<div class="warning"
|
5013
|
+
<div class="warning">
|
4926
5014
|
<h3 class="title">Warning</h3>
|
4927
5015
|
<p><code class="literal">clutter_actor_set_geometry</code> has been deprecated since version 1.10 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#clutter-actor-set-position" title="clutter_actor_set_position ()"><code class="function">clutter_actor_set_position()</code></a> and
|
4928
5016
|
<a class="link" href="ClutterActor.html#clutter-actor-set-size" title="clutter_actor_set_size ()"><code class="function">clutter_actor_set_size()</code></a> instead.</p>
|
@@ -4957,7 +5045,7 @@ and <a class="link" href="ClutterActor.html#clutter-actor-set-size" title="clutt
|
|
4957
5045
|
<a name="clutter-actor-get-geometry"></a><h3>clutter_actor_get_geometry ()</h3>
|
4958
5046
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_get_geometry (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>,
|
4959
5047
|
<em class="parameter"><code><a class="link" href="clutter-Base-geometric-types.html#ClutterGeometry" title="struct ClutterGeometry"><span class="type">ClutterGeometry</span></a> *geometry</code></em>);</pre>
|
4960
|
-
<div class="warning"
|
5048
|
+
<div class="warning">
|
4961
5049
|
<h3 class="title">Warning</h3>
|
4962
5050
|
<p><code class="literal">clutter_actor_get_geometry</code> has been deprecated since version 1.10 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#clutter-actor-get-position" title="clutter_actor_get_position ()"><code class="function">clutter_actor_get_position()</code></a> and
|
4963
5051
|
<a class="link" href="ClutterActor.html#clutter-actor-get-size" title="clutter_actor_get_size ()"><code class="function">clutter_actor_get_size()</code></a>, or <a class="link" href="ClutterActor.html#clutter-actor-get-allocation-geometry" title="clutter_actor_get_allocation_geometry ()"><code class="function">clutter_actor_get_allocation_geometry()</code></a>
|
@@ -6217,7 +6305,7 @@ of the actor rectangle on screen increases.
|
|
6217
6305
|
</p>
|
6218
6306
|
<p>
|
6219
6307
|
</p>
|
6220
|
-
<div class="note"
|
6308
|
+
<div class="note">
|
6221
6309
|
<h3 class="title">Note</h3>
|
6222
6310
|
<p>This function can be computationally intensive.</p>
|
6223
6311
|
</div>
|
@@ -6225,7 +6313,7 @@ of the actor rectangle on screen increases.
|
|
6225
6313
|
</p>
|
6226
6314
|
<p>
|
6227
6315
|
</p>
|
6228
|
-
<div class="note"
|
6316
|
+
<div class="note">
|
6229
6317
|
<h3 class="title">Note</h3>
|
6230
6318
|
<p>This function only works when the allocation is up-to-date,
|
6231
6319
|
i.e. inside of <code class="function">paint()</code>.</p>
|
@@ -6378,7 +6466,7 @@ If you want the transformed allocation, see
|
|
6378
6466
|
</p>
|
6379
6467
|
<p>
|
6380
6468
|
</p>
|
6381
|
-
<div class="note"
|
6469
|
+
<div class="note">
|
6382
6470
|
<h3 class="title">Note</h3>When the actor (or one of its ancestors) is rotated around the
|
6383
6471
|
X or Y axis, it no longer appears as on the stage as a rectangle, but
|
6384
6472
|
as a generic quadrangle; in that case this function returns the size
|
@@ -6543,7 +6631,7 @@ actors with a depth factor (not in terms of <a class="link" href="ClutterActor.h
|
|
6543
6631
|
</p>
|
6544
6632
|
<p>
|
6545
6633
|
</p>
|
6546
|
-
<div class="note"
|
6634
|
+
<div class="note">
|
6547
6635
|
<h3 class="title">Note</h3>2D actors overriding <code class="function"><code class="function">get_paint_volume()</code></code>
|
6548
6636
|
ensure their volume has a depth of 0. (This will be true so long as
|
6549
6637
|
you don't call <a class="link" href="clutter-Base-geometric-types.html#clutter-paint-volume-set-depth" title="clutter_paint_volume_set_depth ()"><code class="function">clutter_paint_volume_set_depth()</code></a>.)</div>
|
@@ -10177,7 +10265,7 @@ Clears the list of effects applied to <em class="parameter"><code>self</code></e
|
|
10177
10265
|
<em class="parameter"><code><span class="type">gdouble</span> scale_y</code></em>,
|
10178
10266
|
<em class="parameter"><code><span class="type">gfloat</span> center_x</code></em>,
|
10179
10267
|
<em class="parameter"><code><span class="type">gfloat</span> center_y</code></em>);</pre>
|
10180
|
-
<div class="warning"
|
10268
|
+
<div class="warning">
|
10181
10269
|
<h3 class="title">Warning</h3>
|
10182
10270
|
<p><code class="literal">clutter_actor_set_scale_full</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#clutter-actor-set-pivot-point" title="clutter_actor_set_pivot_point ()"><code class="function">clutter_actor_set_pivot_point()</code></a> to control
|
10183
10271
|
the scale center</p>
|
@@ -10230,7 +10318,7 @@ are animatable.
|
|
10230
10318
|
<em class="parameter"><code><span class="type">gdouble</span> scale_x</code></em>,
|
10231
10319
|
<em class="parameter"><code><span class="type">gdouble</span> scale_y</code></em>,
|
10232
10320
|
<em class="parameter"><code><a class="link" href="ClutterBehaviourScale.html#ClutterGravity" title="enum ClutterGravity"><span class="type">ClutterGravity</span></a> gravity</code></em>);</pre>
|
10233
|
-
<div class="warning"
|
10321
|
+
<div class="warning">
|
10234
10322
|
<h3 class="title">Warning</h3>
|
10235
10323
|
<p><code class="literal">clutter_actor_set_scale_with_gravity</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#clutter-actor-set-pivot-point" title="clutter_actor_set_pivot_point ()"><code class="function">clutter_actor_set_pivot_point()</code></a> to set the
|
10236
10324
|
scale center using normalized coordinates instead.</p>
|
@@ -10280,7 +10368,7 @@ direction.</td>
|
|
10280
10368
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_get_scale_center (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>,
|
10281
10369
|
<em class="parameter"><code><span class="type">gfloat</span> *center_x</code></em>,
|
10282
10370
|
<em class="parameter"><code><span class="type">gfloat</span> *center_y</code></em>);</pre>
|
10283
|
-
<div class="warning"
|
10371
|
+
<div class="warning">
|
10284
10372
|
<h3 class="title">Warning</h3>
|
10285
10373
|
<p><code class="literal">clutter_actor_get_scale_center</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#clutter-actor-get-pivot-point" title="clutter_actor_get_pivot_point ()"><code class="function">clutter_actor_get_pivot_point()</code></a> instead.</p>
|
10286
10374
|
</div>
|
@@ -10321,7 +10409,7 @@ of the scale center, or <code class="literal">NULL</code>. <span class="annotati
|
|
10321
10409
|
<div class="refsect2">
|
10322
10410
|
<a name="clutter-actor-get-scale-gravity"></a><h3>clutter_actor_get_scale_gravity ()</h3>
|
10323
10411
|
<pre class="programlisting"><a class="link" href="ClutterBehaviourScale.html#ClutterGravity" title="enum ClutterGravity"><span class="returnvalue">ClutterGravity</span></a> clutter_actor_get_scale_gravity (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);</pre>
|
10324
|
-
<div class="warning"
|
10412
|
+
<div class="warning">
|
10325
10413
|
<h3 class="title">Warning</h3>
|
10326
10414
|
<p><code class="literal">clutter_actor_get_scale_gravity</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#clutter-actor-get-pivot-point" title="clutter_actor_get_pivot_point ()"><code class="function">clutter_actor_get_pivot_point()</code></a> instead.</p>
|
10327
10415
|
</div>
|
@@ -10354,7 +10442,7 @@ center was specified in pixels or units this will return
|
|
10354
10442
|
<a name="clutter-actor-set-depth"></a><h3>clutter_actor_set_depth ()</h3>
|
10355
10443
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_set_depth (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>,
|
10356
10444
|
<em class="parameter"><code><span class="type">gfloat</span> depth</code></em>);</pre>
|
10357
|
-
<div class="warning"
|
10445
|
+
<div class="warning">
|
10358
10446
|
<h3 class="title">Warning</h3>
|
10359
10447
|
<p><code class="literal">clutter_actor_set_depth</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#clutter-actor-set-z-position" title="clutter_actor_set_z_position ()"><code class="function">clutter_actor_set_z_position()</code></a> instead.</p>
|
10360
10448
|
</div>
|
@@ -10387,7 +10475,7 @@ also <a class="link" href="ClutterStage.html#clutter-stage-set-perspective" titl
|
|
10387
10475
|
<div class="refsect2">
|
10388
10476
|
<a name="clutter-actor-get-depth"></a><h3>clutter_actor_get_depth ()</h3>
|
10389
10477
|
<pre class="programlisting"><span class="returnvalue">gfloat</span> clutter_actor_get_depth (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);</pre>
|
10390
|
-
<div class="warning"
|
10478
|
+
<div class="warning">
|
10391
10479
|
<h3 class="title">Warning</h3>
|
10392
10480
|
<p><code class="literal">clutter_actor_get_depth</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#clutter-actor-get-z-position" title="clutter_actor_get_z_position ()"><code class="function">clutter_actor_get_z_position()</code></a> instead.</p>
|
10393
10481
|
</div>
|
@@ -10416,7 +10504,7 @@ Retrieves the depth of <em class="parameter"><code>self</code></em>.
|
|
10416
10504
|
<div class="refsect2">
|
10417
10505
|
<a name="clutter-actor-push-internal"></a><h3>clutter_actor_push_internal ()</h3>
|
10418
10506
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_push_internal (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);</pre>
|
10419
|
-
<div class="warning"
|
10507
|
+
<div class="warning">
|
10420
10508
|
<h3 class="title">Warning</h3>
|
10421
10509
|
<p><code class="literal">clutter_actor_push_internal</code> has been deprecated since version 1.10 and should not be used in newly-written code. All children of an actor are accessible through
|
10422
10510
|
the <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> API, and <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> implements the
|
@@ -10463,7 +10551,7 @@ internal children added through <a class="link" href="ClutterActor.html#clutter-
|
|
10463
10551
|
<td class="listing_code"><pre class="programlisting"><span class="keyword">static</span><span class="normal"> </span><span class="type">void</span>
|
10464
10552
|
<span class="function">my_actor_init</span><span class="normal"> </span><span class="symbol">(</span><span class="usertype">MyActor</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">self</span><span class="symbol">)</span>
|
10465
10553
|
<span class="cbracket">{</span>
|
10466
|
-
<span class="normal"> self</span><span class="symbol">-></span><span class="normal">priv </span><span class="symbol">=</span><span class="normal"> </span><span class="function">
|
10554
|
+
<span class="normal"> self</span><span class="symbol">-></span><span class="normal">priv </span><span class="symbol">=</span><span class="normal"> </span><span class="function">my_actor_get_instance_private</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">self</span><span class="symbol">);</span>
|
10467
10555
|
|
10468
10556
|
<span class="normal"> </span><span class="function"><a href="ClutterActor.html#clutter-actor-push-internal">clutter_actor_push_internal</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">CLUTTER_ACTOR</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">self</span><span class="symbol">));</span>
|
10469
10557
|
|
@@ -10525,7 +10613,7 @@ one must by followed by a <a class="link" href="ClutterActor.html#clutter-actor-
|
|
10525
10613
|
<div class="refsect2">
|
10526
10614
|
<a name="clutter-actor-pop-internal"></a><h3>clutter_actor_pop_internal ()</h3>
|
10527
10615
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_pop_internal (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);</pre>
|
10528
|
-
<div class="warning"
|
10616
|
+
<div class="warning">
|
10529
10617
|
<h3 class="title">Warning</h3>
|
10530
10618
|
<p><code class="literal">clutter_actor_pop_internal</code> has been deprecated since version 1.10 and should not be used in newly-written code. All children of an actor are accessible through
|
10531
10619
|
the <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> API. This function is only useful for legacy
|
@@ -10553,7 +10641,7 @@ Disables the effects of <a class="link" href="ClutterActor.html#clutter-actor-pu
|
|
10553
10641
|
<a name="clutter-actor-set-parent"></a><h3>clutter_actor_set_parent ()</h3>
|
10554
10642
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_set_parent (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>,
|
10555
10643
|
<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *parent</code></em>);</pre>
|
10556
|
-
<div class="warning"
|
10644
|
+
<div class="warning">
|
10557
10645
|
<h3 class="title">Warning</h3>
|
10558
10646
|
<p><code class="literal">clutter_actor_set_parent</code> has been deprecated since version 1.10 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#clutter-actor-add-child" title="clutter_actor_add_child ()"><code class="function">clutter_actor_add_child()</code></a> instead.</p>
|
10559
10647
|
</div>
|
@@ -10592,7 +10680,7 @@ implementing the <a class="link" href="ClutterContainer.html" title="ClutterCont
|
|
10592
10680
|
<a name="clutter-actor-reparent"></a><h3>clutter_actor_reparent ()</h3>
|
10593
10681
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_reparent (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>,
|
10594
10682
|
<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *new_parent</code></em>);</pre>
|
10595
|
-
<div class="warning"
|
10683
|
+
<div class="warning">
|
10596
10684
|
<h3 class="title">Warning</h3>
|
10597
10685
|
<p><code class="literal">clutter_actor_reparent</code> has been deprecated since version 1.10 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#clutter-actor-remove-child" title="clutter_actor_remove_child ()"><code class="function">clutter_actor_remove_child()</code></a> and
|
10598
10686
|
<a class="link" href="ClutterActor.html#clutter-actor-add-child" title="clutter_actor_add_child ()"><code class="function">clutter_actor_add_child()</code></a> instead; remember to take a reference on
|
@@ -10639,7 +10727,7 @@ code.
|
|
10639
10727
|
<div class="refsect2">
|
10640
10728
|
<a name="clutter-actor-unparent"></a><h3>clutter_actor_unparent ()</h3>
|
10641
10729
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_unparent (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);</pre>
|
10642
|
-
<div class="warning"
|
10730
|
+
<div class="warning">
|
10643
10731
|
<h3 class="title">Warning</h3>
|
10644
10732
|
<p><code class="literal">clutter_actor_unparent</code> has been deprecated since version 1.10 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#clutter-actor-remove-child" title="clutter_actor_remove_child ()"><code class="function">clutter_actor_remove_child()</code></a> instead.</p>
|
10645
10733
|
</div>
|
@@ -10674,7 +10762,7 @@ implementing the <a class="link" href="ClutterContainer.html" title="ClutterCont
|
|
10674
10762
|
<a name="clutter-actor-raise"></a><h3>clutter_actor_raise ()</h3>
|
10675
10763
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_raise (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>,
|
10676
10764
|
<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *below</code></em>);</pre>
|
10677
|
-
<div class="warning"
|
10765
|
+
<div class="warning">
|
10678
10766
|
<h3 class="title">Warning</h3>
|
10679
10767
|
<p><code class="literal">clutter_actor_raise</code> has been deprecated since version 1.10 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#clutter-actor-set-child-above-sibling" title="clutter_actor_set_child_above_sibling ()"><code class="function">clutter_actor_set_child_above_sibling()</code></a> instead.</p>
|
10680
10768
|
</div>
|
@@ -10712,7 +10800,7 @@ This function calls <a class="link" href="ClutterContainer.html#clutter-containe
|
|
10712
10800
|
<a name="clutter-actor-lower"></a><h3>clutter_actor_lower ()</h3>
|
10713
10801
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_lower (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>,
|
10714
10802
|
<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *above</code></em>);</pre>
|
10715
|
-
<div class="warning"
|
10803
|
+
<div class="warning">
|
10716
10804
|
<h3 class="title">Warning</h3>
|
10717
10805
|
<p><code class="literal">clutter_actor_lower</code> has been deprecated since version 1.10 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#clutter-actor-set-child-below-sibling" title="clutter_actor_set_child_below_sibling ()"><code class="function">clutter_actor_set_child_below_sibling()</code></a> instead.</p>
|
10718
10806
|
</div>
|
@@ -10749,7 +10837,7 @@ This function calls <a class="link" href="ClutterContainer.html#clutter-containe
|
|
10749
10837
|
<div class="refsect2">
|
10750
10838
|
<a name="clutter-actor-raise-top"></a><h3>clutter_actor_raise_top ()</h3>
|
10751
10839
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_raise_top (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);</pre>
|
10752
|
-
<div class="warning"
|
10840
|
+
<div class="warning">
|
10753
10841
|
<h3 class="title">Warning</h3>
|
10754
10842
|
<p><code class="literal">clutter_actor_raise_top</code> has been deprecated since version 1.10 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#clutter-actor-set-child-above-sibling" title="clutter_actor_set_child_above_sibling ()"><code class="function">clutter_actor_set_child_above_sibling()</code></a> with
|
10755
10843
|
a <code class="literal">NULL</code> sibling, instead.</p>
|
@@ -10776,7 +10864,7 @@ This function calls <a class="link" href="ClutterActor.html#clutter-actor-raise"
|
|
10776
10864
|
<div class="refsect2">
|
10777
10865
|
<a name="clutter-actor-lower-bottom"></a><h3>clutter_actor_lower_bottom ()</h3>
|
10778
10866
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_lower_bottom (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);</pre>
|
10779
|
-
<div class="warning"
|
10867
|
+
<div class="warning">
|
10780
10868
|
<h3 class="title">Warning</h3>
|
10781
10869
|
<p><code class="literal">clutter_actor_lower_bottom</code> has been deprecated since version 1.10 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#clutter-actor-set-child-below-sibling" title="clutter_actor_set_child_below_sibling ()"><code class="function">clutter_actor_set_child_below_sibling()</code></a> with
|
10782
10870
|
a <code class="literal">NULL</code> sibling, instead.</p>
|
@@ -10804,7 +10892,7 @@ This function calls <a class="link" href="ClutterActor.html#clutter-actor-lower"
|
|
10804
10892
|
<a name="clutter-actor-set-shader"></a><h3>clutter_actor_set_shader ()</h3>
|
10805
10893
|
<pre class="programlisting"><span class="returnvalue">gboolean</span> clutter_actor_set_shader (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>,
|
10806
10894
|
<em class="parameter"><code><a class="link" href="clutter-Shaders.html#ClutterShader"><span class="type">ClutterShader</span></a> *shader</code></em>);</pre>
|
10807
|
-
<div class="warning"
|
10895
|
+
<div class="warning">
|
10808
10896
|
<h3 class="title">Warning</h3>
|
10809
10897
|
<p><code class="literal">clutter_actor_set_shader</code> has been deprecated since version 1.8 and should not be used in newly-written code. Use <a class="link" href="ClutterShaderEffect.html" title="ClutterShaderEffect"><span class="type">ClutterShaderEffect</span></a> and
|
10810
10898
|
<a class="link" href="ClutterActor.html#clutter-actor-add-effect" title="clutter_actor_add_effect ()"><code class="function">clutter_actor_add_effect()</code></a> instead.</p>
|
@@ -10818,7 +10906,7 @@ for the actor.
|
|
10818
10906
|
</p>
|
10819
10907
|
<p>
|
10820
10908
|
</p>
|
10821
|
-
<div class="note"
|
10909
|
+
<div class="note">
|
10822
10910
|
<h3 class="title">Note</h3>Any <a class="link" href="ClutterEffect.html" title="ClutterEffect"><span class="type">ClutterEffect</span></a> applied to <em class="parameter"><code>self</code></em> will take the precedence
|
10823
10911
|
over the <a class="link" href="clutter-Shaders.html#ClutterShader"><span class="type">ClutterShader</span></a> set using this function.</div>
|
10824
10912
|
<p>
|
@@ -10853,7 +10941,7 @@ or removed</td>
|
|
10853
10941
|
<div class="refsect2">
|
10854
10942
|
<a name="clutter-actor-get-shader"></a><h3>clutter_actor_get_shader ()</h3>
|
10855
10943
|
<pre class="programlisting"><a class="link" href="clutter-Shaders.html#ClutterShader"><span class="returnvalue">ClutterShader</span></a> * clutter_actor_get_shader (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);</pre>
|
10856
|
-
<div class="warning"
|
10944
|
+
<div class="warning">
|
10857
10945
|
<h3 class="title">Warning</h3>
|
10858
10946
|
<p><code class="literal">clutter_actor_get_shader</code> has been deprecated since version 1.8 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#clutter-actor-get-effect" title="clutter_actor_get_effect ()"><code class="function">clutter_actor_get_effect()</code></a> instead.</p>
|
10859
10947
|
</div>
|
@@ -10887,7 +10975,7 @@ or <code class="literal">NULL</code> if no shader is set. <span class="annotatio
|
|
10887
10975
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_set_shader_param (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>,
|
10888
10976
|
<em class="parameter"><code>const <span class="type">gchar</span> *param</code></em>,
|
10889
10977
|
<em class="parameter"><code>const <span class="type">GValue</span> *value</code></em>);</pre>
|
10890
|
-
<div class="warning"
|
10978
|
+
<div class="warning">
|
10891
10979
|
<h3 class="title">Warning</h3>
|
10892
10980
|
<p><code class="literal">clutter_actor_set_shader_param</code> has been deprecated since version 1.8 and should not be used in newly-written code. Use <a class="link" href="ClutterShaderEffect.html#clutter-shader-effect-set-uniform-value" title="clutter_shader_effect_set_uniform_value ()"><code class="function">clutter_shader_effect_set_uniform_value()</code></a> instead</p>
|
10893
10981
|
</div>
|
@@ -10925,7 +11013,7 @@ to <em class="parameter"><code>actor</code></em>.
|
|
10925
11013
|
(<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>,
|
10926
11014
|
<em class="parameter"><code>const <span class="type">gchar</span> *param</code></em>,
|
10927
11015
|
<em class="parameter"><code><span class="type">gfloat</span> value</code></em>);</pre>
|
10928
|
-
<div class="warning"
|
11016
|
+
<div class="warning">
|
10929
11017
|
<h3 class="title">Warning</h3>
|
10930
11018
|
<p><code class="literal">clutter_actor_set_shader_param_float</code> has been deprecated since version 1.8 and should not be used in newly-written code. Use <a class="link" href="ClutterShaderEffect.html#clutter-shader-effect-set-uniform" title="clutter_shader_effect_set_uniform ()"><code class="function">clutter_shader_effect_set_uniform()</code></a> instead</p>
|
10931
11019
|
</div>
|
@@ -10962,7 +11050,7 @@ to <em class="parameter"><code>actor</code></em>.
|
|
10962
11050
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_set_shader_param_int (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>,
|
10963
11051
|
<em class="parameter"><code>const <span class="type">gchar</span> *param</code></em>,
|
10964
11052
|
<em class="parameter"><code><span class="type">gint</span> value</code></em>);</pre>
|
10965
|
-
<div class="warning"
|
11053
|
+
<div class="warning">
|
10966
11054
|
<h3 class="title">Warning</h3>
|
10967
11055
|
<p><code class="literal">clutter_actor_set_shader_param_int</code> has been deprecated since version 1.8 and should not be used in newly-written code. Use <a class="link" href="ClutterShaderEffect.html#clutter-shader-effect-set-uniform" title="clutter_shader_effect_set_uniform ()"><code class="function">clutter_shader_effect_set_uniform()</code></a> instead</p>
|
10968
11056
|
</div>
|
@@ -10999,7 +11087,7 @@ Sets the value for a named int parameter of the shader applied to
|
|
10999
11087
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_set_anchor_point (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>,
|
11000
11088
|
<em class="parameter"><code><span class="type">gfloat</span> anchor_x</code></em>,
|
11001
11089
|
<em class="parameter"><code><span class="type">gfloat</span> anchor_y</code></em>);</pre>
|
11002
|
-
<div class="warning"
|
11090
|
+
<div class="warning">
|
11003
11091
|
<h3 class="title">Warning</h3>
|
11004
11092
|
<p><code class="literal">clutter_actor_set_anchor_point</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#ClutterActor--pivot-point" title='The "pivot-point" property'><span class="type">"pivot-point"</span></a> instead.</p>
|
11005
11093
|
</div>
|
@@ -11038,7 +11126,7 @@ of the actor.
|
|
11038
11126
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_get_anchor_point (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>,
|
11039
11127
|
<em class="parameter"><code><span class="type">gfloat</span> *anchor_x</code></em>,
|
11040
11128
|
<em class="parameter"><code><span class="type">gfloat</span> *anchor_y</code></em>);</pre>
|
11041
|
-
<div class="warning"
|
11129
|
+
<div class="warning">
|
11042
11130
|
<h3 class="title">Warning</h3>
|
11043
11131
|
<p><code class="literal">clutter_actor_get_anchor_point</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#ClutterActor--pivot-point" title='The "pivot-point" property'><span class="type">"pivot-point"</span></a> instead</p>
|
11044
11132
|
</div>
|
@@ -11076,7 +11164,7 @@ Gets the current anchor point of the <em class="parameter"><code>actor</code></e
|
|
11076
11164
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_set_anchor_point_from_gravity
|
11077
11165
|
(<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>,
|
11078
11166
|
<em class="parameter"><code><a class="link" href="ClutterBehaviourScale.html#ClutterGravity" title="enum ClutterGravity"><span class="type">ClutterGravity</span></a> gravity</code></em>);</pre>
|
11079
|
-
<div class="warning"
|
11167
|
+
<div class="warning">
|
11080
11168
|
<h3 class="title">Warning</h3>
|
11081
11169
|
<p><code class="literal">clutter_actor_set_anchor_point_from_gravity</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#ClutterActor--pivot-point" title='The "pivot-point" property'><span class="type">"pivot-point"</span></a> instead.</p>
|
11082
11170
|
</div>
|
@@ -11116,7 +11204,7 @@ to the bottom right.
|
|
11116
11204
|
<a name="clutter-actor-get-anchor-point-gravity"></a><h3>clutter_actor_get_anchor_point_gravity ()</h3>
|
11117
11205
|
<pre class="programlisting"><a class="link" href="ClutterBehaviourScale.html#ClutterGravity" title="enum ClutterGravity"><span class="returnvalue">ClutterGravity</span></a> clutter_actor_get_anchor_point_gravity
|
11118
11206
|
(<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);</pre>
|
11119
|
-
<div class="warning"
|
11207
|
+
<div class="warning">
|
11120
11208
|
<h3 class="title">Warning</h3>
|
11121
11209
|
<p><code class="literal">clutter_actor_get_anchor_point_gravity</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#ClutterActor--pivot-point" title='The "pivot-point" property'><span class="type">"pivot-point"</span></a> instead.</p>
|
11122
11210
|
</div>
|
@@ -11150,7 +11238,7 @@ return <a class="link" href="ClutterBehaviourScale.html#CLUTTER-GRAVITY-NONE:CAP
|
|
11150
11238
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_move_anchor_point (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>,
|
11151
11239
|
<em class="parameter"><code><span class="type">gfloat</span> anchor_x</code></em>,
|
11152
11240
|
<em class="parameter"><code><span class="type">gfloat</span> anchor_y</code></em>);</pre>
|
11153
|
-
<div class="warning"
|
11241
|
+
<div class="warning">
|
11154
11242
|
<h3 class="title">Warning</h3>
|
11155
11243
|
<p><code class="literal">clutter_actor_move_anchor_point</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#ClutterActor--pivot-point" title='The "pivot-point" property'><span class="type">"pivot-point"</span></a> instead.</p>
|
11156
11244
|
</div>
|
@@ -11187,7 +11275,7 @@ the relative position of the actor toward its parent remains the same.
|
|
11187
11275
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_move_anchor_point_from_gravity
|
11188
11276
|
(<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>,
|
11189
11277
|
<em class="parameter"><code><a class="link" href="ClutterBehaviourScale.html#ClutterGravity" title="enum ClutterGravity"><span class="type">ClutterGravity</span></a> gravity</code></em>);</pre>
|
11190
|
-
<div class="warning"
|
11278
|
+
<div class="warning">
|
11191
11279
|
<h3 class="title">Warning</h3>
|
11192
11280
|
<p><code class="literal">clutter_actor_move_anchor_point_from_gravity</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#ClutterActor--pivot-point" title='The "pivot-point" property'><span class="type">"pivot-point"</span></a> instead.</p>
|
11193
11281
|
</div>
|
@@ -11232,7 +11320,7 @@ to the bottom right.
|
|
11232
11320
|
<em class="parameter"><code><span class="type">gfloat</span> x</code></em>,
|
11233
11321
|
<em class="parameter"><code><span class="type">gfloat</span> y</code></em>,
|
11234
11322
|
<em class="parameter"><code><span class="type">gfloat</span> z</code></em>);</pre>
|
11235
|
-
<div class="warning"
|
11323
|
+
<div class="warning">
|
11236
11324
|
<h3 class="title">Warning</h3>
|
11237
11325
|
<p><code class="literal">clutter_actor_set_rotation</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#clutter-actor-set-rotation-angle" title="clutter_actor_set_rotation_angle ()"><code class="function">clutter_actor_set_rotation_angle()</code></a> and
|
11238
11326
|
<a class="link" href="ClutterActor.html#clutter-actor-set-pivot-point" title="clutter_actor_set_pivot_point ()"><code class="function">clutter_actor_set_pivot_point()</code></a> instead.</p>
|
@@ -11298,7 +11386,7 @@ point is set, the upper left corner is assumed as the origin.
|
|
11298
11386
|
<em class="parameter"><code><span class="type">gfloat</span> *x</code></em>,
|
11299
11387
|
<em class="parameter"><code><span class="type">gfloat</span> *y</code></em>,
|
11300
11388
|
<em class="parameter"><code><span class="type">gfloat</span> *z</code></em>);</pre>
|
11301
|
-
<div class="warning"
|
11389
|
+
<div class="warning">
|
11302
11390
|
<h3 class="title">Warning</h3>
|
11303
11391
|
<p><code class="literal">clutter_actor_get_rotation</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#clutter-actor-get-rotation-angle" title="clutter_actor_get_rotation_angle ()"><code class="function">clutter_actor_get_rotation_angle()</code></a> and
|
11304
11392
|
<a class="link" href="ClutterActor.html#clutter-actor-get-pivot-point" title="clutter_actor_get_pivot_point ()"><code class="function">clutter_actor_get_pivot_point()</code></a> instead.</p>
|
@@ -11352,7 +11440,7 @@ set using <a class="link" href="ClutterActor.html#clutter-actor-set-rotation" ti
|
|
11352
11440
|
(<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>,
|
11353
11441
|
<em class="parameter"><code><span class="type">gdouble</span> angle</code></em>,
|
11354
11442
|
<em class="parameter"><code><a class="link" href="ClutterBehaviourScale.html#ClutterGravity" title="enum ClutterGravity"><span class="type">ClutterGravity</span></a> gravity</code></em>);</pre>
|
11355
|
-
<div class="warning"
|
11443
|
+
<div class="warning">
|
11356
11444
|
<h3 class="title">Warning</h3>
|
11357
11445
|
<p><code class="literal">clutter_actor_set_z_rotation_from_gravity</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#clutter-actor-set-rotation-angle" title="clutter_actor_set_rotation_angle ()"><code class="function">clutter_actor_set_rotation_angle()</code></a> and
|
11358
11446
|
<a class="link" href="ClutterActor.html#clutter-actor-set-pivot-point" title="clutter_actor_set_pivot_point ()"><code class="function">clutter_actor_set_pivot_point()</code></a> instead.</p>
|
@@ -11392,7 +11480,7 @@ will move accordingly.
|
|
11392
11480
|
<a name="clutter-actor-get-z-rotation-gravity"></a><h3>clutter_actor_get_z_rotation_gravity ()</h3>
|
11393
11481
|
<pre class="programlisting"><a class="link" href="ClutterBehaviourScale.html#ClutterGravity" title="enum ClutterGravity"><span class="returnvalue">ClutterGravity</span></a> clutter_actor_get_z_rotation_gravity
|
11394
11482
|
(<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>);</pre>
|
11395
|
-
<div class="warning"
|
11483
|
+
<div class="warning">
|
11396
11484
|
<h3 class="title">Warning</h3>
|
11397
11485
|
<p><code class="literal">clutter_actor_get_z_rotation_gravity</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use the <a class="link" href="ClutterActor.html#ClutterActor--pivot-point" title='The "pivot-point" property'><span class="type">"pivot-point"</span></a> instead of
|
11398
11486
|
a <a class="link" href="ClutterBehaviourScale.html#ClutterGravity" title="enum ClutterGravity"><span class="type">ClutterGravity</span></a></p>
|
@@ -11427,7 +11515,7 @@ this will return <a class="link" href="ClutterBehaviourScale.html#CLUTTER-GRAVIT
|
|
11427
11515
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_actor_get_transformation_matrix
|
11428
11516
|
(<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *self</code></em>,
|
11429
11517
|
<em class="parameter"><code><a class="link" href="clutter-Base-geometric-types.html#ClutterMatrix" title="ClutterMatrix"><span class="type">ClutterMatrix</span></a> *matrix</code></em>);</pre>
|
11430
|
-
<div class="warning"
|
11518
|
+
<div class="warning">
|
11431
11519
|
<h3 class="title">Warning</h3>
|
11432
11520
|
<p><code class="literal">clutter_actor_get_transformation_matrix</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#clutter-actor-get-transform" title="clutter_actor_get_transform ()"><code class="function">clutter_actor_get_transform()</code></a> instead</p>
|
11433
11521
|
</div>
|
@@ -11483,7 +11571,7 @@ actor moves or resizes
|
|
11483
11571
|
<div class="refsect2">
|
11484
11572
|
<a name="ClutterActor--anchor-gravity"></a><h3>The <code class="literal">"anchor-gravity"</code> property</h3>
|
11485
11573
|
<pre class="programlisting"> "anchor-gravity" <a class="link" href="ClutterBehaviourScale.html#ClutterGravity" title="enum ClutterGravity"><span class="type">ClutterGravity</span></a> : Read / Write</pre>
|
11486
|
-
<div class="warning"
|
11574
|
+
<div class="warning">
|
11487
11575
|
<h3 class="title">Warning</h3>
|
11488
11576
|
<p><code class="literal">ClutterActor:anchor-gravity</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#ClutterActor--pivot-point" title='The "pivot-point" property'><span class="type">"pivot-point"</span></a> instead</p>
|
11489
11577
|
</div>
|
@@ -11492,7 +11580,7 @@ The anchor point expressed as a <a class="link" href="ClutterBehaviourScale.html
|
|
11492
11580
|
</p>
|
11493
11581
|
<p>
|
11494
11582
|
</p>
|
11495
|
-
<div class="warning"
|
11583
|
+
<div class="warning">
|
11496
11584
|
<h3 class="title">Warning</h3>It is highly recommended not to use <a class="link" href="ClutterActor.html#ClutterActor--anchor-x" title='The "anchor-x" property'><span class="type">"anchor-x"</span></a>,
|
11497
11585
|
<a class="link" href="ClutterActor.html#ClutterActor--anchor-y" title='The "anchor-y" property'><span class="type">"anchor-y"</span></a>, and <a class="link" href="ClutterActor.html#ClutterActor--anchor-gravity" title='The "anchor-gravity" property'><span class="type">"anchor-gravity"</span></a> in newly
|
11498
11586
|
written code; the anchor point adds an additional translation that
|
@@ -11510,7 +11598,7 @@ as it will affect only the transformations.</div>
|
|
11510
11598
|
<div class="refsect2">
|
11511
11599
|
<a name="ClutterActor--anchor-x"></a><h3>The <code class="literal">"anchor-x"</code> property</h3>
|
11512
11600
|
<pre class="programlisting"> "anchor-x" <span class="type">gfloat</span> : Read / Write</pre>
|
11513
|
-
<div class="warning"
|
11601
|
+
<div class="warning">
|
11514
11602
|
<h3 class="title">Warning</h3>
|
11515
11603
|
<p><code class="literal">ClutterActor:anchor-x</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#ClutterActor--pivot-point" title='The "pivot-point" property'><span class="type">"pivot-point"</span></a> instead</p>
|
11516
11604
|
</div>
|
@@ -11520,7 +11608,7 @@ the actor coordinate space, in pixels.
|
|
11520
11608
|
</p>
|
11521
11609
|
<p>
|
11522
11610
|
</p>
|
11523
|
-
<div class="warning"
|
11611
|
+
<div class="warning">
|
11524
11612
|
<h3 class="title">Warning</h3>It is highly recommended not to use <a class="link" href="ClutterActor.html#ClutterActor--anchor-x" title='The "anchor-x" property'><span class="type">"anchor-x"</span></a>,
|
11525
11613
|
<a class="link" href="ClutterActor.html#ClutterActor--anchor-y" title='The "anchor-y" property'><span class="type">"anchor-y"</span></a>, and <a class="link" href="ClutterActor.html#ClutterActor--anchor-gravity" title='The "anchor-gravity" property'><span class="type">"anchor-gravity"</span></a> in newly
|
11526
11614
|
written code; the anchor point adds an additional translation that
|
@@ -11538,7 +11626,7 @@ as it will affect only the transformations.</div>
|
|
11538
11626
|
<div class="refsect2">
|
11539
11627
|
<a name="ClutterActor--anchor-y"></a><h3>The <code class="literal">"anchor-y"</code> property</h3>
|
11540
11628
|
<pre class="programlisting"> "anchor-y" <span class="type">gfloat</span> : Read / Write</pre>
|
11541
|
-
<div class="warning"
|
11629
|
+
<div class="warning">
|
11542
11630
|
<h3 class="title">Warning</h3>
|
11543
11631
|
<p><code class="literal">ClutterActor:anchor-y</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#ClutterActor--pivot-point" title='The "pivot-point" property'><span class="type">"pivot-point"</span></a> instead</p>
|
11544
11632
|
</div>
|
@@ -11548,7 +11636,7 @@ the actor coordinate space, in pixels
|
|
11548
11636
|
</p>
|
11549
11637
|
<p>
|
11550
11638
|
</p>
|
11551
|
-
<div class="warning"
|
11639
|
+
<div class="warning">
|
11552
11640
|
<h3 class="title">Warning</h3>It is highly recommended not to use <a class="link" href="ClutterActor.html#ClutterActor--anchor-x" title='The "anchor-x" property'><span class="type">"anchor-x"</span></a>,
|
11553
11641
|
<a class="link" href="ClutterActor.html#ClutterActor--anchor-y" title='The "anchor-y" property'><span class="type">"anchor-y"</span></a>, and <a class="link" href="ClutterActor.html#ClutterActor--anchor-gravity" title='The "anchor-gravity" property'><span class="type">"anchor-gravity"</span></a> in newly
|
11554
11642
|
written code; the anchor point adds an additional translation that
|
@@ -11617,7 +11705,7 @@ Whether the <a class="link" href="ClutterActor.html#ClutterActor--child-transfor
|
|
11617
11705
|
<div class="refsect2">
|
11618
11706
|
<a name="ClutterActor--clip"></a><h3>The <code class="literal">"clip"</code> property</h3>
|
11619
11707
|
<pre class="programlisting"> "clip" <a class="link" href="clutter-Base-geometric-types.html#ClutterGeometry" title="struct ClutterGeometry"><span class="type">ClutterGeometry</span></a>* : Read / Write</pre>
|
11620
|
-
<div class="warning"
|
11708
|
+
<div class="warning">
|
11621
11709
|
<h3 class="title">Warning</h3>
|
11622
11710
|
<p><code class="literal">ClutterActor:clip</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#ClutterActor--clip-rect" title='The "clip-rect" property'><span class="type">"clip-rect"</span></a> instead.</p>
|
11623
11711
|
</div>
|
@@ -11731,7 +11819,7 @@ The repeat policy for the actor's <a class="link" href="ClutterActor.html#Clutte
|
|
11731
11819
|
<div class="refsect2">
|
11732
11820
|
<a name="ClutterActor--depth"></a><h3>The <code class="literal">"depth"</code> property</h3>
|
11733
11821
|
<pre class="programlisting"> "depth" <span class="type">gfloat</span> : Read / Write</pre>
|
11734
|
-
<div class="warning"
|
11822
|
+
<div class="warning">
|
11735
11823
|
<h3 class="title">Warning</h3>
|
11736
11824
|
<p><code class="literal">ClutterActor:depth</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#ClutterActor--z-position" title='The "z-position" property'><span class="type">"z-position"</span></a> instead.</p>
|
11737
11825
|
</div>
|
@@ -12314,7 +12402,7 @@ The <a class="link" href="ClutterActor.html#ClutterActor--rotation-angle-z" titl
|
|
12314
12402
|
<div class="refsect2">
|
12315
12403
|
<a name="ClutterActor--rotation-center-x"></a><h3>The <code class="literal">"rotation-center-x"</code> property</h3>
|
12316
12404
|
<pre class="programlisting"> "rotation-center-x" <a class="link" href="clutter-Base-geometric-types.html#ClutterVertex" title="struct ClutterVertex"><span class="type">ClutterVertex</span></a>* : Read / Write</pre>
|
12317
|
-
<div class="warning"
|
12405
|
+
<div class="warning">
|
12318
12406
|
<h3 class="title">Warning</h3>
|
12319
12407
|
<p><code class="literal">ClutterActor:rotation-center-x</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#ClutterActor--pivot-point" title='The "pivot-point" property'><span class="type">"pivot-point"</span></a> instead</p>
|
12320
12408
|
</div>
|
@@ -12327,7 +12415,7 @@ The rotation center on the X axis.
|
|
12327
12415
|
<div class="refsect2">
|
12328
12416
|
<a name="ClutterActor--rotation-center-y"></a><h3>The <code class="literal">"rotation-center-y"</code> property</h3>
|
12329
12417
|
<pre class="programlisting"> "rotation-center-y" <a class="link" href="clutter-Base-geometric-types.html#ClutterVertex" title="struct ClutterVertex"><span class="type">ClutterVertex</span></a>* : Read / Write</pre>
|
12330
|
-
<div class="warning"
|
12418
|
+
<div class="warning">
|
12331
12419
|
<h3 class="title">Warning</h3>
|
12332
12420
|
<p><code class="literal">ClutterActor:rotation-center-y</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#ClutterActor--pivot-point" title='The "pivot-point" property'><span class="type">"pivot-point"</span></a> instead</p>
|
12333
12421
|
</div>
|
@@ -12340,7 +12428,7 @@ The rotation center on the Y axis.
|
|
12340
12428
|
<div class="refsect2">
|
12341
12429
|
<a name="ClutterActor--rotation-center-z"></a><h3>The <code class="literal">"rotation-center-z"</code> property</h3>
|
12342
12430
|
<pre class="programlisting"> "rotation-center-z" <a class="link" href="clutter-Base-geometric-types.html#ClutterVertex" title="struct ClutterVertex"><span class="type">ClutterVertex</span></a>* : Read / Write</pre>
|
12343
|
-
<div class="warning"
|
12431
|
+
<div class="warning">
|
12344
12432
|
<h3 class="title">Warning</h3>
|
12345
12433
|
<p><code class="literal">ClutterActor:rotation-center-z</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#ClutterActor--pivot-point" title='The "pivot-point" property'><span class="type">"pivot-point"</span></a> instead</p>
|
12346
12434
|
</div>
|
@@ -12353,7 +12441,7 @@ The rotation center on the Z axis.
|
|
12353
12441
|
<div class="refsect2">
|
12354
12442
|
<a name="ClutterActor--rotation-center-z-gravity"></a><h3>The <code class="literal">"rotation-center-z-gravity"</code> property</h3>
|
12355
12443
|
<pre class="programlisting"> "rotation-center-z-gravity" <a class="link" href="ClutterBehaviourScale.html#ClutterGravity" title="enum ClutterGravity"><span class="type">ClutterGravity</span></a> : Read / Write</pre>
|
12356
|
-
<div class="warning"
|
12444
|
+
<div class="warning">
|
12357
12445
|
<h3 class="title">Warning</h3>
|
12358
12446
|
<p><code class="literal">ClutterActor:rotation-center-z-gravity</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#ClutterActor--pivot-point" title='The "pivot-point" property'><span class="type">"pivot-point"</span></a> instead</p>
|
12359
12447
|
</div>
|
@@ -12367,7 +12455,7 @@ The rotation center on the Z axis expressed as a <a class="link" href="ClutterBe
|
|
12367
12455
|
<div class="refsect2">
|
12368
12456
|
<a name="ClutterActor--scale-center-x"></a><h3>The <code class="literal">"scale-center-x"</code> property</h3>
|
12369
12457
|
<pre class="programlisting"> "scale-center-x" <span class="type">gfloat</span> : Read / Write</pre>
|
12370
|
-
<div class="warning"
|
12458
|
+
<div class="warning">
|
12371
12459
|
<h3 class="title">Warning</h3>
|
12372
12460
|
<p><code class="literal">ClutterActor:scale-center-x</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#ClutterActor--pivot-point" title='The "pivot-point" property'><span class="type">"pivot-point"</span></a> instead</p>
|
12373
12461
|
</div>
|
@@ -12381,7 +12469,7 @@ The horizontal center point for scaling
|
|
12381
12469
|
<div class="refsect2">
|
12382
12470
|
<a name="ClutterActor--scale-center-y"></a><h3>The <code class="literal">"scale-center-y"</code> property</h3>
|
12383
12471
|
<pre class="programlisting"> "scale-center-y" <span class="type">gfloat</span> : Read / Write</pre>
|
12384
|
-
<div class="warning"
|
12472
|
+
<div class="warning">
|
12385
12473
|
<h3 class="title">Warning</h3>
|
12386
12474
|
<p><code class="literal">ClutterActor:scale-center-y</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#ClutterActor--pivot-point" title='The "pivot-point" property'><span class="type">"pivot-point"</span></a> instead</p>
|
12387
12475
|
</div>
|
@@ -12395,7 +12483,7 @@ The vertical center point for scaling
|
|
12395
12483
|
<div class="refsect2">
|
12396
12484
|
<a name="ClutterActor--scale-gravity"></a><h3>The <code class="literal">"scale-gravity"</code> property</h3>
|
12397
12485
|
<pre class="programlisting"> "scale-gravity" <a class="link" href="ClutterBehaviourScale.html#ClutterGravity" title="enum ClutterGravity"><span class="type">ClutterGravity</span></a> : Read / Write</pre>
|
12398
|
-
<div class="warning"
|
12486
|
+
<div class="warning">
|
12399
12487
|
<h3 class="title">Warning</h3>
|
12400
12488
|
<p><code class="literal">ClutterActor:scale-gravity</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use <a class="link" href="ClutterActor.html#ClutterActor--pivot-point" title='The "pivot-point" property'><span class="type">"pivot-point"</span></a> instead</p>
|
12401
12489
|
</div>
|
@@ -13216,7 +13304,7 @@ or <code class="literal">FALSE</code> to continue the emission.</td>
|
|
13216
13304
|
<a name="ClutterActor-paint"></a><h3>The <code class="literal">"paint"</code> signal</h3>
|
13217
13305
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor,
|
13218
13306
|
<span class="type">gpointer</span> user_data) : <code class="literal">No Hooks</code></pre>
|
13219
|
-
<div class="warning"
|
13307
|
+
<div class="warning">
|
13220
13308
|
<h3 class="title">Warning</h3>
|
13221
13309
|
<p><code class="literal">ClutterActor::paint</code> has been deprecated since version 1.12 and should not be used in newly-written code. Override the <a class="link" href="ClutterActor.html#ClutterActorClass.paint"><span class="type">ClutterActorClass.paint</span></a> virtual
|
13222
13310
|
function, use a <a class="link" href="ClutterContent.html" title="ClutterContent"><span class="type">ClutterContent</span></a> implementation, or a <a class="link" href="ClutterEffect.html" title="ClutterEffect"><span class="type">ClutterEffect</span></a>
|
@@ -13231,7 +13319,7 @@ virtual function paint themselves in that function.
|
|
13231
13319
|
</p>
|
13232
13320
|
<p>
|
13233
13321
|
</p>
|
13234
|
-
<div class="warning"
|
13322
|
+
<div class="warning">
|
13235
13323
|
<h3 class="title">Warning</h3>It is strongly discouraged to connect a signal handler to
|
13236
13324
|
the <a class="link" href="ClutterActor.html#ClutterActor-paint" title='The "paint" signal'><span class="type">"paint"</span></a> signal; if you want to change the paint
|
13237
13325
|
sequence of an existing <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> instance, either create a new
|
@@ -13296,7 +13384,7 @@ This signal is emitted when the parent of the actor changes.
|
|
13296
13384
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor,
|
13297
13385
|
<a class="link" href="clutter-Colors.html#ClutterColor" title="ClutterColor"><span class="type">ClutterColor</span></a> *color,
|
13298
13386
|
<span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
|
13299
|
-
<div class="warning"
|
13387
|
+
<div class="warning">
|
13300
13388
|
<h3 class="title">Warning</h3>
|
13301
13389
|
<p><code class="literal">ClutterActor::pick</code> has been deprecated since version 1.12 and should not be used in newly-written code. Override the <a class="link" href="ClutterActor.html#ClutterActorClass.pick"><span class="type">ClutterActorClass.pick</span></a> virtual function
|
13302
13390
|
instead.</p>
|
@@ -13419,7 +13507,7 @@ themselves, like:
|
|
13419
13507
|
</p>
|
13420
13508
|
<p>
|
13421
13509
|
</p>
|
13422
|
-
<div class="note"
|
13510
|
+
<div class="note">
|
13423
13511
|
<h3 class="title">Note</h3>
|
13424
13512
|
<p>This signal is emitted before the Clutter paint
|
13425
13513
|
pipeline is executed. If you want to know when the pipeline has
|
@@ -13492,6 +13580,11 @@ not normally need to connect to this signal.
|
|
13492
13580
|
<a name="ClutterActor-realize"></a><h3>The <code class="literal">"realize"</code> signal</h3>
|
13493
13581
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor,
|
13494
13582
|
<span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
|
13583
|
+
<div class="warning">
|
13584
|
+
<h3 class="title">Warning</h3>
|
13585
|
+
<p><code class="literal">ClutterActor::realize</code> has been deprecated since version 1.16 and should not be used in newly-written code. The signal should not be used in newly
|
13586
|
+
written code</p>
|
13587
|
+
</div>
|
13495
13588
|
<p>
|
13496
13589
|
The ::realize signal is emitted each time an actor is being
|
13497
13590
|
realized.
|
@@ -13584,7 +13677,7 @@ rendered on the stage.
|
|
13584
13677
|
<div class="refsect2">
|
13585
13678
|
<a name="ClutterActor-touch-event"></a><h3>The <code class="literal">"touch-event"</code> signal</h3>
|
13586
13679
|
<pre class="programlisting"><span class="returnvalue">gboolean</span> user_function (<a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor,
|
13587
|
-
<a class="link" href="clutter-Events.html#ClutterEvent" title="union ClutterEvent"><span class="type">ClutterEvent</span></a> *
|
13680
|
+
<a class="link" href="clutter-Events.html#ClutterEvent" title="union ClutterEvent"><span class="type">ClutterEvent</span></a> *event,
|
13588
13681
|
<span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
|
13589
13682
|
<p>
|
13590
13683
|
The ::touch-event signal is emitted each time a touch
|
@@ -13602,9 +13695,20 @@ begin/end/update/cancel event.
|
|
13602
13695
|
</td>
|
13603
13696
|
</tr>
|
13604
13697
|
<tr>
|
13698
|
+
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
|
13699
|
+
<td>a <a class="link" href="clutter-Events.html#ClutterEvent" title="union ClutterEvent"><span class="type">ClutterEvent</span></a>
|
13700
|
+
</td>
|
13701
|
+
</tr>
|
13702
|
+
<tr>
|
13605
13703
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
13606
13704
|
<td>user data set when the signal handler was connected.</td>
|
13607
13705
|
</tr>
|
13706
|
+
<tr>
|
13707
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
13708
|
+
<td>
|
13709
|
+
<a class="link" href="clutter-Events.html#CLUTTER-EVENT-STOP:CAPS" title="CLUTTER_EVENT_STOP"><code class="literal">CLUTTER_EVENT_STOP</code></a> if the event has been handled by
|
13710
|
+
the actor, or <a class="link" href="clutter-Events.html#CLUTTER-EVENT-PROPAGATE:CAPS" title="CLUTTER_EVENT_PROPAGATE"><code class="literal">CLUTTER_EVENT_PROPAGATE</code></a> to continue the emission.</td>
|
13711
|
+
</tr>
|
13608
13712
|
</tbody>
|
13609
13713
|
</table></div>
|
13610
13714
|
<p class="since">Since 1.12</p>
|
@@ -13683,6 +13787,11 @@ involving <em class="parameter"><code>actor</code></em> are complete.
|
|
13683
13787
|
<a name="ClutterActor-unrealize"></a><h3>The <code class="literal">"unrealize"</code> signal</h3>
|
13684
13788
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor,
|
13685
13789
|
<span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
|
13790
|
+
<div class="warning">
|
13791
|
+
<h3 class="title">Warning</h3>
|
13792
|
+
<p><code class="literal">ClutterActor::unrealize</code> has been deprecated since version 1.16 and should not be used in newly-written code. The signal should not be used in newly
|
13793
|
+
written code</p>
|
13794
|
+
</div>
|
13686
13795
|
<p>
|
13687
13796
|
The ::unrealize signal is emitted each time an actor is being
|
13688
13797
|
unrealized.
|
@@ -13709,6 +13818,6 @@ unrealized.
|
|
13709
13818
|
</div>
|
13710
13819
|
<div class="footer">
|
13711
13820
|
<hr>
|
13712
|
-
Generated by GTK-Doc V1.
|
13821
|
+
Generated by GTK-Doc V1.19.1</div>
|
13713
13822
|
</body>
|
13714
13823
|
</html>
|