preparation work for implementing images support in wxButton: move wxBitmapButton methods to the base class (enhancing/completing them in the process); there are no functionality changes yet (hopefully)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -236,6 +236,10 @@ Changes in behaviour which may result in compilation errors
|
||||
You may use wxEventLoopBase::SuspendProcessingOfPendingEvents instead of
|
||||
locking wxPendingEventsLocker now.
|
||||
|
||||
- wxBitmapButton::GetBitmapXXX() overloads returning non-const wxBitmap
|
||||
references have been removed, modifying the returned bitmaps never worked and
|
||||
now results in compile-time error.
|
||||
|
||||
|
||||
Deprecated methods and their replacements
|
||||
-----------------------------------------
|
||||
|
Reference in New Issue
Block a user