signal callback delegate or function to connect
void callback(gtk.text_iter.TextIter iter, int count, gtksource.view.View view)
iter a #GtkTextIter (optional)
count the count (optional)
view the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to SmartHomeEnd signal.
Emitted when a the cursor was moved according to the smart home end setting.
The signal is emitted after the cursor is moved, but during the signalGtk.TextView::move-cursor action. This can be used to find out whether the cursor was moved by a normal home/end or by a smart home/end.