[pygtk] Bug w/ MenuItem on Vista?

Dave Aitel dave at immunityinc.com
Tue Jan 15 01:15:58 WST 2008


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

That's not just you - we get that all the time with our popup menus in
CANVAS. Perhaps there's a "white on white" highlighted text
colorization by default ? It's on our list of things to look into but
hopefully someone else has already fixed it...

- -dave


Maximilian Wilson wrote:
> Hi,
>
> I've been having some trouble with MenuItem. When I create a simple
>  PyGTK application with a MenuBar and one MenuItem, there's a
> graphical glitch: clicking on "Item" produces a white square.
> Screen shot attached; source code follows.
>
> I'm running PyGTK 2.12.3-1 on Vista. I'd like to know if anyone
> else has, or hasn't, seen this problem on different OSes and/or
> versions so I can narrow down what's wrong with my system. Any help
>  would be appreciated.
>
> -Max
>
> import pygtk pygtk.require('2.0') import gtk
>
> win = gtk.Window() menu = gtk.MenuBar()
> menu.append(gtk.MenuItem("Item")) menu.show_all() win.add(menu)
> win.show_all() win.connect('delete-event', gtk.main_quit)
> gtk.main()
>
>
> ----------------------------------------------------------------------
>
>
>
>
> ----------------------------------------------------------------------
>
>
>
> _______________________________________________ pygtk mailing list
> pygtk at daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read
> the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHi4RXB8JNm+PA+iURAi35AKDOSD8m9B8TmJzisAuBce0pJkvgpwCeOkqi
29QGRpRy63jsdYePNAUubq4=
=urRs
-----END PGP SIGNATURE-----



More information about the pygtk mailing list