2008-02-07 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/clutter-actor.c: Add a note on clutter_actor_set_size()
	reguarding groups.

	* clutter/clutter-group.c: Clarify group sizing.
This commit is contained in:
Emmanuele Bassi
2008-02-07 17:08:29 +00:00
parent 18eef53cfc
commit d3e15f20eb
3 changed files with 20 additions and 5 deletions

View File

@ -34,7 +34,9 @@
*
* A #ClutterGroup's size is defined by the size and position of it
* it children. Resize requests via parent #ClutterActor API will be
* ignored.
* ignored, i.e. calling clutter_actor_set_size() on a #ClutterGroup
* will not resize the group nor its children. If you want to resize
* a group, call clutter_actor_set_scale().
*/
#ifdef HAVE_CONFIG_H