]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_app.i
reSWIGged after 1.3.24 update
[wxWidgets.git] / wxPython / src / _app.i
index d90949ce139445b7385f7c04958e8c59f116ac25..3285fef3db12fb1590df3d361660b2f6cab3fcf4 100644 (file)
@@ -355,6 +355,21 @@ DocDeclStrName(
 
 
 
 
 
 
+
+
+DocDeclAStr(
+    void , wxSetDefaultPyEncoding(const char* encoding),
+    "SetDefaultPyEncoding(string encoding)",
+    "Sets the encoding that wxPython will use when it needs to convert a
+Python string or unicode object to or from a wxString.", "");
+
+DocDeclAStr(
+    const char* , wxGetDefaultPyEncoding(),
+    "GetDefaultPyEncoding() -> string",
+    "Gets the current encoding that wxPython will use when it needs to
+convert a Python string or unicode object to or from a wxString.", "");
+
+
 //---------------------------------------------------------------------------
 // Include some extra wxApp related python code here
 
 //---------------------------------------------------------------------------
 // Include some extra wxApp related python code here