GutterRenderer.activate
void activate(gtk.text_iter.TextIter iter, gdk.rectangle.Rectangle area, uint button, gdk.types.ModifierType state, int nPresses)Emits the gtksource.gutter_renderer.GutterRenderer.activate signal of the renderer. This is called from gtksource.gutter.Gutter and should never have to be called manually.
Parameters
iter | a #GtkTextIter at the start of the line where the renderer is activated |
area | a #GdkRectangle of the cell area where the renderer is activated |
button | the button that was pressed |
state | a #GdkModifierType |
nPresses | the number of button presses |