mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user