GNOME Bugzilla – Bug 679457
Add :cursor-position and deprecate :position
Last modified: 2012-07-11 20:15:55 UTC
SSIA The ClutterText:position is badly named, does not respect the API style of matching GObject property names to their C accessors, and it clashes with ClutterActor's position property. Deprecation is the necessary step in order to remove it for 2.0.
Created attachment 218104 [details] [review] text: Add :cursor-position and deprecate :position The :position property on ClutterText clashes with the same property on ClutterActor; it's also badly named, given that it represents the cursor's position inside the text; finally, it does not match its accessors, violating the API style conventions.
pushed to master