Help understanding what the parent argument does

Chris Mellon wrote:

Being a child of a particular other control has a variety of implications:
* You're clipped to the region of your parent
* You're positioned relative to your parents client region
* Command event handling flows upward from parent to child - siblings
don't see each others command events

I think you meant to write "child to parent" :wink:

路路路

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