AssistantPageFunc

A function used by gtk.assistant.Assistant.setForwardPageFunc to know which is the next page given a current one. It’s called both for computing the next page when the user presses the “forward” button and for handling the behavior of the “last” button.

alias AssistantPageFunc = int delegate

Return Value

The next page number.