mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
actor: Add bind_model_with_properties()
When binding models to actors to map items to children we don't often need the full control of a function; in many cases we just need to specify the type of the child we want to construct and the properties on both the item and the child that we want to bind. We should provide a simple convenience function that does all this for us.
This commit is contained in:
@ -467,6 +467,7 @@ clutter_actor_iter_remove
|
||||
clutter_actor_iter_destroy
|
||||
ClutterActorCreateChildFunc
|
||||
clutter_actor_bind_model
|
||||
clutter_actor_bind_model_with_properties
|
||||
|
||||
<SUBSECTION>
|
||||
clutter_actor_save_easing_state
|
||||
|
Reference in New Issue
Block a user