Method

AdapTabViewget_page_position

Declaration [src]

int
adap_tab_view_get_page_position (
  AdapTabView* self,
  AdapTabPage* page
)

Description [src]

Finds the position of page in self, starting from 0.

Parameters

page

Type: AdapTabPage

A page of self.

The data is owned by the caller of the method.

Return value

Type: int

The position of page in self.