X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b313974cdf6b63d830b51714d36b2502311ad67..05e0b047d879cdbfade7f2ab346c0acdf3e29f96:/samples/grid/griddemo.h diff --git a/samples/grid/griddemo.h b/samples/grid/griddemo.h index 285a4ac23e..5d9201af8e 100644 --- a/samples/grid/griddemo.h +++ b/samples/grid/griddemo.h @@ -75,6 +75,14 @@ class GridFrame : public wxFrame void OnAddToSelectToggle(wxCommandEvent& event); void OnShowSelection(wxCommandEvent& event); + void AutoSizeRow(wxCommandEvent& event); + void AutoSizeCol(wxCommandEvent& event); + void AutoSizeRowLabel(wxCommandEvent& event); + void AutoSizeColLabel(wxCommandEvent& event); + void AutoSizeLabelsCol(wxCommandEvent& event); + void AutoSizeLabelsRow(wxCommandEvent& event); + void AutoSizeTable(wxCommandEvent& event); + void OnLabelLeftClick( wxGridEvent& ); void OnCellLeftClick( wxGridEvent& ); void OnRowSize( wxGridSizeEvent& ); @@ -99,6 +107,7 @@ public: void OnVTable( wxCommandEvent& ); void OnBugsTable( wxCommandEvent& ); void OnSmallGrid( wxCommandEvent& ); + void OnTabularGrid( wxCommandEvent& ); enum { @@ -138,6 +147,7 @@ public: ID_VTABLE, ID_BUGS_TABLE, ID_SMALL_GRID, + ID_TABULAR_GRID, ID_SELECT_UNSELECT, ID_SHOW_SELECTION, ID_SELECT_ALL, @@ -148,6 +158,13 @@ public: ID_DESELECT_ROW, ID_DESELECT_COL, ID_DESELECT_CELL, + ID_SIZE_ROW, + ID_SIZE_COL, + ID_SIZE_ROW_LABEL, + ID_SIZE_COL_LABEL, + ID_SIZE_LABELS_COL, + ID_SIZE_LABELS_ROW, + ID_SIZE_GRID, ID_SET_HIGHLIGHT_WIDTH, ID_SET_RO_HIGHLIGHT_WIDTH,