Assistant.setForwardPageFunc

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.

class Assistant
void
setForwardPageFunc
(,
void* data
,
GDestroyNotify destroy
)

Parameters

pageFunc GtkAssistantPageFunc

the #GtkAssistantPageFunc, or %NULL to use the default one

data void*

user data for @page_func

destroy GDestroyNotify

destroy notifier for @data

Meta

Since

2.10