]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/newgrid/griddemo.h
Applied patch [ 651640 ] Toolbar sizing fix
[wxWidgets.git] / samples / newgrid / griddemo.h
index 7ef57a40d5069fca976ccf9345604c704a122586..3fa91e0ce50ac126c9af37db574de78235b4449f 100644 (file)
@@ -42,6 +42,8 @@ class GridFrame : public wxFrame
     void ToggleGridSizing( wxCommandEvent& );
     void ToggleGridLines( wxCommandEvent& );
     void AutoSizeCols( wxCommandEvent& );
+    void CellOverflow( wxCommandEvent& );
+    void ResizeCell( wxCommandEvent& );
     void SetLabelColour( wxCommandEvent& );
     void SetLabelTextColour( wxCommandEvent& );
     void SetLabelFont(wxCommandEvent &);
@@ -107,6 +109,8 @@ public:
         ID_TOGGLEGRIDSIZING,
         ID_TOGGLEGRIDLINES,
         ID_AUTOSIZECOLS,
+        ID_CELLOVERFLOW,
+        ID_RESIZECELL,
         ID_SETLABELCOLOUR,
         ID_SETLABELTEXTCOLOUR,
         ID_SETLABEL_FONT,