Fix typos in sample comments
Closes https://github.com/wxWidgets/wxWidgets/pull/2513
This commit is contained in:
committed by
Vadim Zeitlin
parent
8368914725
commit
1380b1914c
@@ -78,9 +78,9 @@ protected:
|
||||
long GetHeaderStyleFlags() const;
|
||||
// reset column style
|
||||
void ResetColumnStyle(int col);
|
||||
// compose columnm style flags based on selections
|
||||
// compose column style flags based on selections
|
||||
int GetColumnStyleFlags(int col) const;
|
||||
// get columnm alignment flags based on selection
|
||||
// get column alignment flags based on selection
|
||||
wxAlignment GetColumnAlignmentFlag(int col) const;
|
||||
|
||||
// the control itself and the sizer it is in
|
||||
|
Reference in New Issue
Block a user