Karl Penzhorn wrote:
hello.
i'm trying to set all the child controls' background
colours and fonts to the background colour and font of the
main frame. but from what i've read GetChildren() returns a
Copy of the controls.
No, it returns a copy of the list, but the references it contains will be references to the real child windows.
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!