]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_window.i
Various tweaks, docstring fixes, etc.
[wxWidgets.git] / wxPython / src / _window.i
index 7388adc43a5be64933b327f6040a176415b6b7c5..70e855e1d34226fddaf52a6232f4ff0142548002 100644 (file)
@@ -682,9 +682,10 @@ window had already been in the specified state.");
 
     DocDeclStr(
         virtual void , SetWindowStyleFlag( long style ),
-        "Sets the style of the window. Please note that some styles cannot be
-changed after the window creation and that Refresh() might be called
-after changing the others for the change to take place immediately.");
+        "Sets the style of the window. Please note that some styles cannot
+be changed after the window creation and that Refresh() might
+need to be called after changing the others for the change to
+take place immediately.");
     
     DocDeclStr(
         virtual long , GetWindowStyleFlag() const,