clutter 3.1.6-x86-mingw32 → 3.1.7-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +8 -4
- data/lib/clutter.rb +2 -3
- data/vendor/local/bin/json-glib-format.exe +0 -0
- data/vendor/local/bin/json-glib-validate.exe +0 -0
- data/vendor/local/bin/libclutter-1.0-0.dll +0 -0
- data/vendor/local/bin/libcogl-20.dll +0 -0
- data/vendor/local/bin/libcogl-pango-20.dll +0 -0
- data/vendor/local/bin/libcogl-path-20.dll +0 -0
- data/vendor/local/bin/libjson-glib-1.0-0.dll +0 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-config.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-version.h +3 -3
- data/vendor/local/include/clutter-1.0/clutter/gdk/clutter-gdk.h +69 -0
- data/vendor/local/lib/girepository-1.0/Clutter-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/ClutterGdk-1.0.typelib +0 -0
- data/vendor/local/lib/libclutter-1.0.dll.a +0 -0
- data/vendor/local/lib/libclutter-1.0.la +2 -2
- data/vendor/local/lib/libcogl-pango.dll.a +0 -0
- data/vendor/local/lib/libcogl-path.dll.a +0 -0
- data/vendor/local/lib/libcogl.dll.a +0 -0
- data/vendor/local/lib/libjson-glib-1.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/cally-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/clutter-1.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/clutter-cogl-1.0.pc +24 -0
- data/vendor/local/lib/pkgconfig/clutter-gdk-1.0.pc +24 -0
- data/vendor/local/lib/pkgconfig/clutter-win32-1.0.pc +3 -3
- data/vendor/local/share/gir-1.0/Clutter-1.0.gir +18 -5
- data/vendor/local/share/gir-1.0/ClutterGdk-1.0.gir +145 -0
- data/vendor/local/share/gtk-doc/html/clutter/CallyActor.html +26 -26
- data/vendor/local/share/gtk-doc/html/clutter/CallyClone.html +8 -8
- data/vendor/local/share/gtk-doc/html/clutter/CallyGroup.html +8 -8
- data/vendor/local/share/gtk-doc/html/clutter/CallyRectangle.html +8 -8
- data/vendor/local/share/gtk-doc/html/clutter/CallyRoot.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/CallyStage.html +8 -8
- data/vendor/local/share/gtk-doc/html/clutter/CallyText.html +8 -8
- data/vendor/local/share/gtk-doc/html/clutter/CallyTexture.html +8 -8
- data/vendor/local/share/gtk-doc/html/clutter/CallyUtil.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActor.html +701 -694
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActorMeta.html +21 -21
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlignConstraint.html +26 -26
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlpha.html +39 -39
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimatable.html +21 -21
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimator.html +65 -65
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBackend.html +46 -46
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviour.html +40 -40
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourDepth.html +13 -13
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html +47 -47
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html +13 -13
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourPath.html +25 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourRotate.html +31 -31
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourScale.html +15 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBinLayout.html +17 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBindConstraint.html +26 -26
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBlurEffect.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBox.html +28 -28
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBoxLayout.html +66 -66
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html +19 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCairoTexture.html +39 -39
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCanvas.html +21 -21
- data/vendor/local/share/gtk-doc/html/clutter/ClutterChildMeta.html +14 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClickAction.html +27 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClone.html +14 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterColorizeEffect.html +13 -13
- data/vendor/local/share/gtk-doc/html/clutter/ClutterConstraint.html +14 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContainer.html +66 -66
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContent.html +18 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeformEffect.html +19 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDesaturateEffect.html +14 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeviceManager.html +27 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDragAction.html +44 -44
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDropAction.html +20 -20
- data/vendor/local/share/gtk-doc/html/clutter/ClutterEffect.html +11 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFixedLayout.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFlowLayout.html +44 -44
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGLXTexturePixmap.html +15 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGestureAction.html +61 -61
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGridLayout.html +47 -47
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGroup.html +14 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterImage.html +32 -32
- data/vendor/local/share/gtk-doc/html/clutter/ClutterInputDevice.html +94 -94
- data/vendor/local/share/gtk-doc/html/clutter/ClutterKeyframeTransition.html +25 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutManager.html +45 -45
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutMeta.html +11 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterListModel.html +11 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterMedia.html +55 -55
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModel.html +92 -92
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModelIter.html +41 -41
- data/vendor/local/share/gtk-doc/html/clutter/ClutterOffscreenEffect.html +24 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPageTurnEffect.html +24 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPaintNode.html +34 -34
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPanAction.html +49 -49
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPath.html +78 -78
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPathConstraint.html +22 -22
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPropertyTransition.html +14 -14
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRectangle.html +23 -23
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRotateAction.html +12 -12
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScore.html +53 -53
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScript.html +117 -63
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScriptable.html +18 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScrollActor.html +18 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSettings.html +7 -7
- data/vendor/local/share/gtk-doc/html/clutter/ClutterShaderEffect.html +26 -26
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSnapConstraint.html +25 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterStage.html +126 -126
- data/vendor/local/share/gtk-doc/html/clutter/ClutterState.html +75 -75
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSwipeAction.html +16 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTableLayout.html +58 -58
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTapAction.html +11 -11
- data/vendor/local/share/gtk-doc/html/clutter/ClutterText.html +190 -190
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTextBuffer.html +43 -43
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTexture.html +104 -104
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTimeline.html +127 -127
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransition.html +31 -31
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransitionGroup.html +12 -12
- data/vendor/local/share/gtk-doc/html/clutter/ClutterX11TexturePixmap.html +24 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterZoomAction.html +24 -24
- data/vendor/local/share/gtk-doc/html/clutter/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/building-clutter.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/cally.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch01.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch02.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch03.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch04.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch05.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch06.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch07.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch08.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch09.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch10.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch11.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch12.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch13.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ch14.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Base-geometric-types.html +227 -227
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Cairo-integration.html +30 -22
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html +22 -22
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Colors.html +72 -72
- data/vendor/local/share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Events.html +289 -289
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Features.html +11 -11
- data/vendor/local/share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html +20 -20
- data/vendor/local/share/gtk-doc/html/clutter/clutter-General-API.html +10 -10
- data/vendor/local/share/gtk-doc/html/clutter/clutter-General.html +96 -96
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Implicit-Animations.html +90 -90
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html +12 -12
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Key-Bindings.html +38 -38
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Paint-Nodes.html +18 -18
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Shaders.html +64 -64
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Stage-Manager.html +23 -23
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Unit-conversion.html +52 -52
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Utilities.html +34 -34
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Value-intervals.html +59 -59
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Versioning-Macros.html +182 -182
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-specific-support.html +17 -17
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html +16 -16
- data/vendor/local/share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html +53 -53
- data/vendor/local/share/gtk-doc/html/clutter/clutter-clutter-mir.html +11 -11
- data/vendor/local/share/gtk-doc/html/clutter/clutter-overview.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/clutter.devhelp2 +342 -18
- data/vendor/local/share/gtk-doc/html/clutter/clutteranimation.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/clutterbackends.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/clutterbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/clutterglossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjecthierarchy.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjectindex.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/cluttertools.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/go01.html +36 -36
- data/vendor/local/share/gtk-doc/html/clutter/index.html +4 -23
- data/vendor/local/share/gtk-doc/html/clutter/iterating-paths.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/ix01.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/license.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterAnimation.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterEffect.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterPath.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/migration.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/pt10.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/running-clutter.html +3 -3
- data/vendor/local/share/gtk-doc/html/clutter/using-cairo.html +3 -3
- data/vendor/local/share/locale/an/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/clutter-1.0.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/bg/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/clutter-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@valencia/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/clutter-1.0.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/fur/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/clutter-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/nb/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/clutter-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_BR/LC_MESSAGES/clutter-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/sk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/clutter-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@latin/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/clutter-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_HK/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/clutter-1.0.mo +0 -0
- metadata +18 -45
- data/vendor/local/share/gtk-doc/html/clutter/index.sgml +0 -3722
- data/vendor/local/share/gtk-doc/html/clutter/ix02.html +0 -2513
- data/vendor/local/share/gtk-doc/html/clutter/ix03.html +0 -507
- data/vendor/local/share/gtk-doc/html/clutter/ix04.html +0 -581
- data/vendor/local/share/gtk-doc/html/clutter/ix05.html +0 -947
- data/vendor/local/share/gtk-doc/html/clutter/ix06.html +0 -668
- data/vendor/local/share/gtk-doc/html/clutter/ix07.html +0 -1524
- data/vendor/local/share/gtk-doc/html/clutter/ix08.html +0 -814
- data/vendor/local/share/gtk-doc/html/clutter/ix09.html +0 -1135
- data/vendor/local/share/gtk-doc/html/clutter/ix10.html +0 -371
- data/vendor/local/share/gtk-doc/html/clutter/ix11.html +0 -360
- data/vendor/local/share/gtk-doc/html/clutter/ix12.html +0 -1084
- data/vendor/local/share/gtk-doc/html/clutter/ix13.html +0 -978
- data/vendor/local/share/gtk-doc/html/clutter/ix14.html +0 -100
- data/vendor/local/share/gtk-doc/html/clutter/ix15.html +0 -110
- data/vendor/local/share/gtk-doc/html/clutter/ix16.html +0 -103
- data/vendor/local/share/gtk-doc/html/clutter/ix17.html +0 -59
- data/vendor/local/share/gtk-doc/html/clutter/ix18.html +0 -97
- data/vendor/local/share/gtk-doc/html/clutter/ix19.html +0 -102
- data/vendor/local/share/gtk-doc/html/clutter/ix20.html +0 -56
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Part V. Clutter Animation Framework: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Clutter Reference Manual">
|
9
9
|
<link rel="prev" href="clutter-Paint-Nodes.html" title="Paint Nodes">
|
10
10
|
<link rel="next" href="ch09.html" title="Base classes">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.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">
|
@@ -59,6 +59,6 @@
|
|
59
59
|
</div>
|
60
60
|
</div>
|
61
61
|
<div class="footer">
|
62
|
-
<hr>Generated by GTK-Doc V1.
|
62
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
63
63
|
</body>
|
64
64
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Part VII. Clutter Backends: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Clutter Reference Manual">
|
9
9
|
<link rel="prev" href="ClutterListModel.html" title="ClutterListModel">
|
10
10
|
<link rel="next" href="ClutterBackend.html" title="ClutterBackend">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.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">
|
@@ -71,6 +71,6 @@
|
|
71
71
|
</div>
|
72
72
|
</div>
|
73
73
|
<div class="footer">
|
74
|
-
<hr>Generated by GTK-Doc V1.
|
74
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
75
75
|
</body>
|
76
76
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Part IV. Clutter Core Reference: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Clutter Reference Manual">
|
9
9
|
<link rel="prev" href="running-clutter.html" title="Part III. Running Clutter">
|
10
10
|
<link rel="next" href="ch01.html" title="Abstract classes and interfaces">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.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">
|
@@ -189,6 +189,6 @@
|
|
189
189
|
</div>
|
190
190
|
</div>
|
191
191
|
<div class="footer">
|
192
|
-
<hr>Generated by GTK-Doc V1.
|
192
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
193
193
|
</body>
|
194
194
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Part XII. Glossaries: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Clutter Reference Manual">
|
9
9
|
<link rel="prev" href="clutterobjectindex.html" title="Object Index">
|
10
10
|
<link rel="next" href="go01.html" title="Glossary">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.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">
|
@@ -31,6 +31,6 @@
|
|
31
31
|
</div>
|
32
32
|
</div>
|
33
33
|
<div class="footer">
|
34
|
-
<hr>Generated by GTK-Doc V1.
|
34
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
35
35
|
</body>
|
36
36
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Object Hierarchy: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="clutterobjects.html" title="Part XI. Clutter Actors and Objects">
|
9
9
|
<link rel="prev" href="clutterobjects.html" title="Part XI. Clutter Actors and Objects">
|
10
10
|
<link rel="next" href="clutterobjectindex.html" title="Object Index">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.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">
|
@@ -116,13 +116,13 @@
|
|
116
116
|
<span class="lineart">├──</span> <a class="link" href="clutter-Stage-Manager.html#ClutterStageManager">ClutterStageManager</a>
|
117
117
|
<span class="lineart">├──</span> <a class="link" href="ClutterState.html" title="ClutterState">ClutterState</a>
|
118
118
|
<span class="lineart">╰──</span> <a class="link" href="ClutterTextBuffer.html" title="ClutterTextBuffer">ClutterTextBuffer</a>
|
119
|
-
GInterface
|
119
|
+
<a href="/home/ebassi/gnome/install/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
|
120
120
|
<span class="lineart">├──</span> <a class="link" href="ClutterContainer.html" title="ClutterContainer">ClutterContainer</a>
|
121
121
|
<span class="lineart">├──</span> <a class="link" href="ClutterScriptable.html" title="ClutterScriptable">ClutterScriptable</a>
|
122
122
|
<span class="lineart">├──</span> <a class="link" href="ClutterAnimatable.html" title="ClutterAnimatable">ClutterAnimatable</a>
|
123
123
|
<span class="lineart">├──</span> <a class="link" href="ClutterContent.html" title="ClutterContent">ClutterContent</a>
|
124
124
|
<span class="lineart">╰──</span> <a class="link" href="ClutterMedia.html" title="ClutterMedia">ClutterMedia</a>
|
125
|
-
GBoxed
|
125
|
+
<a href="/home/ebassi/gnome/install/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
126
126
|
<span class="lineart">├──</span> <a class="link" href="clutter-Base-geometric-types.html#ClutterActorBox">ClutterActorBox</a>
|
127
127
|
<span class="lineart">├──</span> <a class="link" href="ClutterAnimator.html#ClutterAnimatorKey">ClutterAnimatorKey</a>
|
128
128
|
<span class="lineart">├──</span> <a class="link" href="clutter-Colors.html#ClutterColor">ClutterColor</a>
|
@@ -157,6 +157,6 @@
|
|
157
157
|
</pre>
|
158
158
|
</div>
|
159
159
|
<div class="footer">
|
160
|
-
<hr>Generated by GTK-Doc V1.
|
160
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
161
161
|
</body>
|
162
162
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Object Index: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="clutterobjects.html" title="Part XI. Clutter Actors and Objects">
|
9
9
|
<link rel="prev" href="clutterobjecthierarchy.html" title="Object Hierarchy">
|
10
10
|
<link rel="next" href="clutterglossary.html" title="Part XII. Glossaries">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.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">
|
@@ -22,7 +22,7 @@
|
|
22
22
|
<div class="chapter">
|
23
23
|
<div class="titlepage"><div><div><h2 class="title">
|
24
24
|
<a name="clutterobjectindex"></a>Object Index</h2></div></div></div>
|
25
|
-
<div class="informaltable"><table width="100%" border="0">
|
25
|
+
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
26
26
|
<colgroup>
|
27
27
|
<col>
|
28
28
|
<col>
|
@@ -240,9 +240,9 @@
|
|
240
240
|
<td><a class="link" href="ClutterZoomAction.html" title="ClutterZoomAction">ClutterZoomAction</a></td>
|
241
241
|
</tr>
|
242
242
|
<tr>
|
243
|
-
<td>GBoxed</td>
|
243
|
+
<td><a href="/home/ebassi/gnome/install/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a></td>
|
244
244
|
<td>GInitiallyUnowned</td>
|
245
|
-
<td>GInterface</td>
|
245
|
+
<td><a href="/home/ebassi/gnome/install/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a></td>
|
246
246
|
</tr>
|
247
247
|
<tr>
|
248
248
|
<td>GObject</td>
|
@@ -253,6 +253,6 @@
|
|
253
253
|
</table></div>
|
254
254
|
</div>
|
255
255
|
<div class="footer">
|
256
|
-
<hr>Generated by GTK-Doc V1.
|
256
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
257
257
|
</body>
|
258
258
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Part XI. Clutter Actors and Objects: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Clutter Reference Manual">
|
9
9
|
<link rel="prev" href="ClutterTexture.html" title="ClutterTexture">
|
10
10
|
<link rel="next" href="clutterobjecthierarchy.html" title="Object Hierarchy">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.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">
|
@@ -31,6 +31,6 @@
|
|
31
31
|
</div>
|
32
32
|
</div>
|
33
33
|
<div class="footer">
|
34
|
-
<hr>Generated by GTK-Doc V1.
|
34
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
35
35
|
</body>
|
36
36
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Part VI. Clutter Tools: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Clutter Reference Manual">
|
9
9
|
<link rel="prev" href="ClutterTransitionGroup.html" title="ClutterTransitionGroup">
|
10
10
|
<link rel="next" href="ch10.html" title="General purpose API">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.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">
|
@@ -102,6 +102,6 @@ and bezier curves.</span>
|
|
102
102
|
</div>
|
103
103
|
</div>
|
104
104
|
<div class="footer">
|
105
|
-
<hr>Generated by GTK-Doc V1.
|
105
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
106
106
|
</body>
|
107
107
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Part X. Deprecated Classes: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="Clutter Reference Manual">
|
9
9
|
<link rel="prev" href="migrating-ClutterAnimation.html" title="Migrating from ClutterAnimation">
|
10
10
|
<link rel="next" href="ClutterAlpha.html" title="ClutterAlpha">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.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">
|
@@ -87,6 +87,6 @@
|
|
87
87
|
</div>
|
88
88
|
</div>
|
89
89
|
<div class="footer">
|
90
|
-
<hr>Generated by GTK-Doc V1.
|
90
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
91
91
|
</body>
|
92
92
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Glossary: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="clutterglossary.html" title="Part XII. Glossaries">
|
9
9
|
<link rel="prev" href="clutterglossary.html" title="Part XII. Glossaries">
|
10
10
|
<link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.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">
|
@@ -26,37 +26,37 @@
|
|
26
26
|
<dt>
|
27
27
|
<a name="actor"></a><span class="glossterm">actor</span>
|
28
28
|
</dt>
|
29
|
-
<dd class="glossdef"><p>An item on the <a class="glossterm" href="go01.html#scenegraph"><em class="glossterm">scenegraph</em></a>. Every
|
30
|
-
actor has a <a class="glossterm" href="go01.html#parent"><em class="glossterm">parent</em></a>, except the <a class="glossterm" href="go01.html#stage"><em class="glossterm">stage</em></a>, and some actors can be <a class="glossterm" href="go01.html#container"><em class="glossterm">containers</em></a>. Every actor has a <a class="glossterm" href="go01.html#geometry"><em class="glossterm">geometry</em></a> and, when visible, it should paint its
|
29
|
+
<dd class="glossdef"><p>An item on the <a class="glossterm" href="go01.html#scenegraph"><em class="glossterm"><a class="glossterm" href="go01.html#scenegraph" title="scenegraph">scenegraph</a></em></a>. Every
|
30
|
+
actor has a <a class="glossterm" href="go01.html#parent"><em class="glossterm"><a class="glossterm" href="go01.html#parent" title="parent">parent</a></em></a>, except the <a class="glossterm" href="go01.html#stage"><em class="glossterm"><a class="glossterm" href="go01.html#stage" title="stage">stage</a></em></a>, and some actors can be <a class="glossterm" href="go01.html#container"><em class="glossterm"><a class="glossterm" href="go01.html#container" title="container">containers</a></em></a>. Every actor has a <a class="glossterm" href="go01.html#geometry"><em class="glossterm"><a class="glossterm" href="go01.html#geometry" title="geometry">geometry</a></em></a> and, when visible, it should paint its
|
31
31
|
contents. The base class for actors is <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a>.</p></dd>
|
32
32
|
<dt>
|
33
33
|
<a name="allocation"></a><span class="glossterm">allocation</span>
|
34
34
|
</dt>
|
35
35
|
<dd class="glossdef">
|
36
|
-
<p>The final size of an <a class="glossterm" href="go01.html#actor"><em class="glossterm">actor</em></a> within its
|
37
|
-
<a class="glossterm" href="go01.html#parent"><em class="glossterm">parent</em></a>. For example, an actor might have
|
38
|
-
a preferred <a class="glossterm" href="go01.html#minimum-size"><em class="glossterm">minimum size</em></a> of
|
39
|
-
20×20 pixels and a <a class="glossterm" href="go01.html#natural-size"><em class="glossterm">natural
|
40
|
-
size</em></a> of
|
36
|
+
<p>The final size of an <a class="glossterm" href="go01.html#actor"><em class="glossterm"><a class="glossterm" href="go01.html#actor" title="actor">actor</a></em></a> within its
|
37
|
+
<a class="glossterm" href="go01.html#parent"><em class="glossterm"><a class="glossterm" href="go01.html#parent" title="parent">parent</a></em></a>. For example, an actor might have
|
38
|
+
a preferred <a class="glossterm" href="go01.html#minimum-size"><em class="glossterm"><a class="glossterm" href="go01.html#minimum-size" title="minimum size">minimum size</a></em></a> of
|
39
|
+
20×20 pixels and a <a class="glossterm" href="go01.html#natural-size"><em class="glossterm"><a class="glossterm" href="go01.html#natural-size" title="natural size">natural
|
40
|
+
size</a></em></a> of
|
41
41
|
40×40 pixels, but its parent may decide to allocate 50×20 pixels for
|
42
42
|
it instead.</p>
|
43
43
|
<p>See Also
|
44
|
-
<a class="glossterm" href="go01.html#minimum-size"><em class="glossterm">minimum size</em></a>
|
45
|
-
<a class="glossterm" href="go01.html#natural-size"><em class="glossterm">natural size</em></a>
|
44
|
+
<a class="glossterm" href="go01.html#minimum-size"><em class="glossterm"><a class="glossterm" href="go01.html#minimum-size" title="minimum size">minimum size</a></em></a>
|
45
|
+
<a class="glossterm" href="go01.html#natural-size"><em class="glossterm"><a class="glossterm" href="go01.html#natural-size" title="natural size">natural size</a></em></a>
|
46
46
|
.</p>
|
47
47
|
</dd>
|
48
48
|
<dt>
|
49
49
|
<a name="child"></a><span class="glossterm">child</span>
|
50
50
|
</dt>
|
51
|
-
<dd class="glossdef"><p>A <a class="glossterm" href="go01.html#container"><em class="glossterm">container's</em></a> child is an
|
52
|
-
<a class="glossterm" href="go01.html#actor"><em class="glossterm">actor</em></a> contained inside it.</p></dd>
|
51
|
+
<dd class="glossdef"><p>A <a class="glossterm" href="go01.html#container"><em class="glossterm"><a class="glossterm" href="go01.html#container" title="container">container's</a></em></a> child is an
|
52
|
+
<a class="glossterm" href="go01.html#actor"><em class="glossterm"><a class="glossterm" href="go01.html#actor" title="actor">actor</a></em></a> contained inside it.</p></dd>
|
53
53
|
<dt>
|
54
54
|
<a name="container"></a><span class="glossterm">container</span>
|
55
55
|
</dt>
|
56
|
-
<dd class="glossdef"><p>An <a class="glossterm" href="go01.html#actor"><em class="glossterm">actor</em></a> which can contain other
|
56
|
+
<dd class="glossdef"><p>An <a class="glossterm" href="go01.html#actor"><em class="glossterm"><a class="glossterm" href="go01.html#actor" title="actor">actor</a></em></a> which can contain other
|
57
57
|
actors. If a container is meant to be extended using public API it should implement
|
58
58
|
the <a class="link" href="ClutterContainer.html" title="ClutterContainer"><span class="type">ClutterContainer</span></a> interface; otherwise it is a composite actor. A container
|
59
|
-
can let its <a class="glossterm" href="go01.html#child"><em class="glossterm">children</em></a> manage their <a class="glossterm" href="go01.html#geometry"><em class="glossterm">geometry</em></a>, like <a class="link" href="ClutterGroup.html" title="ClutterGroup"><span class="type">ClutterGroup</span></a>, or they can take care of
|
59
|
+
can let its <a class="glossterm" href="go01.html#child"><em class="glossterm"><a class="glossterm" href="go01.html#child" title="child">children</a></em></a> manage their <a class="glossterm" href="go01.html#geometry"><em class="glossterm"><a class="glossterm" href="go01.html#geometry" title="geometry">geometry</a></em></a>, like <a class="link" href="ClutterGroup.html" title="ClutterGroup"><span class="type">ClutterGroup</span></a>, or they can take care of
|
60
60
|
assigning one.</p></dd>
|
61
61
|
<dt>
|
62
62
|
<a name="event"></a><span class="glossterm">event</span>
|
@@ -66,60 +66,60 @@
|
|
66
66
|
<dt>
|
67
67
|
<a name="geometry"></a><span class="glossterm">geometry</span>
|
68
68
|
</dt>
|
69
|
-
<dd class="glossdef"><p>An <a class="glossterm" href="go01.html#actor"><em class="glossterm">actor's</em></a> position and size. A
|
70
|
-
geometry can be expressed in <a class="glossterm" href="go01.html#actor"><em class="glossterm">actor-relative</em></a>
|
71
|
-
<a class="glossterm" href="go01.html#transformation"><em class="glossterm">untransformed</em></a> coordinates; or in
|
72
|
-
<a class="glossterm" href="go01.html#stage"><em class="glossterm">stage-relative</em></a>, <a class="glossterm" href="go01.html#transformation"><em class="glossterm">transformed</em></a> coordinates.</p></dd>
|
69
|
+
<dd class="glossdef"><p>An <a class="glossterm" href="go01.html#actor"><em class="glossterm"><a class="glossterm" href="go01.html#actor" title="actor">actor's</a></em></a> position and size. A
|
70
|
+
geometry can be expressed in <a class="glossterm" href="go01.html#actor"><em class="glossterm"><a class="glossterm" href="go01.html#actor" title="actor">actor-relative</a></em></a>
|
71
|
+
<a class="glossterm" href="go01.html#transformation"><em class="glossterm"><a class="glossterm" href="go01.html#transformation" title="transformation">untransformed</a></em></a> coordinates; or in
|
72
|
+
<a class="glossterm" href="go01.html#stage"><em class="glossterm"><a class="glossterm" href="go01.html#stage" title="stage">stage-relative</a></em></a>, <a class="glossterm" href="go01.html#transformation"><em class="glossterm"><a class="glossterm" href="go01.html#transformation" title="transformation">transformed</a></em></a> coordinates.</p></dd>
|
73
73
|
<dt>
|
74
74
|
<a name="minimum-size"></a><span class="glossterm">minimum size</span>
|
75
75
|
</dt>
|
76
76
|
<dd class="glossdef">
|
77
|
-
<p>The minimum, useful size of an <a class="glossterm" href="go01.html#actor"><em class="glossterm">actor</em></a>.
|
77
|
+
<p>The minimum, useful size of an <a class="glossterm" href="go01.html#actor"><em class="glossterm"><a class="glossterm" href="go01.html#actor" title="actor">actor</a></em></a>.
|
78
78
|
For instance, a button might have a minimum size of 20×20 millimeters on a
|
79
|
-
touch screen, to retain the ability for the user to press it. A <a class="glossterm" href="go01.html#container"><em class="glossterm">container</em></a> that manages the size of its <a class="glossterm" href="go01.html#child"><em class="glossterm">children</em></a> should always try to <a class="glossterm" href="go01.html#allocation"><em class="glossterm">allocate</em></a> at least their minimum size.</p>
|
79
|
+
touch screen, to retain the ability for the user to press it. A <a class="glossterm" href="go01.html#container"><em class="glossterm"><a class="glossterm" href="go01.html#container" title="container">container</a></em></a> that manages the size of its <a class="glossterm" href="go01.html#child"><em class="glossterm"><a class="glossterm" href="go01.html#child" title="child">children</a></em></a> should always try to <a class="glossterm" href="go01.html#allocation"><em class="glossterm"><a class="glossterm" href="go01.html#allocation" title="allocation">allocate</a></em></a> at least their minimum size.</p>
|
80
80
|
<p>See Also
|
81
|
-
<a class="glossterm" href="go01.html#natural-size"><em class="glossterm">natural size</em></a>
|
82
|
-
<a class="glossterm" href="go01.html#allocation"><em class="glossterm">allocation</em></a>
|
81
|
+
<a class="glossterm" href="go01.html#natural-size"><em class="glossterm"><a class="glossterm" href="go01.html#natural-size" title="natural size">natural size</a></em></a>
|
82
|
+
<a class="glossterm" href="go01.html#allocation"><em class="glossterm"><a class="glossterm" href="go01.html#allocation" title="allocation">allocation</a></em></a>
|
83
83
|
.</p>
|
84
84
|
</dd>
|
85
85
|
<dt>
|
86
86
|
<a name="natural-size"></a><span class="glossterm">natural size</span>
|
87
87
|
</dt>
|
88
88
|
<dd class="glossdef">
|
89
|
-
<p>The default size requested by an <a class="glossterm" href="go01.html#actor"><em class="glossterm">actor</em></a>.</p>
|
89
|
+
<p>The default size requested by an <a class="glossterm" href="go01.html#actor"><em class="glossterm"><a class="glossterm" href="go01.html#actor" title="actor">actor</a></em></a>.</p>
|
90
90
|
<p>See Also
|
91
|
-
<a class="glossterm" href="go01.html#minimum-size"><em class="glossterm">minimum size</em></a>
|
92
|
-
<a class="glossterm" href="go01.html#allocation"><em class="glossterm">allocation</em></a>
|
91
|
+
<a class="glossterm" href="go01.html#minimum-size"><em class="glossterm"><a class="glossterm" href="go01.html#minimum-size" title="minimum size">minimum size</a></em></a>
|
92
|
+
<a class="glossterm" href="go01.html#allocation"><em class="glossterm"><a class="glossterm" href="go01.html#allocation" title="allocation">allocation</a></em></a>
|
93
93
|
.</p>
|
94
94
|
</dd>
|
95
95
|
<dt>
|
96
96
|
<a name="parent"></a><span class="glossterm">parent</span>
|
97
97
|
</dt>
|
98
|
-
<dd class="glossdef"><p>An <a class="glossterm" href="go01.html#actor"><em class="glossterm">actor's</em></a> parent is the
|
99
|
-
<a class="glossterm" href="go01.html#container"><em class="glossterm">container</em></a> inside which the actor
|
98
|
+
<dd class="glossdef"><p>An <a class="glossterm" href="go01.html#actor"><em class="glossterm"><a class="glossterm" href="go01.html#actor" title="actor">actor's</a></em></a> parent is the
|
99
|
+
<a class="glossterm" href="go01.html#container"><em class="glossterm"><a class="glossterm" href="go01.html#container" title="container">container</a></em></a> inside which the actor
|
100
100
|
resides.</p></dd>
|
101
101
|
<dt>
|
102
102
|
<a name="scenegraph"></a><span class="glossterm">scenegraph</span>
|
103
103
|
</dt>
|
104
|
-
<dd class="glossdef"><p>The tree of all <a class="glossterm" href="go01.html#actor"><em class="glossterm">actors</em></a>, starting
|
105
|
-
from the <a class="glossterm" href="go01.html#stage"><em class="glossterm">stage</em></a> at the root and following
|
106
|
-
the <a class="glossterm" href="go01.html#container"><em class="glossterm">containers</em></a>.</p></dd>
|
104
|
+
<dd class="glossdef"><p>The tree of all <a class="glossterm" href="go01.html#actor"><em class="glossterm"><a class="glossterm" href="go01.html#actor" title="actor">actors</a></em></a>, starting
|
105
|
+
from the <a class="glossterm" href="go01.html#stage"><em class="glossterm"><a class="glossterm" href="go01.html#stage" title="stage">stage</a></em></a> at the root and following
|
106
|
+
the <a class="glossterm" href="go01.html#container"><em class="glossterm"><a class="glossterm" href="go01.html#container" title="container">containers</a></em></a>.</p></dd>
|
107
107
|
<dt>
|
108
108
|
<a name="stage"></a><span class="glossterm">stage</span>
|
109
109
|
</dt>
|
110
|
-
<dd class="glossdef"><p>The top-level <a class="glossterm" href="go01.html#container"><em class="glossterm">container</em></a> for
|
111
|
-
<a class="glossterm" href="go01.html#actor"><em class="glossterm">actors</em></a>. Depending on the Clutter back end a
|
110
|
+
<dd class="glossdef"><p>The top-level <a class="glossterm" href="go01.html#container"><em class="glossterm"><a class="glossterm" href="go01.html#container" title="container">container</a></em></a> for
|
111
|
+
<a class="glossterm" href="go01.html#actor"><em class="glossterm"><a class="glossterm" href="go01.html#actor" title="actor">actors</a></em></a>. Depending on the Clutter back end a
|
112
112
|
stage can be associated to a window or to a frame buffer; also depending on the back
|
113
113
|
end is the number of instantiatable stages. Stages in Clutter can be manipulated using
|
114
114
|
the <a class="link" href="ClutterStage.html" title="ClutterStage"><span class="type">ClutterStage</span></a> API.</p></dd>
|
115
115
|
<dt>
|
116
116
|
<a name="transformation"></a><span class="glossterm">transformation</span>
|
117
117
|
</dt>
|
118
|
-
<dd class="glossdef"><p>A rotation, scaling or traslation of an <a class="glossterm" href="go01.html#actor"><em class="glossterm">actor</em></a>. Transformations are independent
|
119
|
-
of the actor's <a class="glossterm" href="go01.html#geometry"><em class="glossterm">geometry</em></a>.</p></dd>
|
118
|
+
<dd class="glossdef"><p>A rotation, scaling or traslation of an <a class="glossterm" href="go01.html#actor"><em class="glossterm"><a class="glossterm" href="go01.html#actor" title="actor">actor</a></em></a>. Transformations are independent
|
119
|
+
of the actor's <a class="glossterm" href="go01.html#geometry"><em class="glossterm"><a class="glossterm" href="go01.html#geometry" title="geometry">geometry</a></em></a>.</p></dd>
|
120
120
|
</dl>
|
121
121
|
</div>
|
122
122
|
<div class="footer">
|
123
|
-
<hr>Generated by GTK-Doc V1.
|
123
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
124
124
|
</body>
|
125
125
|
</html>
|
@@ -3,10 +3,10 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Clutter Reference Manual: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="next" href="clutter-overview.html" title="Part I. Overview">
|
9
|
-
<meta name="generator" content="GTK-Doc V1.
|
9
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
10
10
|
<link rel="stylesheet" href="style.css" type="text/css">
|
11
11
|
</head>
|
12
12
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -14,7 +14,7 @@
|
|
14
14
|
<div class="titlepage">
|
15
15
|
<div>
|
16
16
|
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Clutter Reference Manual</p></th></tr></table></div>
|
17
|
-
<div><p class="releaseinfo">for Clutter 1.26.
|
17
|
+
<div><p class="releaseinfo">for Clutter 1.26.2</p></div>
|
18
18
|
<div><p class="copyright">Copyright © 2006, 2007, 2008 OpenedHand LTD</p></div>
|
19
19
|
<div><p class="copyright">Copyright © 2009, 2010, 2011, 2012 Intel Corporation</p></div>
|
20
20
|
<div><div class="legalnotice">
|
@@ -476,29 +476,10 @@ and bezier curves.</span>
|
|
476
476
|
<dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
|
477
477
|
</dl></dd>
|
478
478
|
<dt><span class="index"><a href="ix01.html">Index of all symbols</a></span></dt>
|
479
|
-
<dt><span class="index"><a href="ix02.html">Index of deprecated symbols</a></span></dt>
|
480
|
-
<dt><span class="index"><a href="ix03.html">Index of new symbols in 0.2</a></span></dt>
|
481
|
-
<dt><span class="index"><a href="ix04.html">Index of new symbols in 0.4</a></span></dt>
|
482
|
-
<dt><span class="index"><a href="ix05.html">Index of new symbols in 0.6</a></span></dt>
|
483
|
-
<dt><span class="index"><a href="ix06.html">Index of new symbols in 0.8</a></span></dt>
|
484
|
-
<dt><span class="index"><a href="ix07.html">Index of new symbols in 1.0</a></span></dt>
|
485
|
-
<dt><span class="index"><a href="ix08.html">Index of new symbols in 1.2</a></span></dt>
|
486
|
-
<dt><span class="index"><a href="ix09.html">Index of new symbols in 1.4</a></span></dt>
|
487
|
-
<dt><span class="index"><a href="ix10.html">Index of new symbols in 1.6</a></span></dt>
|
488
|
-
<dt><span class="index"><a href="ix11.html">Index of new symbols in 1.8</a></span></dt>
|
489
|
-
<dt><span class="index"><a href="ix12.html">Index of new symbols in 1.10</a></span></dt>
|
490
|
-
<dt><span class="index"><a href="ix13.html">Index of new symbols in 1.12</a></span></dt>
|
491
|
-
<dt><span class="index"><a href="ix14.html">Index of new symbols in 1.14</a></span></dt>
|
492
|
-
<dt><span class="index"><a href="ix15.html">Index of new symbols in 1.16</a></span></dt>
|
493
|
-
<dt><span class="index"><a href="ix16.html">Index of new symbols in 1.18</a></span></dt>
|
494
|
-
<dt><span class="index"><a href="ix17.html">Index of new symbols in 1.20</a></span></dt>
|
495
|
-
<dt><span class="index"><a href="ix18.html">Index of new symbols in 1.22</a></span></dt>
|
496
|
-
<dt><span class="index"><a href="ix19.html">Index of new symbols in 1.24</a></span></dt>
|
497
|
-
<dt><span class="index"><a href="ix20.html">Index of new symbols in 1.26</a></span></dt>
|
498
479
|
<dt><span class="appendix"><a href="license.html">A. License</a></span></dt>
|
499
480
|
</dl></div>
|
500
481
|
</div>
|
501
482
|
<div class="footer">
|
502
|
-
<hr>Generated by GTK-Doc V1.
|
483
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
503
484
|
</body>
|
504
485
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Iterating over a ClutterPath: Clutter Reference Manual</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
7
7
|
<link rel="home" href="index.html" title="Clutter Reference Manual">
|
8
8
|
<link rel="up" href="migrating-ClutterPath.html" title="Migrating to ClutterPath">
|
9
9
|
<link rel="prev" href="migrating-ClutterPath.html" title="Migrating to ClutterPath">
|
10
10
|
<link rel="next" href="using-cairo.html" title="Integration with Cairo">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.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">
|
@@ -50,6 +50,6 @@
|
|
50
50
|
|
51
51
|
</div>
|
52
52
|
<div class="footer">
|
53
|
-
<hr>Generated by GTK-Doc V1.
|
53
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
54
54
|
</body>
|
55
55
|
</html>
|