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:
@@ -522,6 +522,11 @@ typedef short int WXTYPE;
|
||||
*/
|
||||
#define wxDEPRECATED_INLINE(func, body) wxDEPRECATED(func) { body }
|
||||
|
||||
/*
|
||||
A macro to define a simple deprecated accessor.
|
||||
*/
|
||||
#define wxDEPRECATED_ACCESSOR(func, what) wxDEPRECATED_INLINE(func, return what;)
|
||||
|
||||
/*
|
||||
Special variant of the macro above which should be used for the functions
|
||||
which are deprecated but called by wx itself: this often happens with
|
||||
|
Reference in New Issue
Block a user