mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
3c2defee9d
* clutter/clutter-container.[ch]: Add a generic actor container interface, for actors to implement without subclassing ClutterGroup. * clutter/clutter-group.[ch]: Make ClutterGroup implement the ClutterContainer interface, and deprecate the colliding methods. * clutter/clutter-layout.[ch]: Add extended layout interface. Actors and containers requiring or honouring complex layout management should implement this interface and provide at least one of the available layout types: width for height, height for width, natural size, iterative size request. * clutter/clutter-label.c: A ClutterLabel requires height for width layout management, so it implements the ClutterLayout interface. * clutter/Makefile.am: Add new files to the build. * tests/*.c: * examples/*.c: Update tests and examples code to use the new ClutterContainer API instead of ClutterGroup. |
||
---|---|---|
.. | ||
clutter-actor.sgml | ||
clutter-alpha.sgml | ||
clutter-backend.sgml | ||
clutter-behaviour-bspline.sgml | ||
clutter-behaviour-ellipse.sgml | ||
clutter-behaviour-opacity.sgml | ||
clutter-behaviour-path.sgml | ||
clutter-behaviour-rotate.sgml | ||
clutter-behaviour-scale.sgml | ||
clutter-behaviour.sgml | ||
clutter-clone-texture.sgml | ||
clutter-color.sgml | ||
clutter-entry.sgml | ||
clutter-event.sgml | ||
clutter-feature.sgml | ||
clutter-fixed.sgml | ||
clutter-glx.sgml | ||
clutter-group.sgml | ||
clutter-keysyms.sgml | ||
clutter-label.sgml | ||
clutter-main.sgml | ||
clutter-marshal.sgml | ||
clutter-media.sgml | ||
clutter-rectangle.sgml | ||
clutter-stage.sgml | ||
clutter-texture.sgml | ||
clutter-timeline.sgml | ||
clutter-units.sgml | ||
clutter-util.sgml | ||
clutter-version.sgml |