Removed very obsolete Set/GetColourMap accessors.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -130,11 +130,6 @@ public:
|
|||||||
virtual void SetPalette(const wxPalette& palette) = 0;
|
virtual void SetPalette(const wxPalette& palette) = 0;
|
||||||
#endif // wxUSE_PALETTE
|
#endif // wxUSE_PALETTE
|
||||||
|
|
||||||
#if WXWIN_COMPATIBILITY
|
|
||||||
wxPalette *GetColourMap() const { return GetPalette(); }
|
|
||||||
void SetColourMap(wxPalette *cmap) { SetPalette(*cmap); };
|
|
||||||
#endif // WXWIN_COMPATIBILITY
|
|
||||||
|
|
||||||
// copies the contents and mask of the given (colour) icon to the bitmap
|
// copies the contents and mask of the given (colour) icon to the bitmap
|
||||||
virtual bool CopyFromIcon(const wxIcon& icon) = 0;
|
virtual bool CopyFromIcon(const wxIcon& icon) = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user