Package: gtk

Callback gtk:assistant-page-func

Syntax

lambda (current) => result

Arguments

current -- an integer with the page number used to calculate the next page
result -- an integer with the next page number

Details

A callback function used by the gtk:assistant-set-forward-page-func function to know which is the next page given a current one. It is called both for computing the next page when the user presses the Forward button and for handling the behavior of the Last button.
 

See also

#2024-3-17