I am improving some in-game Advisor screens and I don't know how to add tooltip text on screen.
Tooltip mean the short (multi-line) text that pops up over screen (overlay transparently) when I hover mouse pointer over some Icon or Picture box.
I read Advisor python code line by line. But I can not find any portion that looks like code to add tooltip text to screen/label/icon/picturebox. ( ex: like Assets/python/screens/CvForeignAdvisor.py)
Please teach me how to add Tooltip by short python code sample or, at least, tell me which python file and where I should look into and study?
PS. And I'd like to know how to specify an action when the icon, picturebox, label is clicked..
.
Tooltip mean the short (multi-line) text that pops up over screen (overlay transparently) when I hover mouse pointer over some Icon or Picture box.
I read Advisor python code line by line. But I can not find any portion that looks like code to add tooltip text to screen/label/icon/picturebox. ( ex: like Assets/python/screens/CvForeignAdvisor.py)
Please teach me how to add Tooltip by short python code sample or, at least, tell me which python file and where I should look into and study?
PS. And I'd like to know how to specify an action when the icon, picturebox, label is clicked..
.