1
0
Fork 0
mutter-performance-source/doc/reference/tmpl
Emmanuele Bassi 10fbfb1659 2006-12-12 Emmanuele Bassi <ebassi@openedhand.com>
Rework part of the show/hide machinery.  Allow groups sub-classes
	and composite actors to override show_all/hide_all in order to
	decide which children they wish to show/hide.  This means that
	if an actor overrides the default show/hide virtual methods, it'll
	have to chain up to the parent class show/hide.  While we're at it,
	provide the fully recursive clutter_actor_show_all() and
	clutter_actor_hide_all() methods.

	* clutter/clutter-behaviour-path.c: Add apidoc for the ClutterKnot
	functions; add pathological equality case for clutter_knot_equal().

	* clutter/clutter-event.h:
	* clutter/clutter-feature.h:
	* clutter/clutter-behaviour.c:
	* clutter/clutter-behaviour-scale.c:Fix parameters name so that
	gtk-doc doesn't complain.

	* clutter/clutter-actor.c:
	* clutter/clutter-event.c: Add apidoc

	* clutter/clutter-actor.h:
	* clutter/clutter-actor.c: Add a clutter_actor_show_all() and a
	clutter_actor_hide_all() functions; provide a mechanism for
	groups and composited actors to programmatically select what to
	show/hide when clutter_actor_show_all() and clutter_actor_hide_all()
	are called.  If you are overriding the ClutterActor::show or
	the ClutterActor::hide virtual methods you should chain up with
	the parent class.

	* clutter/clutter-group.c: Override show_all and hide_all and
	recursively show/hide every child inside the group;
	clutter_group_show_all() and clutter_group_hide_all() remain as non
	recursive versions of clutter_actor_show_all() and
	clutter_actor_hide_all() (maybe we should rename them in order
	to avoid name clashes with the bindings).

	* clutter/clutter-stage.c:
	* clutter/clutter-texture.c: Chain up with parent class show
	and hide vfuncs.

	* clutter/clutter-clone-texture.h:
	* clutter/clutter-clone-texture.c: Provide API for changing the
	parent texture of a clone texture actor.

	* examples/behave.c:
	* examples/super-oh.c:
	* examples/test.c: Use clutter_actor_show_all() instead of
	clutter_group_show_all().
2006-12-12 20:20:04 +00:00
..
clutter-actor.sgml 2006-12-12 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-12 20:20:04 +00:00
clutter-alpha.sgml 2006-12-04 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-05 05:16:03 +00:00
clutter-behaviour-opacity.sgml 2006-11-17 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-17 19:17:40 +00:00
clutter-behaviour-path.sgml 2006-12-04 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-05 05:16:03 +00:00
clutter-behaviour-scale.sgml 2006-12-04 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-05 05:16:03 +00:00
clutter-behaviour.sgml 2006-12-08 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-08 16:12:52 +00:00
clutter-clone-texture.sgml 2006-11-15 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-15 23:37:53 +00:00
clutter-color.sgml 2006-12-12 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-12 20:20:04 +00:00
clutter-event.sgml 2006-12-12 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-12 20:20:04 +00:00
clutter-feature.sgml 2006-12-12 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-12 20:20:04 +00:00
clutter-fixed.sgml 2006-12-04 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-05 05:16:03 +00:00
clutter-group.sgml 2006-11-15 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-15 23:37:53 +00:00
clutter-keysyms.sgml 2006-06-22 Matthew Allum <mallum@openedhand.com> 2006-06-21 22:34:25 +00:00
clutter-label.sgml 2006-11-15 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-15 23:37:53 +00:00
clutter-main.sgml 2006-12-04 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-05 05:16:03 +00:00
clutter-marshal.sgml 2006-06-22 Emmanuele Bassi <ebassi@openedhand.com> 2006-06-22 12:05:51 +00:00
clutter-media.sgml 2006-11-17 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-17 18:45:31 +00:00
clutter-rectangle.sgml 2006-11-20 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-20 22:20:48 +00:00
clutter-stage.sgml 2006-11-15 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-15 23:37:53 +00:00
clutter-texture.sgml 2006-12-12 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-12 20:20:04 +00:00
clutter-timeline.sgml 2006-11-15 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-15 23:37:53 +00:00
clutter-util.sgml Fix typos...74% 2006-06-22 13:56:04 +00:00
clutter-version.sgml 2006-11-20 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-20 12:02:24 +00:00