Signal
GtkSourceGutterRenderer::activate
Declaration
void
activate (
  GtkSourceGutterRenderer* self,
  const GtkTextIter* iter,
  GdkRectangle* area,
  guint button,
  GdkModifierType state,
  gint n_presses,
  gpointer user_data
)
Description [src]
The signal is emitted when the renderer is activated.
| 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. 
- area
- 
            Type: GdkRectangleA GdkRectangle.The data is owned by the caller of the function. 
- button
- 
            Type: guintThe button that was pressed. 
- state
- 
            Type: GdkModifierTypeA GdkModifierTypeof state.
- n_presses
- 
            Type: gintThe number of button presses.