wxWidgets/distrib/msw/mac.rsp
Julian Smart b9f933ab5d Applied patch [ 597398 ] Generic MDI, wxNotebook based.
By Hans Van Leemputten (hansvl)

- This patch implements a generic notebook based mdi,
due to that wxMDIChildFrame could not derive from
wxFrame some things in the samples and in the docmdi
classes needed to be adjusted... basically this comes
down to not do (wxFrame *) but instead do
(wxMDIChildFrame *), or store a pointer to the frame in a
wxWindow* instead of a wxFrame variable...

- The main reason wxMDIChildFrame cannot derive from
wxFrame is that it would take to much platform specific
functions to be overwritten (= lot of ifdef's). This then
couldn't be called generic anymore, so that's why we
need to derive from wxPanel...

- Tested on/with:
1. wxMSW (I disabled the MSW MDI implementation to
be able to test it), tested it with the MDI sample,
docvwmdi sample and docview sample and also tested it
with wxWorkshop. (test = compile and run)
2. wxX11, tested with the same set wxWin samples as
the wxMSW test. I also compiled wxWorkshop with it,
but could not run wxWorkshop due to some issue not
related to the MDI implementation.

- How to apply:
* Apply the patch
* move mdig.cpp into wxWindows/src/generic/
* move mdig.h into wxWindows/include/wx/generic/

- Some extra things that still need to be done:
* File lists, project files should be updated to include
mdig.cpp (the patch only change this on wxX11)
* The configuration script should be updated.
* Maybe wxUSE_GENERIC_MDI_ARCHITECTURE also
should be added so it is only included when wanted...




git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-08-20 09:09:55 +00:00

50 lines
665 B
Plaintext

lib/dummy
docs/licence.txt
docs/mac/*.txt
docs/mac/*.hqx
distrib/msw/*.rsp
distrib/msw/*.bat
distrib/mac/*-sh
src/*.mcp
src/jpeg/*.mcp
src/png/*.mcp
src/tiff/*.mcp
src/zlib/*.mcp
src/common/dosyacc.c
src/common/doslex.c
src/common/y_tab.c
src/common/lex_yy.c
src/common/*.rc
src/mac/*.cpp
src/mac/*.c
src/mac/*.r
src/mac/*.h
src/mac/*.lst
src/mac/morefile/*.c
src/mac/morefile/*.h
src/mac/Info.plist.in
src/mac/wxmac.icns
src/macsock/sock_PPC.lib
src/mac/cdef/*.h
src/mac/cdef/*.c
src/mac/cdef/*.mcp
src/mac/ldef/*.h
src/mac/ldef/*.c
src/mac/ldef/*.mcp
src/mac/macsock/*.lib
src/mac/morefile/*.h
src/mac/morefile/*.cpp
include/wx_pb.h
include/wx/mac/*.h