Change/Update a pane using python wx.AUI

Posted by Dan on Stack Overflow See other posts from Stack Overflow or by Dan
Published on 2010-03-06T21:08:51Z Indexed on 2010/03/30 4:23 UTC
Read the original article Hit count: 285

Filed under:
|
|

I'm using wx.AUI and having a bit of a problem managing panes. Once you have created a new pane using AddPane(), what is the syntax to update or change the pane?

I've seen the SetPane command but I can't find any examples. Can someone direct me to an example? Or perhaps it makes sense to use some command to delete the pane and create a new one?

Thanks in advance for your time.

© Stack Overflow or respective owner

Related posts about python

Related posts about wxpython