Add GetDrawable convenience function that returns m_bitmap
if the wxBitmap is monochrome or m_pixmap if the wxBitmap is polichrome. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -130,7 +130,9 @@ public:
|
||||
|
||||
WXPixmap GetPixmap() const;
|
||||
WXPixmap GetBitmap() const;
|
||||
|
||||
|
||||
WXPixmap GetDrawable() const;
|
||||
|
||||
WXDisplay *GetDisplay() const;
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user