[wxPython] change colour of notebook

hi everybody,
is there a possibility to change the background-colour of a notebook? (not the colour of a notebook child)
I would also like to change the colour of the tab-text.
thanks to all

···

_______________________________________________________________________
1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de
IhrName@web.de, 8MB Speicher, Verschluesselung - http://freemail.web.de

i didnt try it - but maybe in this way:

parent = notebookchild.GetParent()
parent.SetBackgroundColour( ...)

best regards

···

----- Original Message -----
From: "Dr. Georg Beinlich" <coryne@web.de>
To: <wxpython-users@lists.wxwindows.org>
Sent: Thursday, October 04, 2001 11:34 AM
Subject: [wxPython] change colour of notebook

hi everybody,
is there a possibility to change the background-colour of a notebook? (not

the colour of a notebook child)

I would also like to change the colour of the tab-text.
thanks to all
_______________________________________________________________________
1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de
IhrName@web.de, 8MB Speicher, Verschluesselung - http://freemail.web.de

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users

is there a possibility to change the background-colour of a notebook? (not

the colour of a notebook child)

I would also like to change the colour of the tab-text.

The wxNotebook class doesn't support doing this. I think on Windows it
would mean using the control in owner drawn mode, which would make it much
more complicated.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!