mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
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:
parent
5eecda2dba
commit
f7606ebb89
@ -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:
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user