Top | ![]() |
![]() |
![]() |
![]() |
void
uc_tooltips_main_set_display (const gboolean value
);
Set it user want that tooltips be displayed or not.
gboolean
uc_tooltips_main_get_display (void
);
Check if we can display tooltips.
void uc_tooltips_main_set_mouse_coord (const gint32 x
,const gint32 y
);
Set the current mouse coord.
guint32
uc_tooltips_main_get_current_id (void
);
Get the current id of a UCLinkProperties object currently displayed in a tooltip.
void
uc_tooltips_main_set_current_id (const guint32 id
);
Tell the id of the UCLinkProperties object currently displayed in the tooltip.
guint32
uc_tooltips_main_get_last_id (void
);
Get the id of the UCLinkProperties object previously displayed in the tooltip.
void
uc_tooltips_main_set_last_id (const guint32 id
);
Set the id of the UCLinkProperties object previously displayed in the tooltip.
void uc_tooltips_main_get_mouse_coord (gint32 *x
,gint32 *y
);
Get the mouse coord. X
and Y
parameters are modified.
void
uc_tooltips_main_set_frozen (const gboolean value
);
The tooltips display is "frozen" when the mouse is out of the main tree view.
gboolean
uc_tooltips_main_get_frozen (void
);
The tooltips display is "frozen" when the mouse is out of the main tree view.
gboolean
uc_tooltips_main_get_active (void
);
Check if a tooltip is being displayed.
void
uc_tooltips_main_set_active (const gboolean value
);
Tell if a tooltip is active or not.