Method

AdwCarouselget_nth_page

Declaration [src]

GtkWidget*
adw_carousel_get_nth_page (
  AdwCarousel* self,
  guint n
)

Description [src]

Gets the page at position n.

Parameters

n

Type: guint

Index of the page.

Return value

Type: GtkWidget

The page.

The returned data is owned by the instance.