wxPython Frame disable/enable?

Posted by MA1 on Stack Overflow See other posts from Stack Overflow or by MA1
Published on 2010-03-12T06:41:15Z Indexed on 2010/03/12 6:47 UTC
Read the original article Hit count: 478

Filed under:

Hi All

I have created a wx.Frame(lets call it mainFrame). This frame contains a button on it, when the button is clicked, a new frame(lets call it childFrame) is created.

I want to know that how to disable the mainFrame when childFrame is created and enable the mainFrame again when childFrame distroyed/closed?

Regars,

© Stack Overflow or respective owner

Related posts about wxpython