Package: gtk
Callback gtk:assistant-page-func
Syntaxlambda (page) => result Argumentspage -- 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 | See also |
#2025-2-27