X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/093d3ff1f77c9ff8c1b66ebf43464429c583b044..a7d5151df02bf70a9f6ff1c5c7fd33ab07bf409c:/wxPython/src/gtk/xrc.py diff --git a/wxPython/src/gtk/xrc.py b/wxPython/src/gtk/xrc.py index 3738f97ee5..e61362dd49 100644 --- a/wxPython/src/gtk/xrc.py +++ b/wxPython/src/gtk/xrc.py @@ -1,4 +1,4 @@ -# This file was created automatically by SWIG. +# This file was created automatically by SWIG 1.3.27. # Don't modify this file, modify the SWIG interface instead. """ @@ -87,6 +87,10 @@ class XmlResource(_core.Object): """LoadFromString(self, String data) -> bool""" return _xrc.XmlResource_LoadFromString(*args, **kwargs) + def Unload(*args, **kwargs): + """Unload(self, String filename) -> bool""" + return _xrc.XmlResource_Unload(*args, **kwargs) + def InitAllHandlers(*args, **kwargs): """InitAllHandlers(self)""" return _xrc.XmlResource_InitAllHandlers(*args, **kwargs) @@ -734,3 +738,4 @@ XmlResource_AddSubclassFactory(XmlSubclassFactory_Python()) #---------------------------------------------------------------------------- +