Fix more typos in comments and wxFAIL messages
Closes https://github.com/wxWidgets/wxWidgets/pull/270
This commit is contained in:
@@ -78,7 +78,7 @@ enum wxAuiPaneDockArtGradients
|
||||
/// No gradient on the captions, in other words a solid colour
|
||||
wxAUI_GRADIENT_NONE = 0,
|
||||
|
||||
/// Vertical gradient on the captions, in other words a gradal change in colours from top to bottom
|
||||
/// Vertical gradient on the captions, in other words a gradual change in colours from top to bottom
|
||||
wxAUI_GRADIENT_VERTICAL = 1,
|
||||
|
||||
/// Horizontal gradient on the captions, in other words a gradual change in colours from left to right
|
||||
@@ -182,7 +182,7 @@ enum wxAuiButtonId
|
||||
See also @ref overview_aui.
|
||||
|
||||
wxAuiDockArt is the art provider: provides all drawing functionality to the
|
||||
wxAui dock manager. This allows the dock manager to have a plugable look-and-feel.
|
||||
wxAui dock manager. This allows the dock manager to have a pluggable look-and-feel.
|
||||
|
||||
By default, a wxAuiManager uses an instance of this class called
|
||||
wxAuiDefaultDockArt which provides bitmap art and a colour scheme that is
|
||||
|
@@ -132,8 +132,8 @@ public:
|
||||
|
||||
wxPropertyGridManager inherits from wxPropertyGridInterface, and as such
|
||||
it has most property manipulation functions. However, only some of them affect
|
||||
properties on all pages (eg. GetPropertyByName() and ExpandAll()), while some
|
||||
(eg. Append()) only apply to the currently selected page.
|
||||
properties on all pages (e.g. GetPropertyByName() and ExpandAll()), while some
|
||||
(e.g. Append()) only apply to the currently selected page.
|
||||
|
||||
To operate explicitly on properties on specific page, use
|
||||
wxPropertyGridManager::GetPage() to obtain pointer to page's
|
||||
@@ -405,7 +405,7 @@ public:
|
||||
Select and displays a given page.
|
||||
|
||||
@param index
|
||||
Index of page being seleced. Can be -1 to select nothing.
|
||||
Index of page being selected. Can be -1 to select nothing.
|
||||
*/
|
||||
void SelectPage( int index );
|
||||
|
||||
|
@@ -304,11 +304,11 @@ wxPG_PROP_USES_COMMON_VALUE = 0x00020000,
|
||||
*/
|
||||
wxPG_PROP_AUTO_UNSPECIFIED = 0x00040000,
|
||||
|
||||
/** Indicates the bit useable by derived properties.
|
||||
/** Indicates the bit usable by derived properties.
|
||||
*/
|
||||
wxPG_PROP_CLASS_SPECIFIC_1 = 0x00080000,
|
||||
|
||||
/** Indicates the bit useable by derived properties.
|
||||
/** Indicates the bit usable by derived properties.
|
||||
*/
|
||||
wxPG_PROP_CLASS_SPECIFIC_2 = 0x00100000,
|
||||
|
||||
|
@@ -89,7 +89,7 @@ public:
|
||||
void AddHandler(wxXmlResourceHandler* handler);
|
||||
|
||||
/**
|
||||
Add a new handler at the begining of the handler list.
|
||||
Add a new handler at the beginning of the handler list.
|
||||
*/
|
||||
void InsertHandler(wxXmlResourceHandler *handler);
|
||||
|
||||
|
Reference in New Issue
Block a user