]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/grid.h
GCC doesn't like inline wxDEPRECATED methods.
[wxWidgets.git] / include / wx / generic / grid.h
index 17d8bb22a11bdc9b2cad8f9d77cf447ed2640180..293b11ff84bd4a2f8af30dc52bdf67cd37f53248 100644 (file)
@@ -60,7 +60,7 @@ extern WXDLLIMPEXP_DATA_ADV(const wxChar) wxGridNameStr[];
 enum wxGridDirection
 {
     wxGRID_COLUMN,
-    wxGRID_ROW,
+    wxGRID_ROW
 };
 
 // ----------------------------------------------------------------------------
@@ -423,6 +423,8 @@ protected:
     wxTextCtrl *Text() const { return (wxTextCtrl *)m_control; }
 
     // parts of our virtual functions reused by the derived classes
+    void DoCreate(wxWindow* parent, wxWindowID id, wxEvtHandler* evtHandler,
+                  long style = 0);
     void DoBeginEdit(const wxString& startValue);
     void DoReset(const wxString& startValue);