Removed some old cruft from wxBitmap, moved wxMotif- and
authorMattia Barbon <mbarbon@cpan.org>
Thu, 27 Mar 2003 19:40:32 +0000 (19:40 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Thu, 27 Mar 2003 19:40:32 +0000 (19:40 +0000)
commitaae91497f6ac36a76d3313cf405cae0f098ea1d1
treeee314d97fa54c0c9c4d0b9024b68aaefdef16d3a
parentfc7ca9b347266e5e908ca92e7a5bec7d1acc6aec
  Removed some old cruft from wxBitmap, moved wxMotif- and
wxControl-specific functionality (GetXXXPixmap) into a separate
class, and fixed the implementation. Adapted wxStaticBitmap,
wxBitmapButton and wxToolBar to the new situation.
  Various fixes to wxToolBar: Realize does not create buttons
multiple times anymore, use the disabled bitmap as the disabled
bitmap, not as the toggled bitmap for toggle buttons (!),
reposition buttons/controls when a tool is removed/deleted.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
distrib/msw/tmake/filelist.txt
include/wx/motif/bitmap.h
include/wx/motif/bmpbuttn.h
include/wx/motif/bmpmotif.h [new file with mode: 0644]
include/wx/motif/statbmp.h
samples/toolbar/toolbar.cpp
src/motif/bitmap.cpp
src/motif/bmpbuttn.cpp
src/motif/bmpmotif.cpp [new file with mode: 0644]
src/motif/files.lst
src/motif/frame.cpp
src/motif/statbmp.cpp
src/motif/toolbar.cpp