]> git.saurik.com Git - wxWidgets.git/commitdiff
Docstring fixes
authorRobin Dunn <robin@alldunn.com>
Fri, 14 May 2004 21:31:33 +0000 (21:31 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 14 May 2004 21:31:33 +0000 (21:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_window.i

index af73418c9ab0d8fdbe9254568e4b609ba7bdba03..68fb3083bea71a66358d9580122a47f339f90f68 100644 (file)
@@ -1201,7 +1201,7 @@ exposed.", "");
 useful if you want to use the same font or colour in your own control
 as in a standard control -- which is a much better idea than hard
 coding specific colours or fonts which might look completely out of
 useful if you want to use the same font or colour in your own control
 as in a standard control -- which is a much better idea than hard
 coding specific colours or fonts which might look completely out of
-place on the users system, especially if it uses themes.", "");
+place on the user's system, especially if it uses themes.", "");
     
 
     DocDeclStr(
     
 
     DocDeclStr(
@@ -1210,12 +1210,13 @@ place on the users system, especially if it uses themes.", "");
         "Get the default attributes for this class.  This is useful if you want
 to use the same font or colour in your own control as in a standard
 control -- which is a much better idea than hard coding specific
         "Get the default attributes for this class.  This is useful if you want
 to use the same font or colour in your own control as in a standard
 control -- which is a much better idea than hard coding specific
-colours or fonts which might look completely out of place on the users
-system, especially if it uses themes.
+colours or fonts which might look completely out of place on the
+user's system, especially if it uses themes.
 
 The variant parameter is only relevant under Mac currently and is
 ignore under other platforms. Under Mac, it will change the size of
 
 The variant parameter is only relevant under Mac currently and is
 ignore under other platforms. Under Mac, it will change the size of
-the returned font. See SetWindowVariant for more about this.", "");
+the returned font. See `wx.Window.SetWindowVariant` for more about
+this.", "");
     
     
     DocDeclStr(
     
     
     DocDeclStr(
@@ -1225,7 +1226,7 @@ was changed.  The background colour is usually painted by the default
 EVT_ERASE_BACKGROUND event handler function under Windows and
 automatically under GTK.
 
 EVT_ERASE_BACKGROUND event handler function under Windows and
 automatically under GTK.
 
-Note that setting the background colour does not cause an immediate
+Note that setting the background colour may not cause an immediate
 refresh, so you may wish to call ClearBackground or Refresh after
 calling this function.
 
 refresh, so you may wish to call ClearBackground or Refresh after
 calling this function.