gtkAssistantSetForwardPageFunc {RGtk2} | R Documentation |
Sets the page forwarding function to be page.func
, this function will
be used to determine what will be the next page when the user presses
the forward button. Setting page.func
to NULL
will make the assistant
to use the default forward function, which just goes to the next visible
page.
gtkAssistantSetForwardPageFunc(object, page.func, data)
|
[GtkAssistant ] a GtkAssistant |
|
[GtkAssistantPageFunc ] the GtkAssistantPageFunc , or NULL to use the default one |
|
[R object] user data for page.func |
Since 2.10
Derived by RGtkGen from GTK+ documentation