Method

AdwCarouselget_nth_page

Declaration [src]

GtkWidget*
adw_carousel_get_nth_page (
  AdwCarousel* self,
  guint n
)

Description [src]

Gets the page at position n.

Available since:1.0

Parameters

n guint
 

Index of the page.

Return value

Returns: GtkWidget
 

The page.

 The data is owned by the instance.