From: John L. <jr...@us...> - 2006-08-24 05:12:31
|
Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv15690/wxLua/bindings/wxwidgets Modified Files: defsutil.i html.i Log Message: update bindings to 2.7 Index: defsutil.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/defsutil.i,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** defsutil.i 9 Jun 2006 22:51:30 -0000 1.26 --- defsutil.i 24 Aug 2006 05:12:27 -0000 1.27 *************** *** 121,124 **** --- 121,125 ---- // Network, user, and OS functions + %if !%wxchkver27 %enum wxUNKNOWN_PLATFORM *************** *** 158,161 **** --- 159,163 ---- wxDOS %endenum + %endif // !%wxchkver27 // !%wxchkver27 %function long wxGetFreeMemory() FIXME need to add wxLongLong - maybe always return longlong here? *************** *** 473,477 **** %define wxINVERT %define wxMORE - %define wxMOTIF_X %define wxNO %define wxNO_BORDER --- 475,478 ---- *************** *** 496,502 **** %define wxUNKNOWN_PLATFORM //%define wxUSER_COLOURS deprecated use wxNO_3D - %define wxWINDOWS %define wxWS_EX_VALIDATE_RECURSIVELY - %define wxXVIEW_X %define wxYES %define wxYES_DEFAULT --- 497,501 ---- Index: html.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/html.i,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** html.i 12 Jun 2006 03:50:36 -0000 1.9 --- html.i 24 Aug 2006 05:12:27 -0000 1.10 *************** *** 262,266 **** wxColour GetLinkColor() const //wxFontEncoding GetOutputEncoding() const ! wxWindow* GetWindow() wxHtmlContainerCell* OpenContainer() void SetActualColor(const wxColour& clr) --- 262,266 ---- wxColour GetLinkColor() const //wxFontEncoding GetOutputEncoding() const ! !%wxchkver27 wxWindow* GetWindow() wxHtmlContainerCell* OpenContainer() void SetActualColor(const wxColour& clr) *************** *** 279,283 **** void SetLinkColor(const wxColour& clr) ! %property=Window, read %property=ActualColor, read, write %property=Align, read, write --- 279,283 ---- void SetLinkColor(const wxColour& clr) ! !%wxchkver27 %property=Window, read %property=ActualColor, read, write %property=Align, read, write |