From: John L. <jr...@us...> - 2007-07-28 22:52:30
|
Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1779/bindings/wxwidgets Modified Files: wxcore_windows.i Log Message: wxBookCtrlBase::GetSelection is not virtual from wxCommandEvent, must explicitly create func for it Index: wxcore_windows.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wxcore_windows.i,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** wxcore_windows.i 16 Jul 2007 19:34:25 -0000 1.1 --- wxcore_windows.i 28 Jul 2007 22:52:26 -0000 1.2 *************** *** 459,463 **** int GetOldSelection() const ! //int GetSelection() const : see wxCommandEvent void SetOldSelection(int page) void SetSelection(int page) --- 459,463 ---- int GetOldSelection() const ! int GetSelection() const // note : must override wxCommandEvent func since it's not virtual void SetOldSelection(int page) void SetSelection(int page) |