wxAuiMDIParentFrame and friends...

Hi all,

    I was playing with wxAUI and I noticed that (in theory) wxWidgets
2.8.0 contains also classes like wxAuiMDIParentFrame,
wxAuiMDIChildFrame and MDI friends.
I have tried searching for them in wxPython, with no luck. Haven't
they been wrapped? Am I doing something stupid as usual?
Yeah, I know MDI is evil, but I just wanted to try it in wxAUI and see
how it works.

Thanks for every suggestion.

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.virgilio.it/infinity77/

Thank you Robin. I am not an expert, but do you think it will be
complicated to wrap them for a SWIG-noob like me? I am writing an app
in which I would like to use this new wxAuiMDI things. I am not sure
in any case what *exactly* wxAuiMDI* can do differently wrt the normal
MDI or a wxAuiNotebook. If there is no big difference, I may use a
simple MDI or a notebook...

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.virgilio.it/infinity77/

···

On 1/4/07, Robin Dunn wrote:

Andrea Gavana wrote:
> Hi all,
>
> I was playing with wxAUI and I noticed that (in theory) wxWidgets
> 2.8.0 contains also classes like wxAuiMDIParentFrame,
> wxAuiMDIChildFrame and MDI friends.
> I have tried searching for them in wxPython, with no luck. Haven't
> they been wrapped? Am I doing something stupid as usual?
> Yeah, I know MDI is evil, but I just wanted to try it in wxAUI and see
> how it works.

They haven't been wrapped yet.

Andrea Gavana wrote:

···

On 1/4/07, Robin Dunn wrote:

Andrea Gavana wrote:
> Hi all,
>
> I was playing with wxAUI and I noticed that (in theory) wxWidgets
> 2.8.0 contains also classes like wxAuiMDIParentFrame,
> wxAuiMDIChildFrame and MDI friends.
> I have tried searching for them in wxPython, with no luck. Haven't
> they been wrapped? Am I doing something stupid as usual?
> Yeah, I know MDI is evil, but I just wanted to try it in wxAUI and see
> how it works.

They haven't been wrapped yet.

Thank you Robin. I am not an expert, but do you think it will be
complicated to wrap them for a SWIG-noob like me? I am writing an app
in which I would like to use this new wxAuiMDI things. I am not sure
in any case what *exactly* wxAuiMDI* can do differently wrt the normal
MDI or a wxAuiNotebook. If there is no big difference, I may use a
simple MDI or a notebook...

I'll take a look at it today or tomorrow.

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