From: John L. <jr...@us...> - 2007-02-22 00:02:08
|
Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16385/wxLua/bindings/wxwidgets Modified Files: data.i Log Message: Added wxLuaState::GetwxStringType who's input is either a lua string or a wxString userdata Use it in bindings instead of GetStringType wxNode::IndexOf is now protected in wxWidgets 2.8 so remove it Index: data.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/data.i,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** data.i 9 Feb 2007 05:17:08 -0000 1.20 --- data.i 22 Feb 2007 00:01:34 -0000 1.21 *************** *** 234,238 **** wxNode *GetPrevious() void SetData(wxObject *data) ! int IndexOf() %property=Data, read, write --- 234,238 ---- wxNode *GetPrevious() void SetData(wxObject *data) ! //int IndexOf() - unfortunately a protected member of wxNodeBase %property=Data, read, write |