Derive wxBitmap from wxBitmapBase in wxMotif, with the appropriate
authorMattia Barbon <mbarbon@cpan.org>
Sun, 19 Jan 2003 09:52:29 +0000 (09:52 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 19 Jan 2003 09:52:29 +0000 (09:52 +0000)
commit1bc822dfb5cdc24fd2d98b59ea20c9951301bfb1
tree0e29651b01e29e1f8daaa4225110fc4253e05d71
parent2fda2145700445519a0ce539b04dc72bae180124
  Derive wxBitmap from wxBitmapBase in wxMotif, with the appropriate
changes to wxIcon.
  Fix deprecation warnings and use %p to format WXWidget in debug output
(fixes the 4 non-deprecation warnings).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
distrib/msw/tmake/filelist.txt
include/wx/bitmap.h
include/wx/motif/bitmap.h
include/wx/motif/icon.h
src/common/bmpbase.cpp
src/generic/tabg.cpp
src/motif/bitmap.cpp
src/motif/files.lst
src/motif/frame.cpp
src/motif/icon.cpp
src/motif/palette.cpp
src/motif/region.cpp
src/motif/toplevel.cpp
src/motif/window.cpp