Function

IdeObjectanimate

Declaration

IdeAnimation*
ide_object_animate (
  gpointer object,
  IdeAnimationMode mode,
  guint duration_msec,
  GdkFrameClock* frame_clock,
  const gchar* first_property,
  ...
)

Description

Animates the properties of object. The can be set in a similar manner to g_object_set(). They will be animated from their current value to the target value over the time period.

This function is not directly available to language bindings.

Parameters

object

Type: gpointer

A GObject.

The argument can be NULL.
The data is owned by the caller of the function.
mode

Type: IdeAnimationMode

The animation mode.

duration_msec

Type: guint

The duration in milliseconds.

frame_clock

Type: GdkFrameClock

No description available.

The data is owned by the caller of the function.
first_property

Type: const gchar*

The first property to animate.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
...

Type: 

No description available.

Return value

Type: IdeAnimation

A IdeAnimation. Side effects: None.

The data is owned by the called function.