![]() |
![]() |
![]() |
clutk Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
CtkTooltip; CtkTooltipClass; CtkTooltipPrivate; ClutterActor * ctk_tooltip_new (ClutterActor *actor
); void ctk_tooltip_set_actor (CtkTooltip *self
,ClutterActor *actor
); ClutterActor * ctk_tooltip_get_actor (CtkTooltip *self
); void ctk_tooltip_set_label (CtkTooltip *self
,const gchar *label
); const gchar * ctk_tooltip_get_label (CtkTooltip *self
); void ctk_tooltip_show (CtkTooltip *self
,gint x
,gint y
); void ctk_tooltip_hide (CtkTooltip *self
);
ClutterActor * ctk_tooltip_new (ClutterActor *actor
);
Creates a new ctk_tooltip object thats attached to actor
|
a ClutterActor |
Returns : |
A CtkTooltip object |
void ctk_tooltip_set_actor (CtkTooltip *self
,ClutterActor *actor
);
sets self
to use actor
as the ClutterActor its attached to
|
a Ctktooltip object |
|
a ClutterActor |
ClutterActor * ctk_tooltip_get_actor (CtkTooltip *self
);
Retrives the actor self
is attached to
|
a CtkTooltip object |
Returns : |
a ClutterActor |
void ctk_tooltip_set_label (CtkTooltip *self
,const gchar *label
);
Sets the tooltip self
to use the text label
for its label
|
A CtkTooltip object |
|
a string for the label |
const gchar * ctk_tooltip_get_label (CtkTooltip *self
);
Retrives the label set previously by ctk_tooltip_set_label()
|
a CtkTooltip object |
Returns : |
a string |
void ctk_tooltip_hide (CtkTooltip *self
);
Hides the tooltip self
- animating it as it goes
|
A CtkTooltip object |