X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c3ead1d1513a5eb79091a604f4e42b45d1bdf5d..968a7de2c5da97f4fba0ca29957f75a0bba92ae2:/interface/wx/ribbon/control.h diff --git a/interface/wx/ribbon/control.h b/interface/wx/ribbon/control.h index 8c63afe0de..8f497ef614 100644 --- a/interface/wx/ribbon/control.h +++ b/interface/wx/ribbon/control.h @@ -10,8 +10,8 @@ @class wxRibbonControl wxRibbonControl serves as a base class for all controls which share the - ribbon charactertics of having a ribbon art provider, and (optionally) - non-continous resizing. Despite what the name may imply, it is not the + ribbon characteristics of having a ribbon art provider, and (optionally) + non-continuous resizing. Despite what the name may imply, it is not the top-level control for creating a ribbon interface - that is wxRibbonBar. Ribbon controls often have a region which is "transparent", and shows the @@ -106,7 +106,7 @@ public: /** If sizing is not continuous, then return a suitable size for the control - which is larger then the current size. + which is larger than the current size. @param direction The direction(s) in which the size should increase. @@ -121,7 +121,7 @@ public: /** If sizing is not continuous, then return a suitable size for the control - which is larger then the given size. + which is larger than the given size. @param direction The direction(s) in which the size should increase.