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
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
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
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
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