Source cleaning: whitespaces, tabs, FALSE/false, TRUE/true, -1/wxDefaultCoord, !!/!IsEmpty().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -136,13 +136,13 @@ public:
|
||||
// move through the animation
|
||||
bool GoFirstFrame();
|
||||
bool GoLastFrame();
|
||||
bool GoNextFrame(bool cyclic = FALSE);
|
||||
bool GoPrevFrame(bool cyclic = FALSE);
|
||||
bool GoNextFrame(bool cyclic = false);
|
||||
bool GoPrevFrame(bool cyclic = false);
|
||||
bool GoFrame(int which);
|
||||
|
||||
public:
|
||||
// constructor, destructor, etc.
|
||||
wxGIFDecoder(wxInputStream *s, bool anim = FALSE);
|
||||
wxGIFDecoder(wxInputStream *s, bool anim = false);
|
||||
~wxGIFDecoder();
|
||||
bool CanRead();
|
||||
int ReadGIF();
|
||||
|
Reference in New Issue
Block a user