actor: Add pivot point
The pivot point is a point in normalized coordinates space around which all transformations revolve. It supercedes the anchor point and the per-transformation center points as well as the gravity settings, and tries to sort out the mess that is the modelview matrix set up in ClutterActor. https://bugzilla.gnome.org/show_bug.cgi?id=677853
This commit is contained in:
@@ -130,6 +130,7 @@ clutter_actor_get_paint_visibility
|
||||
clutter_actor_get_paint_volume
|
||||
clutter_actor_get_pango_context
|
||||
clutter_actor_get_parent
|
||||
clutter_actor_get_pivot_point
|
||||
clutter_actor_get_position
|
||||
clutter_actor_get_preferred_height
|
||||
clutter_actor_get_preferred_size
|
||||
@@ -252,6 +253,7 @@ clutter_actor_set_name
|
||||
clutter_actor_set_offscreen_redirect
|
||||
clutter_actor_set_opacity
|
||||
clutter_actor_set_parent
|
||||
clutter_actor_set_pivot_point
|
||||
clutter_actor_set_position
|
||||
clutter_actor_set_reactive
|
||||
clutter_actor_set_request_mode
|
||||
|
Reference in New Issue
Block a user