Re: [pygtk] How change the foreground color of a entry?

2003-10-23 Thread Christian Robottom Reis
On Fri, Oct 17, 2003 at 03:04:03PM -0300, Michel Thadeu wrote: > 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? Following an analogy from

[pygtk] How change the foreground color of a entry?

2003-10-17 Thread Michel Thadeu
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