Package: gtk

Callback gtk:assistant-page-func

Syntax

lambda (page) => result

Arguments

page -- an integer for the page number used to calculate the Next page
result -- an integer for 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.

Warning

The gtk:assistant implementation is deprecated since 4.10. This widget will be removed in GTK 5.
 

See also

#2025-2-27