signal callback delegate or function to connect
void callback(gtk.text_iter.TextIter iter, uint button, gdk.types.ModifierType state, int nPresses, gtksource.view.View view)
iter a #GtkTextIter (optional)
button the button that was pressed (optional)
state the modifier state, if any (optional)
nPresses the number of presses (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 LineMarkActivated signal.
Emitted when a line mark has been activated (for instance when there was a button press in the line marks gutter).
You can use iter to determine on which line the activation took place.