Context for populating class@HoverDisplay contents.
gtksource.hover_context.HoverContext contains information about the request to populate contents for a class@HoverDisplay.
It can be used to retrieve the class@View, class@Buffer, and gtk.text_iter.TextIter for the regions of text which are being displayed.
Use gtksource.hover_context.HoverContext.getBounds to get the word that was requested. gtksource.hover_context.HoverContext.getIter will get you the location of the pointer when the request was made.
Context for populating class@HoverDisplay contents.
gtksource.hover_context.HoverContext contains information about the request to populate contents for a class@HoverDisplay.
It can be used to retrieve the class@View, class@Buffer, and gtk.text_iter.TextIter for the regions of text which are being displayed.
Use gtksource.hover_context.HoverContext.getBounds to get the word that was requested. gtksource.hover_context.HoverContext.getIter will get you the location of the pointer when the request was made.