Method

ClutterScrollActorscroll_to_rect

Declaration [src]

void
clutter_scroll_actor_scroll_to_rect (
  ClutterScrollActor* actor,
  const graphene_rect_t* rect
)

Description [src]

Scrolls actor so that rect is in the visible portion.

Available since:1.12

Parameters

rect graphene_rect_t
 

A ClutterRect.

 The data is owned by the caller of the function.