Hi guys! I want to know how to change the foreground color of a GtkEntry...
I tried entry.set_use_markup(gtk.TRUE) and then use the pango markup to edit the color, but the entry does not have a set_use_markup method. I tried to use style setting (style['fg']=color_red) but I couldn't change the foreground, changing the background set the border of the entry to the color I chose, is there a ocult label in the entry? I think I can use the rc_parse or something like to change the color and it will work, but I need to make the color changing dinamic... thanks for any help! ===== -- Michel Thadeu Sabchuk Curitiba/PR Yahoo! Mail - o melhor webmail do Brasil http://mail.yahoo.com.br _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
