connectSelectAll

fun connectSelectAll(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (select: Boolean) -> Unit): <Error class: unknown class>

Gets emitted to select or unselect the complete contents of the text view.

The ::select-all signal is a class.SignalAction.html.

The default bindings for this signal are Ctrl+a and Ctrl+/ for selecting and Shift+Ctrl+a and Ctrl+\ for unselecting.

Parameters

connectFlags

A combination of ConnectFlags

handler

the Callback to connect. Params: select true to select, false to unselect