@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
/**
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.
/**
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.