Method
HandyCarouselreorder
since: 1.0
Declaration [src]
void
hdy_carousel_reorder (
  HdyCarousel* self,
  GtkWidget* child,
  gint position
)
Description [src]
Moves child into position position.
If position is -1, or larger than the number of pages, child will be moved
to the end.
Available since: 1.0
Parameters
- child
- 
            Type: GtkWidgetA widget to add. The data is owned by the caller of the function. 
- position
- 
            Type: gintThe position to move childto.