reSWIGged with the new SWIG runtime and also other recent changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-01-23 21:58:14 +00:00
parent 8b79f98329
commit a41e16b636
23 changed files with 5497 additions and 1579 deletions

View File

@@ -3223,7 +3223,7 @@ class Printer(core.Object):
return _windows.Printer_GetAbort(*args, **kwargs)
def GetLastError(*args, **kwargs):
"""Printer.GetLastError() -> int"""
"""GetLastError() -> int"""
return _windows.Printer_GetLastError(*args, **kwargs)
GetLastError = staticmethod(GetLastError)