connectChangeCurrentPage

fun connectChangeCurrentPage(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (page: Int) -> Boolean): <Error class: unknown class>

Emitted when the current page should be changed.

The default bindings for this signal are Ctrl+Alt+PgUp, Ctrl+Alt+PgDn, Ctrl+PgUp and Ctrl+PgDn.

Parameters

connectFlags

A combination of ConnectFlags

handler

the Callback to connect. Params: page the page index. Returns whether the page was changed