From: Robin Dunn Date: Thu, 17 Jun 2004 05:51:43 +0000 (+0000) Subject: Added missing GetKind method X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fa003c13c7785661a2e5ec7267726337d728b107 Added missing GetKind method git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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); };