Virtual Method
GtkSourceGutterRendererquery_activatable
Declaration [src]
gboolean
query_activatable (
GtkSourceGutterRenderer* renderer,
GtkTextIter* iter,
GdkRectangle* area
)
Description [src]
Get whether the renderer is activatable at the location provided. This is
called from GtkSourceGutter
to determine whether a renderer is activatable
using the mouse pointer.
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. |