Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkAssistantSetForwardPageFunc

gtkAssistantSetForwardPageFunc


Description

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.

Usage

gtkAssistantSetForwardPageFunc(object, page.func, data)

Arguments

object

a GtkAssistant

page.func

the GtkAssistantPageFunc, or NULL to use the default one. [ allow-none ]

data

user data for page.func

Details

Since 2.10

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.