X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c4f71cc3d63fb7bdfbd6cec3e39c8a8679f3e60..6f292345cf75414eec31e16008664c349772cb9f:/interface/statusbr.h diff --git a/interface/statusbr.h b/interface/statusbr.h index 91d4cf1a56..2d4ca10da5 100644 --- a/interface/statusbr.h +++ b/interface/statusbr.h @@ -23,7 +23,7 @@ wxObject @beginStyleTable - @style{wxST_SIZEGRIP}: + @style{wxST_SIZEGRIP} On Windows 95, displays a gripper at right-hand side of the status bar. @endStyleTable @@ -82,7 +82,7 @@ public: @param rect The rectangle values are placed in this variable. - @returns @true if the field index is valid, @false otherwise. + @return @true if the field index is valid, @false otherwise. @see wxRect */ @@ -99,7 +99,7 @@ public: @param i The number of the status field to retrieve, starting from zero. - @returns The status field string if the field is valid, otherwise the + @return The status field string if the field is valid, otherwise the empty string. @see SetStatusText()