insert_page
Description:
public void insert_page (Actor child, int position)
Inserts a page into the Pager at the position specified by position
.
Parameters:
this |
a Pager
|
child |
the page to insert
|
position |
the position to insert the page. If this is negative, or is larger than the number of pages, it will the last page
|