2nd attempt at MDI in wxMotif, using wxNotebook this time (still some probs).
authorJulian Smart <julian@anthemion.co.uk>
Tue, 24 Nov 1998 21:55:10 +0000 (21:55 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 24 Nov 1998 21:55:10 +0000 (21:55 +0000)
commit621793f45e003588e32f7a6ca10cd238f7c96fe6
treefb32992ef28a32b7d34426ea03e8e0b0cd492196
parent6773ae198f4ff542231d85b4df7283af143d82eb
2nd attempt at MDI in wxMotif, using wxNotebook this time (still some probs).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
21 files changed:
docs/latex/wx/notebook.tex
include/wx/gdicmn.h
include/wx/generic/tabg.h
include/wx/motif/frame.h
include/wx/motif/mdi.h
include/wx/motif/menu.h
include/wx/motif/notebook.h
include/wx/msw/notebook.h
include/wx/msw/radiobut.h
include/wx/stubs/notebook.h
src/generic/tabg.cpp
src/motif/data.cpp
src/motif/frame.cpp
src/motif/makefile.unx
src/motif/mdi.cpp
src/motif/menu.cpp
src/motif/notebook.cpp
src/motif/window.cpp
src/msw/notebook.cpp
src/msw/radiobut.cpp
src/stubs/notebook.cpp