implementing rollover and pressed image for bitmapbutton on osx_cocoa
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -587,6 +587,19 @@ public :
|
||||
virtual void CheckSpelling(bool WXUNUSED(check)) { }
|
||||
};
|
||||
|
||||
//
|
||||
// common interface bitmapbuttons
|
||||
//
|
||||
|
||||
class wxBitmapButtonImpl
|
||||
{
|
||||
public :
|
||||
wxBitmapButtonImpl(){}
|
||||
virtual ~wxBitmapButtonImpl(){}
|
||||
|
||||
virtual void SetPressedBitmap( const wxBitmap& bitmap ) = 0;
|
||||
} ;
|
||||
|
||||
//
|
||||
// common interface for search controls
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user