Motif additions
authorJulian Smart <julian@anthemion.co.uk>
Sun, 18 Oct 1998 22:31:48 +0000 (22:31 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 18 Oct 1998 22:31:48 +0000 (22:31 +0000)
commita4294b7832a5aed3c1cccc06aecd227d43da8830
treeb4539a79481f5fa7920054a2d53f69ebb168ddd5
parent02847e598495dd5b34110eb6ccef6645a1eb29ed
Motif additions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
61 files changed:
include/wx/motif/bitmap.h
include/wx/motif/bmpbuttn.h
include/wx/motif/choice.h
include/wx/motif/control.h
include/wx/motif/dcclient.h
include/wx/motif/icon.h
include/wx/motif/listbox.h
include/wx/motif/private.h
include/wx/motif/radiobox.h
include/wx/motif/radiobut.h
include/wx/motif/setup.h
include/wx/motif/slider.h
include/wx/motif/statbmp.h
include/wx/motif/textctrl.h
include/wx/motif/window.h
samples/config/makefile.unx [new file with mode: 0644]
samples/controls/makefile.unx [new file with mode: 0644]
samples/dialogs/makefile.unx [new file with mode: 0644]
samples/docview/docview.cpp
samples/dynamic/makefile.unx [new file with mode: 0644]
samples/grid/makefile.unx [new file with mode: 0644]
samples/internat/makefile.unx
samples/joytest/makefile.unx
samples/layout/makefile.unx
samples/listctrl/makefile.unx [new file with mode: 0644]
samples/mdi/makefile.unx
samples/memcheck/makefile.unx
samples/printing/makefile.unx [new file with mode: 0644]
samples/printing/printing.cpp
samples/resource/makefile.unx
samples/sashtest/makefile.unx [new file with mode: 0644]
samples/splitter/makefile.unx [new file with mode: 0644]
samples/tab/makefile.unx [new file with mode: 0644]
samples/toolbar/makefile.unx [new file with mode: 0644]
samples/toolbar/test.cpp
samples/treectrl/makefile.unx [new file with mode: 0644]
samples/typetest/makefile.unx [new file with mode: 0644]
src/common/docview.cpp
src/common/event.cpp
src/common/prntbase.cpp
src/generic/treectrl.cpp
src/make.env
src/motif/bitmap.cpp
src/motif/bmpbuttn.cpp
src/motif/checkbox.cpp
src/motif/choice.cpp
src/motif/control.cpp
src/motif/dcclient.cpp
src/motif/dcmemory.cpp
src/motif/dialog.cpp
src/motif/frame.cpp
src/motif/icon.cpp
src/motif/listbox.cpp
src/motif/radiobox.cpp
src/motif/radiobut.cpp
src/motif/slider.cpp
src/motif/statbmp.cpp
src/motif/stattext.cpp
src/motif/textctrl.cpp
src/motif/utils.cpp
src/motif/window.cpp