]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_config.i
log wxChoice events in the same format as wxComboBox ones to make it simpler to compa...
[wxWidgets.git] / wxPython / src / _config.i
index 5935dae67006eb34b5c7127b1bec0c8baf6d0621..434b42cdb11896eff52e9480b78cf9c42128929e 100644 (file)
@@ -85,11 +85,12 @@ public:
     };
 
 
+    %disownarg( 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.", "");
-    
+    %cleardisown( wxConfigBase *config );
 
     DocDeclStr(
         static wxConfigBase *, Get(bool createOnDemand = true),