Package: gtk

Callback gtk-assistant-page-func

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.
 lambda (current)  
current
An integer with the page number used to calculate the next page.
Returns
An integer with the next page number.
 

See also

2021-10-26