get_nth_page
Description:
public unowned TabPage get_nth_page (
int position)
Gets the [class@TabPage] representing the child at position
.
Parameters:
this |
a tab view
|
position |
the index of the page in this, starting from 0
|
Returns:
the page object at position
|