On Tue, Aug 31, 2010 at 06:56:30PM +0200, Alessandro Dentella 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?
> 
> I attach the example to repoduce the 2 different column headers.
> 
> I guess I should get the backgroud style from the label and attach it to the
> other, but I'm not sure becouse a standalone label does not show the same
> way it shows as a header of a column...
> 
> Any hints?

I solved it making the EnentBox' window invisible:

            event_box.props.visible_window = False

sandro

PS: any mail I send to the mailing list I keep receiving an aknowledge of
    receipt from  [email protected]. I gues it's a mistake... is it?
    isn't it possible to unsubscribe them?

-- 
Sandro Dentella  *:-)
http://sqlkit.argolinux.org        SQLkit home page - PyGTK/python/sqlalchemy
_______________________________________________
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