From fa003c13c7785661a2e5ec7267726337d728b107 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 17 Jun 2004 05:51:43 +0000 Subject: [PATCH] Added missing GetKind method git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/grid.i | 1 + 1 file changed, 1 insertion(+) diff --git a/wxPython/src/grid.i b/wxPython/src/grid.i index 164b914918..eca71b764a 100644 --- a/wxPython/src/grid.i +++ b/wxPython/src/grid.i @@ -1055,6 +1055,7 @@ public: wxGridCellEditor *GetEditor(wxGrid* grid, int row, int col) const; bool IsReadOnly() const; + wxAttrKind GetKind(); void SetDefAttr(wxGridCellAttr* defAttr); }; -- 2.50.0