Method

AdapTabViewget_nth_page

Declaration [src]

AdapTabPage*
adap_tab_view_get_nth_page (
  AdapTabView* self,
  int position
)

Description [src]

Gets the AdapTabPage representing the child at position.

Parameters

position

Type: int

The index of the page in self, starting from 0

Return value

Type: AdapTabPage

The page object at position.

The data is owned by the instance.