]> git.saurik.com Git - wxWidgets.git/commit - src/motif/textctrl.cpp
In DialogEd, changed Close to Destroy to make it shut down properly.
authorJulian Smart <julian@anthemion.co.uk>
Fri, 18 Dec 1998 14:40:38 +0000 (14:40 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 18 Dec 1998 14:40:38 +0000 (14:40 +0000)
commit94b49b9303a9fd119e24d1b07263f5bb0643afa5
treec7e6b375ec8f6c2fcb3ca681f83194e738e006e5
parent358fc25cc3f1ad77f3d98ca9ef7debd8e128eb88
In DialogEd, changed Close to Destroy to make it shut down properly.
Various Motif fixes incl. fixing window colours, menu fonts/colours, dialog box

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
31 files changed:
distrib/msw/motif.rsp
distrib/msw/msw.rsp
distrib/msw/wx_html.rsp
docs/latex/wx/frame.tex
docs/latex/wx/radiobox.tex
docs/motif/changes.txt
include/wx/motif/menu.h
include/wx/motif/private.h
include/wx/msw/dialog.h
samples/controls/controls.cpp
samples/makefile.unx [new file with mode: 0644]
src/common/memory.cpp
src/common/resource.cpp
src/generic/colrdlgg.cpp
src/generic/listctrl.cpp
src/motif/combobox.cpp
src/motif/dialog.cpp
src/motif/listbox.cpp
src/motif/makefile.unx
src/motif/menu.cpp
src/motif/radiobox.cpp
src/motif/statbox.cpp
src/motif/textctrl.cpp
src/motif/toolbar.cpp
src/motif/utils.cpp
src/motif/window.cpp
src/msw/dialog.cpp
src/stubs/makefile.unx
utils/dialoged/src/reseditr.cpp
utils/dialoged/src/winprop.cpp
utils/dialoged/src/winstyle.cpp