Mauricio Tellez wrote: > Hi, I also need to change the background of an gtk.Entry to red, and I > found that after my_entry.modify_bg() or my_entry.modify_base(), I only > get a red square around my entry, but not "inside" an entry. So, I open > another Xwindow session but without any window manager, only Xterm and > run my app, and found It works ok, so I think that my gnome theme is > overriding the modify_xxx settings. I hope this help someone
An Entry has two windows, you need to change the color of both of them, check out kiwi it does exactly what you want to do. -- Johan Dahlin <[EMAIL PROTECTED]> Async Open Source _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
