|  |  |  | Anjuta Developers Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Prerequisites | Signals | ||||
#include <libanjuta/interfaces/ianjuta-editor-hover> #define IANJUTA_EDITOR_HOVER_ERROR IAnjutaEditorHover; IAnjutaEditorHoverIface; GQuark ianjuta_editor_hover_error_quark (void); void ianjuta_editor_hover_display (IAnjutaEditorHover *obj, IAnjutaIterable *position, const gchar *info, GError **err);
typedef struct {
	IAnjutaEditorIface g_iface;
	
	/* Signal */
	void (*hover_leave) (IAnjutaEditorHover *obj, GObject* position);
	/* Signal */
	void (*hover_over) (IAnjutaEditorHover *obj, GObject* position);
	void (*display) (IAnjutaEditorHover *obj, IAnjutaIterable* position,  const gchar *info, GError **err);
} IAnjutaEditorHoverIface;
void ianjuta_editor_hover_display (IAnjutaEditorHover *obj, IAnjutaIterable *position, const gchar *info, GError **err);
Show info as tooltip
| 
 | Self | 
| 
 | |
| 
 | String to display | 
| 
 | Error propagation and reporting | 
"hover-leave" signalvoid user_function (IAnjutaEditorHover *ianjutaeditorhover, GObject *arg1, gpointer user_data) : Run Last
| 
 | the object which received the signal. | 
| 
 | |
| 
 | user data set when the signal handler was connected. | 
"hover-over" signalvoid user_function (IAnjutaEditorHover *ianjutaeditorhover, GObject *arg1, gpointer user_data) : Run Last
| 
 | the object which received the signal. | 
| 
 | |
| 
 | user data set when the signal handler was connected. |