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 |
GtkTextIter |
A |
|
The data is owned by the caller of the function. | |
area |
GdkRectangle |
A |
|
The data is owned by the caller of the function. | |
button |
guint |
The button that was pressed. |
|
state |
GdkModifierType |
A |
|
n_presses |
gint |
The number of button presses. |