Created new, simplified toolbar sample; removed other toolbar samples.
authorJulian Smart <julian@anthemion.co.uk>
Thu, 23 Jul 1998 14:39:46 +0000 (14:39 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 23 Jul 1998 14:39:46 +0000 (14:39 +0000)
commit14d1ccd89decb9d84f394fb2218eddbfdba56baf
treeb29d8be7e9fa43278bbee70b617b7b706cd42b0f
parent73e7daa02e9ce0b784435bc23e7c3b10b213aa03
Created new, simplified toolbar sample; removed other toolbar samples.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
24 files changed:
samples/makefile.g95
samples/makefile.nt
samples/toolbar/bitmaps/copy.bmp [new file with mode: 0644]
samples/toolbar/bitmaps/cut.bmp [new file with mode: 0644]
samples/toolbar/bitmaps/help.bmp [new file with mode: 0644]
samples/toolbar/bitmaps/new.bmp [new file with mode: 0644]
samples/toolbar/bitmaps/open.bmp [new file with mode: 0644]
samples/toolbar/bitmaps/page.bmp [new file with mode: 0644]
samples/toolbar/bitmaps/paste.bmp [new file with mode: 0644]
samples/toolbar/bitmaps/preview.bmp [new file with mode: 0644]
samples/toolbar/bitmaps/print.bmp [new file with mode: 0644]
samples/toolbar/bitmaps/save.bmp [new file with mode: 0644]
samples/toolbar/makefile.b32 [new file with mode: 0644]
samples/toolbar/makefile.bcc [new file with mode: 0644]
samples/toolbar/makefile.dos [new file with mode: 0644]
samples/toolbar/makefile.g95 [new file with mode: 0644]
samples/toolbar/makefile.nt [new file with mode: 0644]
samples/toolbar/makefile.sc [new file with mode: 0644]
samples/toolbar/makefile.unx [new file with mode: 0644]
samples/toolbar/makefile.wat [new file with mode: 0644]
samples/toolbar/test.cpp [new file with mode: 0644]
samples/toolbar/test.def [new file with mode: 0644]
samples/toolbar/test.h [new file with mode: 0644]
samples/toolbar/test.rc [new file with mode: 0644]