Package: gtk

Function gtk-assistant-set-forward-page-func

Lambda List

gtk-assistant-set-forward-page-func (assistant func)

Arguments

assistant -- a gtk-assistant widget
func -- a gtk-assistant-page-func page forwarding callback function, or nil to use the default one

Details

Sets the page forwarding function to be func. This function will be used to determine what will be the next page when the user presses the Forward button. Setting func to nil will make the assistant to use the default forward function, which just goes to the next visible page.
 

See also

2021-10-26