]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_config.i
define SetHelpText() to do nothing when wxUSE_HELP==0, otherwise we'd need to #ifdef...
[wxWidgets.git] / wxPython / src / _config.i
index 5935dae67006eb34b5c7127b1bec0c8baf6d0621..4ee0060a0f60af788f600583b714a52b4aa4f8f2 100644 (file)
@@ -85,11 +85,12 @@ public:
     };
 
 
+    %apply SWIGTYPE *DISOWN { wxConfigBase *config };
     DocDeclStr(
         static wxConfigBase *, Set(wxConfigBase *config),
         "Sets the global config object (the one returned by Get) and returns a
 reference to the previous global config object.", "");
-    
+    %clear wxConfigBase *config;
 
     DocDeclStr(
         static wxConfigBase *, Get(bool createOnDemand = true),