]> git.saurik.com Git - wxWidgets.git/commitdiff
dosctring for DrawRotatedText
authorRobin Dunn <robin@alldunn.com>
Sun, 5 Nov 2006 22:46:15 +0000 (22:46 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 5 Nov 2006 22:46:15 +0000 (22:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_graphics.i

index e4ca583198705d61b918c36687c4c41432f3a205..067f952e04e414a8711554fa074d8e94c22803d8 100644 (file)
@@ -807,7 +807,8 @@ this context.", "");
         }
 
         DocStr(DrawRotatedText,
-               "", "");
+               "Draws a text string at the defined position, at the specified angle,
+which is given in radians.", "");
         void DrawRotatedText(  const wxString &str, wxDouble x, wxDouble y, wxDouble angle,
                                const wxGraphicsBrush& backgroundBrush = wxNullGraphicsBrush )
         {