X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e4ca4a83789f804948ff9b217f1ac1c5bdac9d5..d32b901bac42e4f8833720fd6eee60de7d870e0d:/wxPython/contrib/xrc/gtk/xrc.py diff --git a/wxPython/contrib/xrc/gtk/xrc.py b/wxPython/contrib/xrc/gtk/xrc.py index 4dedbfea2d..e5bdb94fb8 100644 --- a/wxPython/contrib/xrc/gtk/xrc.py +++ b/wxPython/contrib/xrc/gtk/xrc.py @@ -19,6 +19,7 @@ WX_XMLRES_CURRENT_VERSION_RELEASE = _xrc.WX_XMLRES_CURRENT_VERSION_RELEASE WX_XMLRES_CURRENT_VERSION_REVISION = _xrc.WX_XMLRES_CURRENT_VERSION_REVISION XRC_USE_LOCALE = _xrc.XRC_USE_LOCALE XRC_NO_SUBCLASSING = _xrc.XRC_NO_SUBCLASSING +XRC_NO_RELOADING = _xrc.XRC_NO_RELOADING class XmlResource(_core.Object): def __repr__(self): return "<%s.%s; proxy of C++ wxXmlResource instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)