Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv23295/wxLua/bindings/wxwidgets
Modified Files:
gdi.i
Log Message:
Fix for wxAnimation for MSW
Fixes for controls.wx.lua for MSW
Index: gdi.i
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/gdi.i,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** gdi.i 20 Jun 2007 22:57:34 -0000 1.57
--- gdi.i 22 Jun 2007 15:48:49 -0000 1.58
***************
*** 1677,1681 ****
wxAnimation()
wxAnimation(const wxAnimation& anim)
! %msw wxAnimation(const wxString& name, wxAnimationType type = wxANIMATION_TYPE_ANY)
virtual bool IsOk() const
--- 1677,1681 ----
wxAnimation()
wxAnimation(const wxAnimation& anim)
! //wxAnimation(const wxString& name, wxAnimationType type = wxANIMATION_TYPE_ANY) // doesn't exist in 2.8.4
virtual bool IsOk() const
|