Method

ClutterStageget_grab_actor

Declaration [src]

ClutterActor*
clutter_stage_get_grab_actor (
  ClutterStage* stage
)

Description [src]

Gets the actor that currently holds a grab.

Return value

Type: ClutterActor

The grabbing actor.

The returned data is owned by the instance.
The return value can be NULL.