insert_page
Description:
[
Version ( since =
"2.10" ) ]
public int insert_page (
Widget page,
int position)
Inserts a page in the this at a given position.
Parameters:
this |
a Assistant
|
page |
a Widget
|
position |
the index (starting at 0) at which to insert the page, or -1 to append the page to the this
|
Returns:
the index (starting from 0) of the inserted page
|