2007-12-17 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/clutter-actor.c: Clarify the set_clip() method
	documentation, pointing out that the clip area origin is
	always the top-left corner of an actor.
This commit is contained in:
Emmanuele Bassi 2007-12-17 15:08:43 +00:00
parent 5eecda2dba
commit f7606ebb89
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2007-12-17 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-actor.c: Clarify the set_clip() method
documentation, pointing out that the clip area origin is
always the top-left corner of an actor.
2007-12-15 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-actor.c:

View File

@ -3336,7 +3336,9 @@ clutter_actor_get_rotation (ClutterActor *self,
* @width: Width of the clip rectangle
* @height: Height of the clip rectangle
*
* Sets clip area in pixels for @self.
* Sets clip area in pixels for @self. The clip area is always computed
* from the upper left corner of the actor, even if the anchor point is
* set otherwise.
*/
void
clutter_actor_set_clip (ClutterActor *self,