More Motif additions: mdi and sashtest samples now just about work!
authorJulian Smart <julian@anthemion.co.uk>
Mon, 19 Oct 1998 21:51:15 +0000 (21:51 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 19 Oct 1998 21:51:15 +0000 (21:51 +0000)
commit8704bf74fba8523e2e174bd5a8195b5202009cd0
tree067b9411eaa0af77fe85bf87bf2e64b84cef9dd6
parent68dda78574c865bd5bec89fbf4c8c3607b0912db
More Motif additions: mdi and sashtest samples now just about work!

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@873 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
45 files changed:
distrib/msw/motif.rsp
include/wx/motif/mdi.h
samples/mdi/mdi.cpp
src/make.env
src/makeg95.env
src/motif/combobox.cpp
src/motif/frame.cpp
src/motif/makefile.unx
src/motif/mdi.cpp
src/motif/mdi/COPYRIGHT [new file with mode: 0644]
src/motif/mdi/Imakefile [new file with mode: 0644]
src/motif/mdi/config/C++.rules [new file with mode: 0644]
src/motif/mdi/config/MDI.tmpl [new file with mode: 0644]
src/motif/mdi/doc/canvas.html [new file with mode: 0644]
src/motif/mdi/doc/mdi.html [new file with mode: 0644]
src/motif/mdi/doc/mwindow.html [new file with mode: 0644]
src/motif/mdi/doc/pics/classes.gif [new file with mode: 0644]
src/motif/mdi/doc/pics/mdi.gif [new file with mode: 0644]
src/motif/mdi/doc/pics/winclass.gif [new file with mode: 0644]
src/motif/mdi/lib/Imakefile [new file with mode: 0644]
src/motif/mdi/lib/XsComponent.C [new file with mode: 0644]
src/motif/mdi/lib/XsComponent.h [new file with mode: 0644]
src/motif/mdi/lib/XsMDICanvas.C [new file with mode: 0644]
src/motif/mdi/lib/XsMDICanvas.h [new file with mode: 0644]
src/motif/mdi/lib/XsMDIWindow.C [new file with mode: 0644]
src/motif/mdi/lib/XsMDIWindow.h [new file with mode: 0644]
src/motif/mdi/lib/XsMotifWindow.C [new file with mode: 0644]
src/motif/mdi/lib/XsMotifWindow.h [new file with mode: 0644]
src/motif/mdi/lib/XsMoveOutline.C [new file with mode: 0644]
src/motif/mdi/lib/XsMoveOutline.h [new file with mode: 0644]
src/motif/mdi/lib/XsOutline.C [new file with mode: 0644]
src/motif/mdi/lib/XsOutline.h [new file with mode: 0644]
src/motif/mdi/lib/XsResizeOutline.C [new file with mode: 0644]
src/motif/mdi/lib/XsResizeOutline.h [new file with mode: 0644]
src/motif/mdi/lib/xs_motif_icon.xbm [new file with mode: 0644]
src/motif/mdi/test/Imakefile [new file with mode: 0644]
src/motif/mdi/test/MDItest.C [new file with mode: 0644]
src/motif/xmcombo/combobox.doc [new file with mode: 0644]
src/motif/xmcombo/combobox.man [new file with mode: 0644]
src/motif/xmcombo/combop.h [new file with mode: 0644]
src/motif/xmcombo/copying.txt [new file with mode: 0644]
src/motif/xmcombo/demo.c [new file with mode: 0644]
src/motif/xmcombo/xmcombo.c [new file with mode: 0644]
src/motif/xmcombo/xmcombo.h [new file with mode: 0644]
src/msw/makefile.g95