Method
AdwCarouselscroll_to
since: 1.0
Declaration [src]
void
adw_carousel_scroll_to (
  AdwCarousel* self,
  GtkWidget* widget,
  gboolean animate
)
Description [src]
Scrolls to widget.
If animate is TRUE, the transition will be animated.
Available since: 1.0
Parameters
- widget
- 
            Type: GtkWidgetA child of self.The data is owned by the caller of the method. 
- animate
- 
            Type: gbooleanWhether to animate the transition.