Got generic wxListCtrl, wxTreeCtrl working under Windows, wxNotebook almost;
authorJulian Smart <julian@anthemion.co.uk>
Wed, 23 Dec 1998 09:58:02 +0000 (09:58 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 23 Dec 1998 09:58:02 +0000 (09:58 +0000)
commitf60d0f944a6ce86bce59901e7ea3811f0992bce7
treea1f93e602bbac23e1ee27525f483ec7e7d582173
parentc23894955325535bf603be74a3c0dc8d3fce65ab
Got generic wxListCtrl, wxTreeCtrl working under Windows, wxNotebook almost;
some doc corrections; Win16 dialog crash cured

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
24 files changed:
docs/latex/wx/evthand.tex
docs/latex/wx/icon.tex
docs/latex/wx/paintdc.tex
docs/latex/wx/tdnd.tex
docs/msw/changes.txt
docs/msw/install.txt
docs/msw/issues.txt
include/wx/generic/listctrl.h
samples/notebook/test.cpp
samples/treectrl/bitmaps/file1.bmp [new file with mode: 0644]
samples/treectrl/bitmaps/folder1.bmp [new file with mode: 0644]
samples/treectrl/treetest.cpp
samples/treectrl/treetest.rc
src/common/utilscmn.cpp
src/generic/imaglist.cpp
src/generic/listctrl.cpp
src/generic/notebook.cpp
src/generic/treectrl.cpp
src/motif/metafile.cpp
src/motif/utilsexc.cpp
src/msw/dc.cpp
src/msw/icon.cpp
src/msw/makefile.nt
src/msw/window.cpp