Added wxPoem sample; fixed some Dialog Editor problems; wxStaticBitmap and wxBitmapButton
authorJulian Smart <julian@anthemion.co.uk>
Sat, 12 Dec 1998 18:50:16 +0000 (18:50 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 12 Dec 1998 18:50:16 +0000 (18:50 +0000)
commit3013b6f46099b8cf0d2f9f656e883e4606ca833d
tree64635401047bdf02199e3dad093db8b65e69a78c
parentae0bdb016fb973f49765101e3ba14f898aada4e7
Added wxPoem sample; fixed some Dialog Editor problems; wxStaticBitmap and wxBitmapButton
now recognised by resource.cpp.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
23 files changed:
include/wx/object.h
samples/wxpoem/Makefile [new file with mode: 0644]
samples/wxpoem/Makefile.in [new file with mode: 0644]
samples/wxpoem/corner1.ico [new file with mode: 0644]
samples/wxpoem/corner2.ico [new file with mode: 0644]
samples/wxpoem/corner3.ico [new file with mode: 0644]
samples/wxpoem/corner4.ico [new file with mode: 0644]
samples/wxpoem/makefile.b32 [new file with mode: 0644]
samples/wxpoem/makefile.g95 [new file with mode: 0644]
samples/wxpoem/makefile.nt [new file with mode: 0644]
samples/wxpoem/makefile.unx [new file with mode: 0644]
samples/wxpoem/wxpoem.cpp [new file with mode: 0644]
samples/wxpoem/wxpoem.dat [new file with mode: 0644]
samples/wxpoem/wxpoem.def [new file with mode: 0644]
samples/wxpoem/wxpoem.h [new file with mode: 0644]
samples/wxpoem/wxpoem.ico [new file with mode: 0644]
samples/wxpoem/wxpoem.rc [new file with mode: 0644]
samples/wxpoem/wxpoem.txt [new file with mode: 0644]
src/common/list.cpp
src/common/resource.cpp
utils/dialoged/src/reseditr.cpp
utils/dialoged/src/winprop.cpp
utils/wxprop/src/prop.cpp