GutterRenderer.queryActivatable

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.

class GutterRenderer
bool
queryActivatable

Parameters

iter gtk.text_iter.TextIter

a #GtkTextIter at the start of the line to be activated

area gdk.rectangle.Rectangle

a #GdkRectangle of the cell area to be activated

Return Value

Type: bool

true if the renderer can be activated, false otherwise