Extensive documentation typo patch (closes #13063).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2011-03-22 14:08:30 +00:00
parent e4e0d4702b
commit 57ab6f2314
21 changed files with 92 additions and 92 deletions

View File

@@ -269,7 +269,7 @@ public:
/**
Set the value of a certain colour setting to the value @e colour.
@a id can be one of the colour values of @ref wxRibbonArtSetting, though
not all colour settings will have an affect on every art provider.
not all colour settings will have an effect on every art provider.
@see SetColourScheme()
*/
@@ -455,7 +455,7 @@ public:
/**
Draw the background and chrome for a wxRibbonGallery control. This
should draw the border, brackground, scroll buttons, extension button,
should draw the border, background, scroll buttons, extension button,
and any other UI elements which are not attached to a specific gallery
item.
@@ -833,7 +833,7 @@ public:
/**
Calculate the portion of a page background which needs to be redrawn
when a page is resized. To optimise the drawing of page backgrounds, as
small an area as possible should be returned. Of couse, if the way in
small an area as possible should be returned. Of course, if the way in
which a background is drawn means that the entire background needs to
be repainted on resize, then the entire new size should be returned.