From: Bryan Petty Date: Sat, 22 Nov 2008 23:16:55 +0000 (+0000) Subject: Documented some DrawText() parameters missed in the last commit. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cbd251acbaf0b1cc8ae5409ae08cc0469922fe82?ds=sidebyside Documented some DrawText() parameters missed in the last commit. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/graphics.h b/interface/wx/graphics.h index f484162398..df59fbe9c8 100644 --- a/interface/wx/graphics.h +++ b/interface/wx/graphics.h @@ -404,6 +404,12 @@ public: /** Draws text at the defined position. + @param str + The text to draw. + @param x + The x coordinate position to draw the text at. + @param y + The y coordinate position to draw the text at. @param angle The angle relative to the (default) horizontal direction to draw the string. @@ -412,6 +418,12 @@ public: /** Draws text at the defined position. + @param str + The text to draw. + @param x + The x coordinate position to draw the text at. + @param y + The y coordinate position to draw the text at. @param backgroundBrush Brush to fill the text with. */ @@ -420,6 +432,12 @@ public: /** Draws text at the defined position. + @param str + The text to draw. + @param x + The x coordinate position to draw the text at. + @param y + The y coordinate position to draw the text at. @param angle The angle relative to the (default) horizontal direction to draw the string.