Method

Adw.TabView.get_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 int
 

the index of the page in self, starting from 0

Return value

Returns: AdwTabPage

the page object at position

Ownership is not transferred to the caller