Fix part of [ 1570325 ] wxAnimationCtrl for wxAdv library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -71,7 +71,8 @@ public:
|
||||
unsigned char* GetData(size_t frame) const;
|
||||
unsigned char* GetPalette(size_t frame) const;
|
||||
unsigned int GetNcolours(size_t frame) const;
|
||||
int GetTransparentColour(size_t frame) const;
|
||||
int GetTransparentColourIndex(size_t frame) const;
|
||||
wxColour GetTransparentColour(size_t frame) const;
|
||||
|
||||
virtual wxSize GetFrameSize(size_t frame) const;
|
||||
virtual wxPoint GetFramePosition(size_t frame) const;
|
||||
|
Reference in New Issue
Block a user