From: Robin Dunn Date: Sun, 5 Nov 2006 22:46:15 +0000 (+0000) Subject: dosctring for DrawRotatedText X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/254e112c27c87458a72efd5dcfe1c8ae50738b60?ds=inline dosctring for DrawRotatedText git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_graphics.i b/wxPython/src/_graphics.i index e4ca583198..067f952e04 100644 --- a/wxPython/src/_graphics.i +++ b/wxPython/src/_graphics.i @@ -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 ) {