Fix recurrent "applicable" typo in wxPropertyGrid documentation

It was misspelt as "applicapple" in several places.

Closes https://github.com/wxWidgets/wxWidgets/pull/564
This commit is contained in:
Takeshi Abe
2017-10-06 22:28:58 +09:00
committed by VZ
parent 1ef1f8fda6
commit 0fea881f12
3 changed files with 3 additions and 3 deletions

View File

@@ -942,7 +942,7 @@ public:
// Resets column sizes and splitter positions, based on proportions. // Resets column sizes and splitter positions, based on proportions.
// enableAutoResizing - If true, automatic column resizing is enabled // enableAutoResizing - If true, automatic column resizing is enabled
// (only applicapple if window style wxPG_SPLITTER_AUTO_CENTER is used). // (only applicable if window style wxPG_SPLITTER_AUTO_CENTER is used).
void ResetColumnSizes( bool enableAutoResizing = false ); void ResetColumnSizes( bool enableAutoResizing = false );
// Selects a property. // Selects a property.

View File

@@ -984,7 +984,7 @@ public:
Resets column sizes and splitter positions, based on proportions. Resets column sizes and splitter positions, based on proportions.
@param enableAutoResizing @param enableAutoResizing
If @true, automatic column resizing is enabled (only applicapple If @true, automatic column resizing is enabled (only applicable
if window style wxPG_SPLITTER_AUTO_CENTER is used). if window style wxPG_SPLITTER_AUTO_CENTER is used).
@see wxPropertyGridInterface::SetColumnProportion() @see wxPropertyGridInterface::SetColumnProportion()

View File

@@ -884,7 +884,7 @@ public:
wxVariant value, long argFlags = 0 ); wxVariant value, long argFlags = 0 );
/** /**
Sets property attribute for all applicapple properties. Sets property attribute for all applicable properties.
Be sure to use this method only after all properties have been Be sure to use this method only after all properties have been
added to the grid. added to the grid.