Playing with wxgrid, adding optionnally native columns labels
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -107,6 +107,7 @@ public:
|
||||
void OnVTable( wxCommandEvent& );
|
||||
void OnBugsTable( wxCommandEvent& );
|
||||
void OnSmallGrid( wxCommandEvent& );
|
||||
void OnTabularGrid( wxCommandEvent& );
|
||||
|
||||
enum
|
||||
{
|
||||
@@ -146,6 +147,7 @@ public:
|
||||
ID_VTABLE,
|
||||
ID_BUGS_TABLE,
|
||||
ID_SMALL_GRID,
|
||||
ID_TABULAR_GRID,
|
||||
ID_SELECT_UNSELECT,
|
||||
ID_SHOW_SELECTION,
|
||||
ID_SELECT_ALL,
|
||||
|
Reference in New Issue
Block a user