Added gizmos hierarchy
authorJulian Smart <julian@anthemion.co.uk>
Thu, 17 Aug 2000 11:53:48 +0000 (11:53 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 17 Aug 2000 11:53:48 +0000 (11:53 +0000)
commit58580a7e3cf744de919827f827f14e595f8231af
treec2687bc5fb158076261ab023c480bbd7b6672917
parent08c6402af6c3eb12f3d0d5d37a95904c838f9b60
Added gizmos hierarchy

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
46 files changed:
contrib/include/wx/gizmos/multicell.h [new file with mode: 0644]
contrib/include/wx/gizmos/splittree.h [new file with mode: 0644]
contrib/samples/gizmos/multicell/makefile.b32 [new file with mode: 0644]
contrib/samples/gizmos/multicell/makefile.bcc [new file with mode: 0644]
contrib/samples/gizmos/multicell/makefile.dos [new file with mode: 0644]
contrib/samples/gizmos/multicell/makefile.g95 [new file with mode: 0644]
contrib/samples/gizmos/multicell/makefile.sc [new file with mode: 0644]
contrib/samples/gizmos/multicell/makefile.sl [new file with mode: 0644]
contrib/samples/gizmos/multicell/makefile.twn [new file with mode: 0644]
contrib/samples/gizmos/multicell/makefile.unx [new file with mode: 0644]
contrib/samples/gizmos/multicell/makefile.vc [new file with mode: 0644]
contrib/samples/gizmos/multicell/makefile.wat [new file with mode: 0644]
contrib/samples/gizmos/multicell/mtest.cpp [new file with mode: 0644]
contrib/samples/gizmos/multicell/mtest.rc [new file with mode: 0644]
contrib/samples/gizmos/multicell/multicell.vpj [new file with mode: 0644]
contrib/samples/gizmos/splittree/Makefile.in [new file with mode: 0644]
contrib/samples/gizmos/splittree/TreeVC.dsp [new file with mode: 0644]
contrib/samples/gizmos/splittree/TreeVC.dsw [new file with mode: 0644]
contrib/samples/gizmos/splittree/makefile.b32 [new file with mode: 0644]
contrib/samples/gizmos/splittree/makefile.bcc [new file with mode: 0644]
contrib/samples/gizmos/splittree/makefile.dos [new file with mode: 0644]
contrib/samples/gizmos/splittree/makefile.g95 [new file with mode: 0644]
contrib/samples/gizmos/splittree/makefile.sc [new file with mode: 0644]
contrib/samples/gizmos/splittree/makefile.sl [new file with mode: 0644]
contrib/samples/gizmos/splittree/makefile.twn [new file with mode: 0644]
contrib/samples/gizmos/splittree/makefile.unx [new file with mode: 0644]
contrib/samples/gizmos/splittree/makefile.va [new file with mode: 0644]
contrib/samples/gizmos/splittree/makefile.vc [new file with mode: 0644]
contrib/samples/gizmos/splittree/makefile.wat [new file with mode: 0644]
contrib/samples/gizmos/splittree/mondrian.ico [new file with mode: 0644]
contrib/samples/gizmos/splittree/mondrian.xpm [new file with mode: 0644]
contrib/samples/gizmos/splittree/tree.cpp [new file with mode: 0644]
contrib/samples/gizmos/splittree/tree.h [new file with mode: 0644]
contrib/src/gizmos/GizmosVC.dsp [new file with mode: 0644]
contrib/src/gizmos/GizmosVC.dsw [new file with mode: 0644]
contrib/src/gizmos/Makefile.in [new file with mode: 0644]
contrib/src/gizmos/makefile.b32 [new file with mode: 0644]
contrib/src/gizmos/makefile.bcc [new file with mode: 0644]
contrib/src/gizmos/makefile.g95 [new file with mode: 0644]
contrib/src/gizmos/makefile.unx [new file with mode: 0644]
contrib/src/gizmos/makefile.vc [new file with mode: 0644]
contrib/src/gizmos/makefile.wat [new file with mode: 0644]
contrib/src/gizmos/multicell.cpp [new file with mode: 0644]
contrib/src/gizmos/multicell.txt [new file with mode: 0644]
contrib/src/gizmos/multicell_todo.txt [new file with mode: 0644]
contrib/src/gizmos/splittree.cpp [new file with mode: 0644]