Minor cleanup and changes from Code Review comments.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user