Cannot set tooltips for TextView and ComboBox

Hi all,

How do I set tooltips for textview and ComboBox? I can set tooltips for
button, entry and checkbox. But, if I set the tooltips for textview or
combobox, the tooltips doesn’t show at all.

How do I resolve this issue? Do I need to add some event box into those
widget?

Shin guey Wong wrote:

Hi all,

OK, I just solve it myself. Just add it into the eventbox and set the
tooltips on the eventbox and it works. However, I still not able to set
tooltips per entry on the comboBox. May be need to use other event to
trigger it and change the tooltips text on the eventbox on the fly. But
it doesn’t matter for me since I only need 1 tooltips for the comboBox.
:slight_smile: