]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_window.i
fix building/running of tex2rtf
[wxWidgets.git] / wxPython / src / _window.i
index dae385ad5541dc83d21e4257a5c4a88f651de489..b10681fce7908558086432a837ad784d457f5c5e 100644 (file)
@@ -812,6 +812,12 @@ method.", "");
 windows are only available on X platforms.", "");
     
 
+    DocDeclStr(
+        bool , ToggleWindowStyle(int flag),
+        "Turn the flag on if it had been turned off before and vice versa,
+returns True if the flag is turned on by this function call.", "");
+    
+    
 
     DocDeclStr(
         virtual void , SetExtraStyle(long exStyle),