Signal
GtkSourceView::line-mark-activated
Declaration
void
line_mark_activated (
GtkSourceView* self,
const GtkTextIter* iter,
guint button,
GdkModifierType state,
gint n_presses,
gpointer user_data
)
Description [src]
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.
Default handler: | The default handler is called after the handlers added via |