HoverContext.getBounds
bool getBounds(out gtk.text_iter.TextIter begin, out gtk.text_iter.TextIter end)Gets the current word bounds of the hover.
If begin is non-null, it will be set to the start position of the current word being hovered.
If end is non-null, it will be set to the end position for the current word being hovered.
Parameters
begin | a #GtkTextIter |
end | a #GtkTextIter |
Returns
true if the marks are still valid and begin or end was set.