wxNotebook color change

Rob Wolfe blue99 at interia.pl
Thu Aug 31 09:58:09 EDT 2006


mardif wrote:

> If you set:
>
> frame.SetBackgroundColour(wx.RED)
>
> On unix, you can see that label "form1" and "form2" are grey, and
> others elements are red.
> But on Windows, on the same line of "form1" and "form2", the color is
> not red, but grey as labels.
>
> I want to color this space RED!!!

Oh, I see now. I don't know if that is possible on windows.
SetBackgroundColour works differently on windows than on unix,
so probably native windows widget doesn't support this feature.
(but I can be wrong of course.)

Regards,
Rob




More information about the Python-list mailing list