insert
Description:
public void insert (
Widget child,
int position)
Inserts child into this at position position.
If position is -1, or larger than the number of pages, child will be appended to the end.
Parameters:
| this |
a carousel
|
| child |
a widget to add
|
| position |
the position to insert child at
|