How to force a gtk tooltip to be shown?

Posted by markuz on Stack Overflow See other posts from Stack Overflow or by markuz
Published on 2010-05-06T18:41:37Z Indexed on 2010/05/09 21:38 UTC
Read the original article Hit count: 109

Filed under:
|
|

I have an application and I want to show a tooltip every time a user set the focus on a entry widget. Do you know a way to force a gtk Tooltip to be shown?, because right now it only shows when the user puts the mouse pointer over the entry, but the application in production will have no mouse at all.

© Stack Overflow or respective owner

Related posts about gtk

Related posts about tooltips