Top | ![]() |
![]() |
![]() |
![]() |
const gchar * | mx_tooltip_get_text () |
void | mx_tooltip_set_text () |
void | mx_tooltip_show () |
void | mx_tooltip_hide () |
void | mx_tooltip_set_tip_area () |
const ClutterGeometry * | mx_tooltip_get_tip_area () |
gboolean | mx_tooltip_is_in_browse_mode () |
GObject ╰── GInitiallyUnowned ╰── ClutterActor ╰── MxWidget ╰── MxFloatingWidget ╰── MxTooltip
MxTooltip implements ClutterContainer, ClutterScriptable, ClutterAnimatable, AtkImplementorIface and MxStylable.
MxTooltip implements a single tooltip. It should not normally be created by the application but by the widget implementing tooltip capabilities, for example, mx_widget_set_tooltip_text.
const gchar *
mx_tooltip_get_text (MxTooltip *tooltip
);
Get the text displayed on the tooltip
void mx_tooltip_set_text (MxTooltip *tooltip
,const gchar *text
);
Sets the text displayed on the tooltip
void
mx_tooltip_show (MxTooltip *tooltip
);
Show the tooltip relative to the associated widget.
void mx_tooltip_set_tip_area (MxTooltip *tooltip
,const ClutterGeometry *area
);
Set the area on the stage that the tooltip applies to.
const ClutterGeometry *
mx_tooltip_get_tip_area (MxTooltip *tooltip
);
Retrieve the area on the stage that the tooltip currently applies to