Class: GtkSource::HoverContext
- Inherits:
-
Object
- Object
- GtkSource::HoverContext
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#buffer ⇒ GtkSource::Buffer
A convenience function to get the buffer.
-
#get_bounds(begin, end) ⇒ Boolean
Gets the current word bounds of the hover.
- #get_iter(iter) ⇒ Boolean
-
#view ⇒ GtkSource::View
The Gtk::SourceView that owns the context.
Instance Method Details
#buffer ⇒ GtkSource::Buffer
A convenience function to get the buffer.
#get_bounds(begin, end) ⇒ Boolean
Gets the current word bounds of the hover.
If begin is non-nil, it will be set to the start position of the current word being hovered.
If end is non-nil, it will be set to the end position for the current word being hovered.
#get_iter(iter) ⇒ Boolean
#view ⇒ GtkSource::View
Returns the Gtk::SourceView that owns the context.