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  | 
Parameters
- iter
- 
            Type: GtkTextIterA GtkTextIter.The data is owned by the caller of the function. 
- button
- 
            Type: guintThe button that was pressed. 
- state
- 
            Type: GdkModifierTypeThe modifier state, if any. 
- n_presses
- 
            Type: gintThe number of presses.