gtkAssistantInsertPage {RGtk2} | R Documentation |
Inserts a page in the assistant
at a given position.
gtkAssistantInsertPage(object, page, position)
|
[GtkAssistant ] a GtkAssistant |
|
[GtkWidget ] a GtkWidget |
|
[integer] the index (starting at 0) at which to insert the page,
or -1 to append the page to the assistant |
Since 2.10
[integer] the index (starting from 0) of the inserted page
Derived by RGtkGen from GTK+ documentation