Re: gtk.Entry Colors

2006-09-25 Thread Tuomas
MonkeeSage wrote: > Tuomas wrote: > >>Yes, I read the reference before posting here. I tried something like: > > > Hi Tuomas, > > I didn't mean to say that you hadn't read the docs (I had a hard time > finding the right methods in the docs too, even though I know the > methods); I just wanted t

Re: gtk.Entry Colors

2006-09-25 Thread MonkeeSage
Tuomas wrote: > Yes, I read the reference before posting here. I tried something like: Hi Tuomas, I didn't mean to say that you hadn't read the docs (I had a hard time finding the right methods in the docs too, even though I know the methods); I just wanted to give you the references so you could

Re: gtk.Entry Colors

2006-09-24 Thread Tuomas
MonkeeSage wrote: > Tuomas wrote: > >>I would like to manipulate PyGTK Entry widget's background and >>foreground colors. Is it possible? How? > > > Yes, it is possible: > > # widget color > entry.modify_base(gtk.STATE_NORMAL, gtk.gdk.color_parse("#FF")) > # frame color > entry.modify_bg(gt

Re: gtk.Entry Colors

2006-09-24 Thread MonkeeSage
Tuomas wrote: > I would like to manipulate PyGTK Entry widget's background and > foreground colors. Is it possible? How? Yes, it is possible: # widget color entry.modify_base(gtk.STATE_NORMAL, gtk.gdk.color_parse("#FF")) # frame color entry.modify_bg(gtk.STATE_NORMAL, gtk.gdk.color_parse("#00

gtk.Entry Colors

2006-09-24 Thread Tuomas
I would like to manipulate PyGTK Entry widget's background and foreground colors. Is it possible? How? Tuomas -- http://mail.python.org/mailman/listinfo/python-list