Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: AkiraDev on July 04, 2005, 09:14:41 am

Title: wxMDIBook class as an alternative to wxMDIParentFrame
Post by: AkiraDev on July 04, 2005, 09:14:41 am
Hi!

Just came accross this wxNotebook-like MDI class replacement at the wxForum, and thought it might be very useful for Code::Blocks development:

http://thomas.cherryware.de/wxMDIBook.php


Best regards
Title: wxMDIBook class as an alternative to wxMDIParentFrame
Post by: tiwag on July 04, 2005, 10:22:51 am
the author himself states, that it's working only on win32 platform. :evil:
Title: wxMDIBook class as an alternative to wxMDIParentFrame
Post by: mandrav on July 04, 2005, 10:39:38 am
AkiraDev, thanks for your suggestion but we 've already switched to a tabbed interface (in CVS) to be coherent across platforms and get rid of some MDI bugs we had with wx2.6.
The fact that it's win32 only also rules it out, as one of our main goals is portability across platforms :)

Thanks again for your suggestion though.

Yiannis.