On 31 August 2010 18:56, Alessandro Dentella <[email protected]> wrote:
> Hi,
>
> in order to get tooltips in the header of a TreViewColumn I add a Label to
> en EventBox. It works but upgrading from Ubuntu 8.04 to 10.04 (pygtk 2.17) I
> realized that very ugly border appear (that where not present previously)
> as in the attached example.
>
> Does anybody know how to fix the look or to get tooltip in the header of
> the column w/o event box?

You should be able to just set the tooltip directly on the label,
using set_tooltip_text and set_has_tooltip, without needing the
EventBox.

-- 
Neil Muller
[email protected]

I've got a gmail account. Why haven't I become cool?
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to