Is possible put a wxFrame inside wx.aui.AuiNotebook?
whats the correct way to put wxFrame inside wx.aui ?
···
–
Saludos / Best regards
Mario Lacunza
Software Architect - Webmaster
Email: mlacunza [AT] gmail [DOT] com
http://www.lacunza.info
Lima - Peru
Robin
2
Mario Lacunza wrote:
Is possible put a wxFrame inside wx.aui.AuiNotebook?
No. A wx.Frame is a top-level window, it can't be contained inside another window (with the exception of the MDI child frames on Windows.)
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!