| Top |  |  |  |  | 
void ianjuta_editor_hover_display (IAnjutaEditorHover *obj,IAnjutaIterable *position,const gchar *info,GError **err);
Show info
 as tooltip
“hover-leave” signalvoid user_function (IAnjutaEditorHover *obj, IAnjutaIterable *position, gpointer user_data)
User moved the mouse away - can be used to clean up things done in “hover-over”
| obj | self | |
| position | IAnjutaEditorCell specifying the position the mouse was over | |
| user_data | user data set when the signal handler was connected. | 
Flags: Run Last
“hover-over” signalvoid user_function (IAnjutaEditorHover *obj, IAnjutaIterable *position, gpointer user_data)
The mouse is held for a moment over position
. This can be used to show
all tooltip.
| obj | self | |
| position | IAnjutaEditorCell specifying the position the mouse is over | |
| user_data | user data set when the signal handler was connected. | 
Flags: Run Last