connectDeletedText

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

The text is altered in the default handler for this signal.

If you want access to the text after the text has been modified, use %G_CONNECT_AFTER.

Parameters

connectFlags

A combination of ConnectFlags

handler

the Callback to connect. Params: position the position the text was deleted at.; nChars The number of characters that were deleted.