GutterRenderer.activate
void activate(gtk.text_iter.TextIter iter, gdk.rectangle.Rectangle area, uint button, gdk.types.ModifierType state, int nPresses)Emits the signalGutterRenderer::activate signal of the renderer. This is called from classGutter 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 |