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,34 +2,31 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>ClutterTapAction</title>
|
5
|
+
<title>Clutter Reference Manual: ClutterTapAction</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="ch04.html" title="Actions">
|
9
9
|
<link rel="prev" href="ClutterZoomAction.html" title="ClutterZoomAction">
|
10
10
|
<link rel="next" href="ch05.html" title="Constraints">
|
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="ch04.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="ch05.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="#ClutterTapAction.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="#ClutterTapAction.description" class="shortcut">Description</a>
|
27
20
|
|
|
28
21
|
<a href="#ClutterTapAction.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
29
22
|
|
|
30
23
|
<a href="#ClutterTapAction.signals" class="shortcut">Signals</a>
|
31
|
-
</td
|
32
|
-
|
24
|
+
</td>
|
25
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
26
|
+
<td><a accesskey="u" href="ch04.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
27
|
+
<td><a accesskey="p" href="ClutterZoomAction.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
28
|
+
<td><a accesskey="n" href="ch05.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
29
|
+
</tr></table>
|
33
30
|
<div class="refentry">
|
34
31
|
<a name="ClutterTapAction"></a><div class="titlepage"></div>
|
35
32
|
<div class="refnamediv"><table width="100%"><tr>
|
@@ -187,6 +184,6 @@ The ::tap signal is emitted when the tap gesture is complete.
|
|
187
184
|
</div>
|
188
185
|
<div class="footer">
|
189
186
|
<hr>
|
190
|
-
Generated by GTK-Doc V1.
|
187
|
+
Generated by GTK-Doc V1.19.1</div>
|
191
188
|
</body>
|
192
189
|
</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>ClutterText</title>
|
5
|
+
<title>Clutter Reference Manual: ClutterText</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="ch02.html" title="Base actors">
|
9
9
|
<link rel="prev" href="ClutterClone.html" title="ClutterClone">
|
10
10
|
<link rel="next" href="ClutterScrollActor.html" title="ClutterScrollActor">
|
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="ch02.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="ClutterScrollActor.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="#ClutterText.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="#ClutterText.description" class="shortcut">Description</a>
|
27
20
|
|
|
@@ -32,8 +25,12 @@
|
|
32
25
|
<a href="#ClutterText.properties" class="shortcut">Properties</a>
|
33
26
|
|
|
34
27
|
<a href="#ClutterText.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="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
31
|
+
<td><a accesskey="p" href="ClutterClone.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
32
|
+
<td><a accesskey="n" href="ClutterScrollActor.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="ClutterText"></a><div class="titlepage"></div>
|
39
36
|
<div class="refnamediv"><table width="100%"><tr>
|
@@ -159,6 +156,8 @@ const <span class="returnvalue">gchar</span> * <a class="link" href="Clutt
|
|
159
156
|
<span class="returnvalue">void</span> <a class="link" href="ClutterText.html#clutter-text-set-cursor-size" title="clutter_text_set_cursor_size ()">clutter_text_set_cursor_size</a> (<em class="parameter"><code><a class="link" href="ClutterText.html" title="ClutterText"><span class="type">ClutterText</span></a> *self</code></em>,
|
160
157
|
<em class="parameter"><code><span class="type">gint</span> size</code></em>);
|
161
158
|
<span class="returnvalue">guint</span> <a class="link" href="ClutterText.html#clutter-text-get-cursor-size" title="clutter_text_get_cursor_size ()">clutter_text_get_cursor_size</a> (<em class="parameter"><code><a class="link" href="ClutterText.html" title="ClutterText"><span class="type">ClutterText</span></a> *self</code></em>);
|
159
|
+
<span class="returnvalue">void</span> <a class="link" href="ClutterText.html#clutter-text-get-cursor-rect" title="clutter_text_get_cursor_rect ()">clutter_text_get_cursor_rect</a> (<em class="parameter"><code><a class="link" href="ClutterText.html" title="ClutterText"><span class="type">ClutterText</span></a> *self</code></em>,
|
160
|
+
<em class="parameter"><code><a class="link" href="clutter-Base-geometric-types.html#ClutterRect" title="struct ClutterRect"><span class="type">ClutterRect</span></a> *rect</code></em>);
|
162
161
|
|
163
162
|
<span class="returnvalue">gboolean</span> <a class="link" href="ClutterText.html#clutter-text-activate" title="clutter_text_activate ()">clutter_text_activate</a> (<em class="parameter"><code><a class="link" href="ClutterText.html" title="ClutterText"><span class="type">ClutterText</span></a> *self</code></em>);
|
164
163
|
<span class="returnvalue">gint</span> <a class="link" href="ClutterText.html#clutter-text-coords-to-position" title="clutter_text_coords_to_position ()">clutter_text_coords_to_position</a> (<em class="parameter"><code><a class="link" href="ClutterText.html" title="ClutterText"><span class="type">ClutterText</span></a> *self</code></em>,
|
@@ -231,6 +230,7 @@ ClutterText implements
|
|
231
230
|
<a name="ClutterText.signals"></a><h2>Signals</h2>
|
232
231
|
<pre class="synopsis">
|
233
232
|
"<a class="link" href="ClutterText.html#ClutterText-activate" title='The "activate" signal'>activate</a>" : <code class="literal">Run Last</code>
|
233
|
+
"<a class="link" href="ClutterText.html#ClutterText-cursor-changed" title='The "cursor-changed" signal'>cursor-changed</a>" : <code class="literal">Run Last</code>
|
234
234
|
"<a class="link" href="ClutterText.html#ClutterText-cursor-event" title='The "cursor-event" signal'>cursor-event</a>" : <code class="literal">Run Last</code>
|
235
235
|
"<a class="link" href="ClutterText.html#ClutterText-delete-text" title='The "delete-text" signal'>delete-text</a>" : <code class="literal">Action</code>
|
236
236
|
"<a class="link" href="ClutterText.html#ClutterText-insert-text" title='The "insert-text" signal'>insert-text</a>" : <code class="literal">Action</code>
|
@@ -270,10 +270,11 @@ The <a class="link" href="ClutterText.html" title="ClutterText"><span class="typ
|
|
270
270
|
<a name="ClutterTextClass"></a><h3>struct ClutterTextClass</h3>
|
271
271
|
<pre class="programlisting">struct ClutterTextClass {
|
272
272
|
/* signals, not vfuncs */
|
273
|
-
void (* text_changed)
|
274
|
-
void (* activate)
|
275
|
-
void (* cursor_event)
|
276
|
-
|
273
|
+
void (* text_changed) (ClutterText *self);
|
274
|
+
void (* activate) (ClutterText *self);
|
275
|
+
void (* cursor_event) (ClutterText *self,
|
276
|
+
const ClutterGeometry *geometry);
|
277
|
+
void (* cursor_changed) (ClutterText *self);
|
277
278
|
};
|
278
279
|
</pre>
|
279
280
|
<p>
|
@@ -295,7 +296,11 @@ The <a class="link" href="ClutterText.html#ClutterTextClass" title="struct Clutt
|
|
295
296
|
</tr>
|
296
297
|
<tr>
|
297
298
|
<td><p><span class="term"><em class="structfield"><code><a name="ClutterTextClass.cursor-event"></a>cursor_event</code></em> ()</span></p></td>
|
298
|
-
<td>class handler for the <a class="link" href="ClutterText.html#ClutterText-cursor-event" title='The "cursor-event" signal'><span class="type">"
|
299
|
+
<td>class handler for the <a class="link" href="ClutterText.html#ClutterText-cursor-event" title='The "cursor-event" signal'><span class="type">"cursor-event"</span></a> signal</td>
|
300
|
+
</tr>
|
301
|
+
<tr>
|
302
|
+
<td><p><span class="term"><em class="structfield"><code><a name="ClutterTextClass.cursor-changed"></a>cursor_changed</code></em> ()</span></p></td>
|
303
|
+
<td>class handler for the <a class="link" href="ClutterText.html#ClutterText-cursor-changed" title='The "cursor-changed" signal'><span class="type">"cursor-changed"</span></a> signal</td>
|
299
304
|
</tr>
|
300
305
|
</tbody>
|
301
306
|
</table></div>
|
@@ -2334,6 +2339,38 @@ Retrieves the size of the cursor of a <a class="link" href="ClutterText.html" ti
|
|
2334
2339
|
</div>
|
2335
2340
|
<hr>
|
2336
2341
|
<div class="refsect2">
|
2342
|
+
<a name="clutter-text-get-cursor-rect"></a><h3>clutter_text_get_cursor_rect ()</h3>
|
2343
|
+
<pre class="programlisting"><span class="returnvalue">void</span> clutter_text_get_cursor_rect (<em class="parameter"><code><a class="link" href="ClutterText.html" title="ClutterText"><span class="type">ClutterText</span></a> *self</code></em>,
|
2344
|
+
<em class="parameter"><code><a class="link" href="clutter-Base-geometric-types.html#ClutterRect" title="struct ClutterRect"><span class="type">ClutterRect</span></a> *rect</code></em>);</pre>
|
2345
|
+
<p>
|
2346
|
+
Retrieves the rectangle that contains the cursor.
|
2347
|
+
</p>
|
2348
|
+
<p>
|
2349
|
+
The coordinates of the rectangle's origin are in actor-relative
|
2350
|
+
coordinates.
|
2351
|
+
</p>
|
2352
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2353
|
+
<colgroup>
|
2354
|
+
<col align="left" valign="top">
|
2355
|
+
<col>
|
2356
|
+
</colgroup>
|
2357
|
+
<tbody>
|
2358
|
+
<tr>
|
2359
|
+
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
|
2360
|
+
<td>a <a class="link" href="ClutterText.html" title="ClutterText"><span class="type">ClutterText</span></a>
|
2361
|
+
</td>
|
2362
|
+
</tr>
|
2363
|
+
<tr>
|
2364
|
+
<td><p><span class="term"><em class="parameter"><code>rect</code></em> :</span></p></td>
|
2365
|
+
<td>return location of a <a class="link" href="clutter-Base-geometric-types.html#ClutterRect" title="struct ClutterRect"><span class="type">ClutterRect</span></a>. <span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span>
|
2366
|
+
</td>
|
2367
|
+
</tr>
|
2368
|
+
</tbody>
|
2369
|
+
</table></div>
|
2370
|
+
<p class="since">Since 1.16</p>
|
2371
|
+
</div>
|
2372
|
+
<hr>
|
2373
|
+
<div class="refsect2">
|
2337
2374
|
<a name="clutter-text-activate"></a><h3>clutter_text_activate ()</h3>
|
2338
2375
|
<pre class="programlisting"><span class="returnvalue">gboolean</span> clutter_text_activate (<em class="parameter"><code><a class="link" href="ClutterText.html" title="ClutterText"><span class="type">ClutterText</span></a> *self</code></em>);</pre>
|
2339
2376
|
<p>
|
@@ -2605,7 +2642,7 @@ Will be set to <code class="literal">TRUE</code> if <a class="link" href="Clutte
|
|
2605
2642
|
<p>
|
2606
2643
|
The current input cursor position. -1 is taken to be the end of the text
|
2607
2644
|
</p>
|
2608
|
-
<p>Allowed values: >=
|
2645
|
+
<p>Allowed values: >= -1</p>
|
2609
2646
|
<p>Default value: -1</p>
|
2610
2647
|
<p class="since">Since 1.12</p>
|
2611
2648
|
</div>
|
@@ -2617,7 +2654,7 @@ The current input cursor position. -1 is taken to be the end of the text
|
|
2617
2654
|
The size of the cursor, in pixels. If set to -1 the size used will
|
2618
2655
|
be the default cursor size of 2 pixels.
|
2619
2656
|
</p>
|
2620
|
-
<p>Allowed values: >=
|
2657
|
+
<p>Allowed values: >= -1</p>
|
2621
2658
|
<p>Default value: 2</p>
|
2622
2659
|
<p class="since">Since 1.0</p>
|
2623
2660
|
</div>
|
@@ -2732,7 +2769,7 @@ control how the text is wrapped.
|
|
2732
2769
|
<p>
|
2733
2770
|
The maximum length of the contents of the <a class="link" href="ClutterText.html" title="ClutterText"><span class="type">ClutterText</span></a> actor.
|
2734
2771
|
</p>
|
2735
|
-
<p>Allowed values: >=
|
2772
|
+
<p>Allowed values: >= -1</p>
|
2736
2773
|
<p>Default value: 0</p>
|
2737
2774
|
<p class="since">Since 1.0</p>
|
2738
2775
|
</div>
|
@@ -2751,14 +2788,14 @@ the actual text in a password text actor.
|
|
2751
2788
|
<div class="refsect2">
|
2752
2789
|
<a name="ClutterText--position"></a><h3>The <code class="literal">"position"</code> property</h3>
|
2753
2790
|
<pre class="programlisting"> "position" <span class="type">gint</span> : Read / Write</pre>
|
2754
|
-
<div class="warning"
|
2791
|
+
<div class="warning">
|
2755
2792
|
<h3 class="title">Warning</h3>
|
2756
2793
|
<p><code class="literal">ClutterText:position</code> has been deprecated since version 1.12 and should not be used in newly-written code. Use ClutterText:cursor-position instead.</p>
|
2757
2794
|
</div>
|
2758
2795
|
<p>
|
2759
2796
|
The current input cursor position. -1 is taken to be the end of the text
|
2760
2797
|
</p>
|
2761
|
-
<p>Allowed values: >=
|
2798
|
+
<p>Allowed values: >= -1</p>
|
2762
2799
|
<p>Default value: -1</p>
|
2763
2800
|
<p class="since">Since 1.0</p>
|
2764
2801
|
</div>
|
@@ -2799,7 +2836,7 @@ Will be set to <code class="literal">TRUE</code> if <a class="link" href="Clutte
|
|
2799
2836
|
<p>
|
2800
2837
|
The current input cursor position. -1 is taken to be the end of the text
|
2801
2838
|
</p>
|
2802
|
-
<p>Allowed values: >=
|
2839
|
+
<p>Allowed values: >= -1</p>
|
2803
2840
|
<p>Default value: -1</p>
|
2804
2841
|
<p class="since">Since 1.0</p>
|
2805
2842
|
</div>
|
@@ -2866,7 +2903,7 @@ For more informations about the Pango markup format, see
|
|
2866
2903
|
</p>
|
2867
2904
|
<p>
|
2868
2905
|
</p>
|
2869
|
-
<div class="note"
|
2906
|
+
<div class="note">
|
2870
2907
|
<h3 class="title">Note</h3>It is not possible to round-trip this property between
|
2871
2908
|
<code class="literal">TRUE</code> and <code class="literal">FALSE</code>. Once a string with markup has been set on
|
2872
2909
|
a <a class="link" href="ClutterText.html" title="ClutterText"><span class="type">ClutterText</span></a> actor with :use-markup set to <code class="literal">TRUE</code>, the markup
|
@@ -2908,10 +2945,41 @@ emitted only if <a class="link" href="ClutterText.html#ClutterText--activatable"
|
|
2908
2945
|
</div>
|
2909
2946
|
<hr>
|
2910
2947
|
<div class="refsect2">
|
2948
|
+
<a name="ClutterText-cursor-changed"></a><h3>The <code class="literal">"cursor-changed"</code> signal</h3>
|
2949
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="ClutterText.html" title="ClutterText"><span class="type">ClutterText</span></a> *self,
|
2950
|
+
<span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
|
2951
|
+
<p>
|
2952
|
+
The ::cursor-changed signal is emitted whenever the cursor
|
2953
|
+
position or size changes.
|
2954
|
+
</p>
|
2955
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
2956
|
+
<colgroup>
|
2957
|
+
<col align="left" valign="top">
|
2958
|
+
<col>
|
2959
|
+
</colgroup>
|
2960
|
+
<tbody>
|
2961
|
+
<tr>
|
2962
|
+
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
|
2963
|
+
<td>the <a class="link" href="ClutterText.html" title="ClutterText"><span class="type">ClutterText</span></a> that emitted the signal</td>
|
2964
|
+
</tr>
|
2965
|
+
<tr>
|
2966
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
2967
|
+
<td>user data set when the signal handler was connected.</td>
|
2968
|
+
</tr>
|
2969
|
+
</tbody>
|
2970
|
+
</table></div>
|
2971
|
+
<p class="since">Since 1.16</p>
|
2972
|
+
</div>
|
2973
|
+
<hr>
|
2974
|
+
<div class="refsect2">
|
2911
2975
|
<a name="ClutterText-cursor-event"></a><h3>The <code class="literal">"cursor-event"</code> signal</h3>
|
2912
2976
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="ClutterText.html" title="ClutterText"><span class="type">ClutterText</span></a> *self,
|
2913
2977
|
<a class="link" href="clutter-Base-geometric-types.html#ClutterGeometry" title="struct ClutterGeometry"><span class="type">ClutterGeometry</span></a> *geometry,
|
2914
2978
|
<span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
|
2979
|
+
<div class="warning">
|
2980
|
+
<h3 class="title">Warning</h3>
|
2981
|
+
<p><code class="literal">ClutterText::cursor-event</code> has been deprecated since version 1.16 and should not be used in newly-written code. Use the <a class="link" href="ClutterText.html#ClutterText-cursor-changed" title='The "cursor-changed" signal'><span class="type">"cursor-changed"</span></a> signal instead</p>
|
2982
|
+
</div>
|
2915
2983
|
<p>
|
2916
2984
|
The ::cursor-event signal is emitted whenever the cursor position
|
2917
2985
|
changes inside a <a class="link" href="ClutterText.html" title="ClutterText"><span class="type">ClutterText</span></a> actor. Inside <em class="parameter"><code>geometry</code></em> it is stored
|
@@ -3053,6 +3121,6 @@ The ::text-changed signal is emitted after <em class="parameter"><code>actor</co
|
|
3053
3121
|
</div>
|
3054
3122
|
<div class="footer">
|
3055
3123
|
<hr>
|
3056
|
-
Generated by GTK-Doc V1.
|
3124
|
+
Generated by GTK-Doc V1.19.1</div>
|
3057
3125
|
</body>
|
3058
3126
|
</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>ClutterTextBuffer</title>
|
5
|
+
<title>Clutter Reference Manual: ClutterTextBuffer</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="ch10.html" title="General purpose API">
|
9
9
|
<link rel="prev" href="clutter-Stage-Manager.html" title="Stage Manager">
|
10
10
|
<link rel="next" href="clutter-Unit-conversion.html" title="Unit conversion">
|
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="ch10.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="clutter-Unit-conversion.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="#ClutterTextBuffer.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="#ClutterTextBuffer.description" class="shortcut">Description</a>
|
27
20
|
|
|
@@ -30,8 +23,12 @@
|
|
30
23
|
<a href="#ClutterTextBuffer.properties" class="shortcut">Properties</a>
|
31
24
|
|
|
32
25
|
<a href="#ClutterTextBuffer.signals" class="shortcut">Signals</a>
|
33
|
-
</td
|
34
|
-
|
26
|
+
</td>
|
27
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
28
|
+
<td><a accesskey="u" href="ch10.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
29
|
+
<td><a accesskey="p" href="clutter-Stage-Manager.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
30
|
+
<td><a accesskey="n" href="clutter-Unit-conversion.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
31
|
+
</tr></table>
|
35
32
|
<div class="refentry">
|
36
33
|
<a name="ClutterTextBuffer"></a><div class="titlepage"></div>
|
37
34
|
<div class="refnamediv"><table width="100%"><tr>
|
@@ -731,6 +728,6 @@ This signal is emitted after text is inserted into the buffer.
|
|
731
728
|
</div>
|
732
729
|
<div class="footer">
|
733
730
|
<hr>
|
734
|
-
Generated by GTK-Doc V1.
|
731
|
+
Generated by GTK-Doc V1.19.1</div>
|
735
732
|
</body>
|
736
733
|
</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>ClutterTexture</title>
|
5
|
+
<title>Clutter Reference Manual: ClutterTexture</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="ch02.html" title="Base actors">
|
9
9
|
<link rel="prev" href="ClutterStage.html" title="ClutterStage">
|
10
10
|
<link rel="next" href="ClutterClone.html" title="ClutterClone">
|
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="ch02.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="ClutterClone.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="#ClutterTexture.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="#ClutterTexture.description" class="shortcut">Description</a>
|
27
20
|
|
|
@@ -32,8 +25,12 @@
|
|
32
25
|
<a href="#ClutterTexture.properties" class="shortcut">Properties</a>
|
33
26
|
|
|
34
27
|
<a href="#ClutterTexture.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="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
31
|
+
<td><a accesskey="p" href="ClutterStage.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
32
|
+
<td><a accesskey="n" href="ClutterClone.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="ClutterTexture"></a><div class="titlepage"></div>
|
39
36
|
<div class="refnamediv"><table width="100%"><tr>
|
@@ -333,7 +330,7 @@ Enumaration controlling the texture quality.
|
|
333
330
|
<div class="refsect2">
|
334
331
|
<a name="clutter-texture-new"></a><h3>clutter_texture_new ()</h3>
|
335
332
|
<pre class="programlisting"><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="returnvalue">ClutterActor</span></a> * clutter_texture_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
336
|
-
<div class="warning"
|
333
|
+
<div class="warning">
|
337
334
|
<h3 class="title">Warning</h3>
|
338
335
|
<p><code class="literal">clutter_texture_new</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
339
336
|
</div>
|
@@ -356,7 +353,7 @@ Creates a new empty <a class="link" href="ClutterTexture.html" title="ClutterTex
|
|
356
353
|
<a name="clutter-texture-new-from-file"></a><h3>clutter_texture_new_from_file ()</h3>
|
357
354
|
<pre class="programlisting"><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="returnvalue">ClutterActor</span></a> * clutter_texture_new_from_file (<em class="parameter"><code>const <span class="type">gchar</span> *filename</code></em>,
|
358
355
|
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
|
359
|
-
<div class="warning"
|
356
|
+
<div class="warning">
|
360
357
|
<h3 class="title">Warning</h3>
|
361
358
|
<p><code class="literal">clutter_texture_new_from_file</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
362
359
|
</div>
|
@@ -392,7 +389,7 @@ error.</td>
|
|
392
389
|
<div class="refsect2">
|
393
390
|
<a name="clutter-texture-new-from-actor"></a><h3>clutter_texture_new_from_actor ()</h3>
|
394
391
|
<pre class="programlisting"><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="returnvalue">ClutterActor</span></a> * clutter_texture_new_from_actor (<em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>);</pre>
|
395
|
-
<div class="warning"
|
392
|
+
<div class="warning">
|
396
393
|
<h3 class="title">Warning</h3>
|
397
394
|
<p><code class="literal">clutter_texture_new_from_actor</code> has been deprecated since version 1.8 and should not be used in newly-written code. Use the <a class="link" href="ClutterOffscreenEffect.html" title="ClutterOffscreenEffect"><span class="type">ClutterOffscreenEffect</span></a> and <a class="link" href="ClutterShaderEffect.html" title="ClutterShaderEffect"><span class="type">ClutterShaderEffect</span></a>
|
398
395
|
directly on the intended <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> to replace the functionality of
|
@@ -532,7 +529,7 @@ clutter_texture_set_from_yuv_data is unsupported.
|
|
532
529
|
<pre class="programlisting"><span class="returnvalue">gboolean</span> clutter_texture_set_from_file (<em class="parameter"><code><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture</code></em>,
|
533
530
|
<em class="parameter"><code>const <span class="type">gchar</span> *filename</code></em>,
|
534
531
|
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
|
535
|
-
<div class="warning"
|
532
|
+
<div class="warning">
|
536
533
|
<h3 class="title">Warning</h3>
|
537
534
|
<p><code class="literal">clutter_texture_set_from_file</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
538
535
|
</div>
|
@@ -589,7 +586,7 @@ loaded or if an error occurred.
|
|
589
586
|
<em class="parameter"><code><span class="type">gint</span> bpp</code></em>,
|
590
587
|
<em class="parameter"><code><a class="link" href="ClutterTexture.html#ClutterTextureFlags" title="enum ClutterTextureFlags"><span class="type">ClutterTextureFlags</span></a> flags</code></em>,
|
591
588
|
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
|
592
|
-
<div class="warning"
|
589
|
+
<div class="warning">
|
593
590
|
<h3 class="title">Warning</h3>
|
594
591
|
<p><code class="literal">clutter_texture_set_from_rgb_data</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
595
592
|
</div>
|
@@ -659,7 +656,7 @@ on the value of <em class="parameter"><code>has_alpha</code></em>)</td>
|
|
659
656
|
<em class="parameter"><code><span class="type">gint</span> height</code></em>,
|
660
657
|
<em class="parameter"><code><a class="link" href="ClutterTexture.html#ClutterTextureFlags" title="enum ClutterTextureFlags"><span class="type">ClutterTextureFlags</span></a> flags</code></em>,
|
661
658
|
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
|
662
|
-
<div class="warning"
|
659
|
+
<div class="warning">
|
663
660
|
<h3 class="title">Warning</h3>
|
664
661
|
<p><code class="literal">clutter_texture_set_from_yuv_data</code> has been deprecated since version 1.10 and should not be used in newly-written code. Use <a class="link" href="ClutterTexture.html#clutter-texture-get-cogl-material" title="clutter_texture_get_cogl_material ()"><code class="function">clutter_texture_get_cogl_material()</code></a> and
|
665
662
|
the Cogl API to install a fragment shader for decoding YUV
|
@@ -734,7 +731,7 @@ RGB colorspace is to use a fragment shader associated with the
|
|
734
731
|
<em class="parameter"><code><span class="type">gint</span> bpp</code></em>,
|
735
732
|
<em class="parameter"><code><a class="link" href="ClutterTexture.html#ClutterTextureFlags" title="enum ClutterTextureFlags"><span class="type">ClutterTextureFlags</span></a> flags</code></em>,
|
736
733
|
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
|
737
|
-
<div class="warning"
|
734
|
+
<div class="warning">
|
738
735
|
<h3 class="title">Warning</h3>
|
739
736
|
<p><code class="literal">clutter_texture_set_area_from_rgb_data</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
740
737
|
</div>
|
@@ -810,7 +807,7 @@ depending on <em class="parameter"><code>has_alpha</code></em>)</td>
|
|
810
807
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_texture_get_base_size (<em class="parameter"><code><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture</code></em>,
|
811
808
|
<em class="parameter"><code><span class="type">gint</span> *width</code></em>,
|
812
809
|
<em class="parameter"><code><span class="type">gint</span> *height</code></em>);</pre>
|
813
|
-
<div class="warning"
|
810
|
+
<div class="warning">
|
814
811
|
<h3 class="title">Warning</h3>
|
815
812
|
<p><code class="literal">clutter_texture_get_base_size</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
816
813
|
</div>
|
@@ -845,7 +842,7 @@ Gets the size in pixels of the untransformed underlying image
|
|
845
842
|
<div class="refsect2">
|
846
843
|
<a name="clutter-texture-get-pixel-format"></a><h3>clutter_texture_get_pixel_format ()</h3>
|
847
844
|
<pre class="programlisting"><span class="returnvalue">CoglPixelFormat</span> clutter_texture_get_pixel_format (<em class="parameter"><code><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture</code></em>);</pre>
|
848
|
-
<div class="warning"
|
845
|
+
<div class="warning">
|
849
846
|
<h3 class="title">Warning</h3>
|
850
847
|
<p><code class="literal">clutter_texture_get_pixel_format</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
851
848
|
</div>
|
@@ -897,7 +894,7 @@ equivalent to:
|
|
897
894
|
<div class="refsect2">
|
898
895
|
<a name="clutter-texture-get-max-tile-waste"></a><h3>clutter_texture_get_max_tile_waste ()</h3>
|
899
896
|
<pre class="programlisting"><span class="returnvalue">gint</span> clutter_texture_get_max_tile_waste (<em class="parameter"><code><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture</code></em>);</pre>
|
900
|
-
<div class="warning"
|
897
|
+
<div class="warning">
|
901
898
|
<h3 class="title">Warning</h3>
|
902
899
|
<p><code class="literal">clutter_texture_get_max_tile_waste</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
903
900
|
</div>
|
@@ -930,7 +927,7 @@ unlimited.</td>
|
|
930
927
|
<a name="clutter-texture-get-filter-quality"></a><h3>clutter_texture_get_filter_quality ()</h3>
|
931
928
|
<pre class="programlisting"><a class="link" href="ClutterTexture.html#ClutterTextureQuality" title="enum ClutterTextureQuality"><span class="returnvalue">ClutterTextureQuality</span></a> clutter_texture_get_filter_quality
|
932
929
|
(<em class="parameter"><code><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture</code></em>);</pre>
|
933
|
-
<div class="warning"
|
930
|
+
<div class="warning">
|
934
931
|
<h3 class="title">Warning</h3>
|
935
932
|
<p><code class="literal">clutter_texture_get_filter_quality</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
936
933
|
</div>
|
@@ -961,7 +958,7 @@ Gets the filter quality used when scaling a texture.
|
|
961
958
|
<a name="clutter-texture-set-filter-quality"></a><h3>clutter_texture_set_filter_quality ()</h3>
|
962
959
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_texture_set_filter_quality (<em class="parameter"><code><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture</code></em>,
|
963
960
|
<em class="parameter"><code><a class="link" href="ClutterTexture.html#ClutterTextureQuality" title="enum ClutterTextureQuality"><span class="type">ClutterTextureQuality</span></a> filter_quality</code></em>);</pre>
|
964
|
-
<div class="warning"
|
961
|
+
<div class="warning">
|
965
962
|
<h3 class="title">Warning</h3>
|
966
963
|
<p><code class="literal">clutter_texture_set_filter_quality</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
967
964
|
</div>
|
@@ -998,7 +995,7 @@ is <a class="link" href="ClutterTexture.html#CLUTTER-TEXTURE-QUALITY-MEDIUM:CAPS
|
|
998
995
|
<div class="refsect2">
|
999
996
|
<a name="clutter-texture-get-cogl-texture"></a><h3>clutter_texture_get_cogl_texture ()</h3>
|
1000
997
|
<pre class="programlisting"><span class="returnvalue">CoglHandle</span> clutter_texture_get_cogl_texture (<em class="parameter"><code><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture</code></em>);</pre>
|
1001
|
-
<div class="warning"
|
998
|
+
<div class="warning">
|
1002
999
|
<h3 class="title">Warning</h3>
|
1003
1000
|
<p><code class="literal">clutter_texture_get_cogl_texture</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
1004
1001
|
</div>
|
@@ -1039,7 +1036,7 @@ handle is owned by the <a class="link" href="ClutterTexture.html" title="Clutter
|
|
1039
1036
|
<a name="clutter-texture-set-cogl-texture"></a><h3>clutter_texture_set_cogl_texture ()</h3>
|
1040
1037
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_texture_set_cogl_texture (<em class="parameter"><code><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture</code></em>,
|
1041
1038
|
<em class="parameter"><code><span class="type">CoglHandle</span> cogl_tex</code></em>);</pre>
|
1042
|
-
<div class="warning"
|
1039
|
+
<div class="warning">
|
1043
1040
|
<h3 class="title">Warning</h3>
|
1044
1041
|
<p><code class="literal">clutter_texture_set_cogl_texture</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
1045
1042
|
</div>
|
@@ -1071,7 +1068,7 @@ no longer needed it should be deref'd with cogl_handle_unref.
|
|
1071
1068
|
<div class="refsect2">
|
1072
1069
|
<a name="clutter-texture-get-cogl-material"></a><h3>clutter_texture_get_cogl_material ()</h3>
|
1073
1070
|
<pre class="programlisting"><span class="returnvalue">CoglHandle</span> clutter_texture_get_cogl_material (<em class="parameter"><code><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture</code></em>);</pre>
|
1074
|
-
<div class="warning"
|
1071
|
+
<div class="warning">
|
1075
1072
|
<h3 class="title">Warning</h3>
|
1076
1073
|
<p><code class="literal">clutter_texture_get_cogl_material</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
1077
1074
|
</div>
|
@@ -1106,7 +1103,7 @@ unreferenced. <span class="annotation">[<acronym title="Don't free data after th
|
|
1106
1103
|
<a name="clutter-texture-set-cogl-material"></a><h3>clutter_texture_set_cogl_material ()</h3>
|
1107
1104
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_texture_set_cogl_material (<em class="parameter"><code><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture</code></em>,
|
1108
1105
|
<em class="parameter"><code><span class="type">CoglHandle</span> cogl_material</code></em>);</pre>
|
1109
|
-
<div class="warning"
|
1106
|
+
<div class="warning">
|
1110
1107
|
<h3 class="title">Warning</h3>
|
1111
1108
|
<p><code class="literal">clutter_texture_set_cogl_material</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
1112
1109
|
</div>
|
@@ -1143,7 +1140,7 @@ function.
|
|
1143
1140
|
<div class="refsect2">
|
1144
1141
|
<a name="clutter-texture-get-sync-size"></a><h3>clutter_texture_get_sync_size ()</h3>
|
1145
1142
|
<pre class="programlisting"><span class="returnvalue">gboolean</span> clutter_texture_get_sync_size (<em class="parameter"><code><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture</code></em>);</pre>
|
1146
|
-
<div class="warning"
|
1143
|
+
<div class="warning">
|
1147
1144
|
<h3 class="title">Warning</h3>
|
1148
1145
|
<p><code class="literal">clutter_texture_get_sync_size</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
1149
1146
|
</div>
|
@@ -1176,7 +1173,7 @@ preferred size of the underlying image data</td>
|
|
1176
1173
|
<a name="clutter-texture-set-sync-size"></a><h3>clutter_texture_set_sync_size ()</h3>
|
1177
1174
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_texture_set_sync_size (<em class="parameter"><code><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture</code></em>,
|
1178
1175
|
<em class="parameter"><code><span class="type">gboolean</span> sync_size</code></em>);</pre>
|
1179
|
-
<div class="warning"
|
1176
|
+
<div class="warning">
|
1180
1177
|
<h3 class="title">Warning</h3>
|
1181
1178
|
<p><code class="literal">clutter_texture_set_sync_size</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
1182
1179
|
</div>
|
@@ -1211,7 +1208,7 @@ underlying image data</td>
|
|
1211
1208
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_texture_get_repeat (<em class="parameter"><code><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture</code></em>,
|
1212
1209
|
<em class="parameter"><code><span class="type">gboolean</span> *repeat_x</code></em>,
|
1213
1210
|
<em class="parameter"><code><span class="type">gboolean</span> *repeat_y</code></em>);</pre>
|
1214
|
-
<div class="warning"
|
1211
|
+
<div class="warning">
|
1215
1212
|
<h3 class="title">Warning</h3>
|
1216
1213
|
<p><code class="literal">clutter_texture_get_repeat</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
1217
1214
|
</div>
|
@@ -1250,7 +1247,7 @@ using <a class="link" href="ClutterTexture.html#clutter-texture-set-repeat" titl
|
|
1250
1247
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_texture_set_repeat (<em class="parameter"><code><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture</code></em>,
|
1251
1248
|
<em class="parameter"><code><span class="type">gboolean</span> repeat_x</code></em>,
|
1252
1249
|
<em class="parameter"><code><span class="type">gboolean</span> repeat_y</code></em>);</pre>
|
1253
|
-
<div class="warning"
|
1250
|
+
<div class="warning">
|
1254
1251
|
<h3 class="title">Warning</h3>
|
1255
1252
|
<p><code class="literal">clutter_texture_set_repeat</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
1256
1253
|
</div>
|
@@ -1288,7 +1285,7 @@ vertically when the actor size is bigger than the image size
|
|
1288
1285
|
<a name="clutter-texture-get-keep-aspect-ratio"></a><h3>clutter_texture_get_keep_aspect_ratio ()</h3>
|
1289
1286
|
<pre class="programlisting"><span class="returnvalue">gboolean</span> clutter_texture_get_keep_aspect_ratio
|
1290
1287
|
(<em class="parameter"><code><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture</code></em>);</pre>
|
1291
|
-
<div class="warning"
|
1288
|
+
<div class="warning">
|
1292
1289
|
<h3 class="title">Warning</h3>
|
1293
1290
|
<p><code class="literal">clutter_texture_get_keep_aspect_ratio</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
1294
1291
|
</div>
|
@@ -1322,7 +1319,7 @@ aspect ratio of the underlying image</td>
|
|
1322
1319
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_texture_set_keep_aspect_ratio
|
1323
1320
|
(<em class="parameter"><code><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture</code></em>,
|
1324
1321
|
<em class="parameter"><code><span class="type">gboolean</span> keep_aspect</code></em>);</pre>
|
1325
|
-
<div class="warning"
|
1322
|
+
<div class="warning">
|
1326
1323
|
<h3 class="title">Warning</h3>
|
1327
1324
|
<p><code class="literal">clutter_texture_set_keep_aspect_ratio</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
1328
1325
|
</div>
|
@@ -1354,7 +1351,7 @@ the aspect ratio of the underlying image
|
|
1354
1351
|
<div class="refsect2">
|
1355
1352
|
<a name="clutter-texture-get-load-async"></a><h3>clutter_texture_get_load_async ()</h3>
|
1356
1353
|
<pre class="programlisting"><span class="returnvalue">gboolean</span> clutter_texture_get_load_async (<em class="parameter"><code><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture</code></em>);</pre>
|
1357
|
-
<div class="warning"
|
1354
|
+
<div class="warning">
|
1358
1355
|
<h3 class="title">Warning</h3>
|
1359
1356
|
<p><code class="literal">clutter_texture_get_load_async</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
1360
1357
|
</div>
|
@@ -1387,7 +1384,7 @@ disk asynchronously</td>
|
|
1387
1384
|
<a name="clutter-texture-set-load-async"></a><h3>clutter_texture_set_load_async ()</h3>
|
1388
1385
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_texture_set_load_async (<em class="parameter"><code><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture</code></em>,
|
1389
1386
|
<em class="parameter"><code><span class="type">gboolean</span> load_async</code></em>);</pre>
|
1390
|
-
<div class="warning"
|
1387
|
+
<div class="warning">
|
1391
1388
|
<h3 class="title">Warning</h3>
|
1392
1389
|
<p><code class="literal">clutter_texture_set_load_async</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
1393
1390
|
</div>
|
@@ -1425,7 +1422,7 @@ from a filename</td>
|
|
1425
1422
|
<div class="refsect2">
|
1426
1423
|
<a name="clutter-texture-get-load-data-async"></a><h3>clutter_texture_get_load_data_async ()</h3>
|
1427
1424
|
<pre class="programlisting"><span class="returnvalue">gboolean</span> clutter_texture_get_load_data_async (<em class="parameter"><code><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture</code></em>);</pre>
|
1428
|
-
<div class="warning"
|
1425
|
+
<div class="warning">
|
1429
1426
|
<h3 class="title">Warning</h3>
|
1430
1427
|
<p><code class="literal">clutter_texture_get_load_data_async</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
1431
1428
|
</div>
|
@@ -1458,7 +1455,7 @@ data from a file asynchronously</td>
|
|
1458
1455
|
<a name="clutter-texture-set-load-data-async"></a><h3>clutter_texture_set_load_data_async ()</h3>
|
1459
1456
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_texture_set_load_data_async (<em class="parameter"><code><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture</code></em>,
|
1460
1457
|
<em class="parameter"><code><span class="type">gboolean</span> load_async</code></em>);</pre>
|
1461
|
-
<div class="warning"
|
1458
|
+
<div class="warning">
|
1462
1459
|
<h3 class="title">Warning</h3>
|
1463
1460
|
<p><code class="literal">clutter_texture_set_load_data_async</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
1464
1461
|
</div>
|
@@ -1497,7 +1494,7 @@ from a filename</td>
|
|
1497
1494
|
<div class="refsect2">
|
1498
1495
|
<a name="clutter-texture-get-pick-with-alpha"></a><h3>clutter_texture_get_pick_with_alpha ()</h3>
|
1499
1496
|
<pre class="programlisting"><span class="returnvalue">gboolean</span> clutter_texture_get_pick_with_alpha (<em class="parameter"><code><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture</code></em>);</pre>
|
1500
|
-
<div class="warning"
|
1497
|
+
<div class="warning">
|
1501
1498
|
<h3 class="title">Warning</h3>
|
1502
1499
|
<p><code class="literal">clutter_texture_get_pick_with_alpha</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
1503
1500
|
</div>
|
@@ -1530,7 +1527,7 @@ using the alpha channel when picking.</td>
|
|
1530
1527
|
<a name="clutter-texture-set-pick-with-alpha"></a><h3>clutter_texture_set_pick_with_alpha ()</h3>
|
1531
1528
|
<pre class="programlisting"><span class="returnvalue">void</span> clutter_texture_set_pick_with_alpha (<em class="parameter"><code><a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture</code></em>,
|
1532
1529
|
<em class="parameter"><code><span class="type">gboolean</span> pick_with_alpha</code></em>);</pre>
|
1533
|
-
<div class="warning"
|
1530
|
+
<div class="warning">
|
1534
1531
|
<h3 class="title">Warning</h3>
|
1535
1532
|
<p><code class="literal">clutter_texture_set_pick_with_alpha</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
1536
1533
|
</div>
|
@@ -1595,7 +1592,7 @@ picking shape</td>
|
|
1595
1592
|
<div class="refsect2">
|
1596
1593
|
<a name="ClutterTexture--filename"></a><h3>The <code class="literal">"filename"</code> property</h3>
|
1597
1594
|
<pre class="programlisting"> "filename" <span class="type">gchar</span>* : Read / Write</pre>
|
1598
|
-
<div class="warning"
|
1595
|
+
<div class="warning">
|
1599
1596
|
<h3 class="title">Warning</h3>
|
1600
1597
|
<p><code class="literal">ClutterTexture:filename</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
1601
1598
|
</div>
|
@@ -1627,7 +1624,7 @@ family of functions.
|
|
1627
1624
|
<div class="refsect2">
|
1628
1625
|
<a name="ClutterTexture--load-async"></a><h3>The <code class="literal">"load-async"</code> property</h3>
|
1629
1626
|
<pre class="programlisting"> "load-async" <span class="type">gboolean</span> : Write</pre>
|
1630
|
-
<div class="warning"
|
1627
|
+
<div class="warning">
|
1631
1628
|
<h3 class="title">Warning</h3>
|
1632
1629
|
<p><code class="literal">ClutterTexture:load-async</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
1633
1630
|
</div>
|
@@ -1655,7 +1652,7 @@ it must be performed from within the same thread that called
|
|
1655
1652
|
<div class="refsect2">
|
1656
1653
|
<a name="ClutterTexture--load-data-async"></a><h3>The <code class="literal">"load-data-async"</code> property</h3>
|
1657
1654
|
<pre class="programlisting"> "load-data-async" <span class="type">gboolean</span> : Write</pre>
|
1658
|
-
<div class="warning"
|
1655
|
+
<div class="warning">
|
1659
1656
|
<h3 class="title">Warning</h3>
|
1660
1657
|
<p><code class="literal">ClutterTexture:load-data-async</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
1661
1658
|
</div>
|
@@ -1706,7 +1703,7 @@ synchronously causing some blocking.
|
|
1706
1703
|
<a name="ClutterTexture--tile-waste"></a><h3>The <code class="literal">"tile-waste"</code> property</h3>
|
1707
1704
|
<pre class="programlisting"> "tile-waste" <span class="type">gint</span> : Read</pre>
|
1708
1705
|
<p>Maximum waste area of a sliced texture.</p>
|
1709
|
-
<p>Allowed values: >=
|
1706
|
+
<p>Allowed values: >= -1</p>
|
1710
1707
|
<p>Default value: 127</p>
|
1711
1708
|
</div>
|
1712
1709
|
</div>
|
@@ -1717,7 +1714,7 @@ synchronously causing some blocking.
|
|
1717
1714
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture,
|
1718
1715
|
<span class="type">GError</span> *error,
|
1719
1716
|
<span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
|
1720
|
-
<div class="warning"
|
1717
|
+
<div class="warning">
|
1721
1718
|
<h3 class="title">Warning</h3>
|
1722
1719
|
<p><code class="literal">ClutterTexture::load-finished</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
1723
1720
|
</div>
|
@@ -1754,7 +1751,7 @@ be set, otherwise it will be <code class="literal">NULL</code>
|
|
1754
1751
|
<a name="ClutterTexture-pixbuf-change"></a><h3>The <code class="literal">"pixbuf-change"</code> signal</h3>
|
1755
1752
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="ClutterTexture.html" title="ClutterTexture"><span class="type">ClutterTexture</span></a> *texture,
|
1756
1753
|
<span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
|
1757
|
-
<div class="warning"
|
1754
|
+
<div class="warning">
|
1758
1755
|
<h3 class="title">Warning</h3>
|
1759
1756
|
<p><code class="literal">ClutterTexture::pixbuf-change</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
1760
1757
|
</div>
|
@@ -1786,7 +1783,7 @@ used by <em class="parameter"><code>texture</code></em> changes.
|
|
1786
1783
|
<span class="type">gint</span> width,
|
1787
1784
|
<span class="type">gint</span> height,
|
1788
1785
|
<span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
|
1789
|
-
<div class="warning"
|
1786
|
+
<div class="warning">
|
1790
1787
|
<h3 class="title">Warning</h3>
|
1791
1788
|
<p><code class="literal">ClutterTexture::size-change</code> is deprecated and should not be used in newly-written code. 1.12</p>
|
1792
1789
|
</div>
|
@@ -1824,6 +1821,6 @@ argument to the callback.
|
|
1824
1821
|
</div>
|
1825
1822
|
<div class="footer">
|
1826
1823
|
<hr>
|
1827
|
-
Generated by GTK-Doc V1.
|
1824
|
+
Generated by GTK-Doc V1.19.1</div>
|
1828
1825
|
</body>
|
1829
1826
|
</html>
|