don't deprecate SetItemImage() with 3 parameters; just add a default value for the last one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -160,10 +160,7 @@ public:
|
||||
bool SetItemState(long item, long state, long stateMask) ;
|
||||
|
||||
// Sets the item image
|
||||
#if WXWIN_COMPATIBILITY_2_4
|
||||
wxDEPRECATED(bool SetItemImage(long item, int image, int selImage)) ;
|
||||
#endif
|
||||
bool SetItemImage(long item, int image) ;
|
||||
bool SetItemImage(long item, int image, int selImage = -1) ;
|
||||
|
||||
// Gets the item text
|
||||
wxString GetItemText(long item) const ;
|
||||
|
Reference in New Issue
Block a user