GutterRenderer.queryActivatable

bool queryActivatable(gtk.text_iter.TextIter iter, gdk.rectangle.Rectangle area)

Get whether the renderer is activatable at the location provided. This is called from classGutter to determine whether a renderer is activatable using the mouse pointer.

Parameters

itera #GtkTextIter at the start of the line to be activated
areaa #GdkRectangle of the cell area to be activated

Returns

true if the renderer can be activated, false otherwise