Added missing GetKind method
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1055,6 +1055,7 @@ public:
|
||||
wxGridCellEditor *GetEditor(wxGrid* grid, int row, int col) const;
|
||||
|
||||
bool IsReadOnly() const;
|
||||
wxAttrKind GetKind();
|
||||
void SetDefAttr(wxGridCellAttr* defAttr);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user