Adjust the default colors

I would like to change the color of the panels. do I really have to make it every time for every panel, or is there a simpeler way to do it. like for instace to change it in the wx.app object. is there some default color set that can be changed and set for the whole application

Subclass wx.Panel and change it once there?

Michael

···

On 7/31/2011 5:45 PM, azrael wrote:

I would like to change the color of the panels. do I really have to make
it every time for every panel, or is there a simpeler way to do it. like
for instace to change it in the wx.app object. is there some default
color set that can be changed and set for the whole application

I thought about this but I would be glad to avoid this. If there is nothing better I will have to do it this way

If you set the color of the frame(s), the panels should inherit it.

Che

···

On Sun, Jul 31, 2011 at 6:45 PM, azrael <jura.grozni@gmail.com> wrote:

I would like to change the color of the panels. do I really have to make it
every time for every panel, or is there a simpeler way to do it. like for
instace to change it in the wx.app object. is there some default color set
that can be changed and set for the whole application

thnx

azrael wrote:

I thought about this but I would be glad to avoid this.

Why? It's a very Python-like way to do things.

···

--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.