Derive wxBitmap from wxBitmapBase.
authorMattia Barbon <mbarbon@cpan.org>
Sat, 5 Apr 2003 12:11:05 +0000 (12:11 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 5 Apr 2003 12:11:05 +0000 (12:11 +0000)
commit62ad3cb358891240142cbf33259758bbe79be53f
treef0754212efdda8fc086d27eb22c86cbfd07d650a
parentb71e94da10e5f6db42ad10182655450b11ebda2f
  Derive wxBitmap from wxBitmapBase.
  Move code from LoadFile/SaveFile/Create* to
bitmap handlers.
  Implemented wxBitmap::GetSubBitmap.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/bitmap.h
include/wx/x11/bitmap.h
include/wx/x11/icon.h
src/common/bmpbase.cpp
src/x11/bitmap.cpp