Quantcast
Channel: How do I move wxPython controls to another frame - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Mike Driscoll for How do I move wxPython controls to another frame

Each frame will need to have its own widgets. If you want both frames to have the same controls for some reason, then I would create a base class frame and have the other two inherit from it. The...

View Article



How do I move wxPython controls to another frame

My main wxPython application wx.Frame is presently full of buttons and text fields as well as the main application display area. All of the event handlers and UI code is contained in the MainFrame...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images