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
- 
            Type: GtkTextIterA GtkTextIterat the start of the line to be activated.The data is owned by the caller of the method. 
- area
- 
            Type: GdkRectangleA GdkRectangleof the cell area to be activated.The data is owned by the caller of the method.