]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/grid.h
allow 2 step creation of wxDocChildFrameAnyBase and derived classes
[wxWidgets.git] / include / wx / generic / grid.h
index 9490b030c8f53d9db8f453b8251a2ac1a2e0f640..7fd7dd7b1271d2abebdd2ded39eb6a9c27c50b3e 100644 (file)
@@ -1972,9 +1972,9 @@ protected:
         { return SendEvent(evtType, m_currentCellCoords, s); }
 
     // send wxEVT_GRID_{ROW,COL}_SIZE
-    void SendSizeEvent(wxEventType type,
-                       int row, int col,
-                       const wxMouseEvent& mouseEv);
+    void SendGridSizeEvent(wxEventType type,
+                           int row, int col,
+                           const wxMouseEvent& mouseEv);
 
     void OnPaint( wxPaintEvent& );
     void OnSize( wxSizeEvent& );