connectReorderTab
fun connectReorderTab(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (direction: DirectionType, moveToLast: Boolean) -> Boolean): <Error class: unknown class>
Emitted when the tab should be reordered.
The default bindings for this signal are Alt+Home, Alt+End, Alt+PgUp, Alt+PgDn, Alt+←, Alt+→, Alt+↑ and Alt+↓.
Parameters
connectFlags
A combination of ConnectFlags
handler
the Callback to connect. Params: direction
the direction to move the tab; moveToLast
whether to move to the last position. Returns whether the tab was moved.