Minor cleanup and changes from Code Review comments.

This commit is contained in:
Robin Dunn
2018-02-10 15:13:01 -08:00
parent 5e01658cdc
commit bd1e13df42
4 changed files with 12 additions and 26 deletions

View File

@@ -10,15 +10,6 @@
/// the appropriate size
#define wxGRID_AUTOSIZE (-1)
/// Many wxGrid methods work either with columns or rows, this enum is used for
/// the parameter indicating which one should it be
enum wxGridDirection
{
wxGRID_COLUMN,
wxGRID_ROW
};
/**
@class wxGridCellRenderer