Method

AdwTabViewget_nth_page

Declaration [src]

AdwTabPage*
adw_tab_view_get_nth_page (
  AdwTabView* self,
  int position
)

Description [src]

Gets the AdwTabPage representing the child at position.

Parameters

position

Type: int

The index of the page in self, starting from 0

Return value

Type: AdwTabPage

The page object at position.

The returned data is owned by the instance.