[pygtk] Win32 Buttons
Paul Malherbe
paul at tartan.co.za
Thu Mar 29 23:26:24 WST 2007
Hi Everyone
I am having problems displaying buttons in win32.
The code runs perfectly under linux and displays the Icon and Text in
the button. Under windows however only the text displays.
Text:
win = gtk.Window()
but = gtk.Button(stock="gtk-quit")
win.add(but)
win.show_all()
gtk.main()
I am using:
python 2.4
Gtk+ Runtime Environment 2.6.10-rc1
pygtk-2.6.3
Is this a known problem or is there something else I need to do in windows?
Thanks for any help!
Paul Malherbe
More information about the pygtk
mailing list