Constructor
HeSpringAnimationnew
Declaration
HeSpringAnimation*
he_spring_animation_new (
GtkWidget* widget,
gdouble from,
gdouble to,
HeSpringParams* sparams,
HeAnimationTarget* target
)
Parameters
widget
-
Type:
GtkWidget
No description available.
The data is owned by the caller of the function. from
-
Type:
gdouble
No description available.
to
-
Type:
gdouble
No description available.
sparams
-
Type:
HeSpringParams
No description available.
The called function takes ownership of the data, and is responsible for freeing it. target
-
Type:
HeAnimationTarget
No description available.
The called function takes ownership of the data, and is responsible for freeing it.
Return value
Type: HeSpringAnimation
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |