SkinningTools.UI.advancedToolTip
¶
Module Contents¶
Classes¶
advanced tooltip window |
-
SkinningTools.UI.advancedToolTip.
TOOLTIPDIRECTORY
¶
-
class
SkinningTools.UI.advancedToolTip.
AdvancedToolTip
(rect, parent=None)¶ advanced tooltip window allows the text of any language to be displayed together with a gif image to show what the current object could do for the user
-
leaveEvent
(self, event)¶
-
setGifImage
(self, gifName)¶ set the gif to the current object and play automatically
- Parameters
gifName (string) – the path to the gif object
-
setTip
(self, inText)¶ set the text for the tooltip
- Parameters
inText (string) – the tooltip text
-
toolTipExists
(self, imageName)¶ check if the image to display exists
- Returns
True or False depending on if the image exists
- Return type
bool
-