TextT.addOnTextCaretMoved

The "text-caret-moved" signal is emitted when the caret position of the text of an object which implements AtkText changes.

template TextT(TStruct)
gulong
addOnTextCaretMoved
(
void delegate
(
int
,
TextIF
)
dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Meta