git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18574
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
/*
* File: grid.cpp
* Purpose: wxGrid test
/*
* File: grid.cpp
* Purpose: wxGrid test
+
+ PLEASE NOTE: this sample is deprecated. See
+ newgrid for a sample based on the newer wxGrid API.
+
* Author: Julian Smart
* Created: 1995
* Updated:
* Author: Julian Smart
* Created: 1995
* Updated:
// Show the frame
frame->Show(TRUE);
// Show the frame
frame->Show(TRUE);
+ wxMessageBox(wxT("Please note: this is an obsolete sample using the old wxGrid API.\nPlease compile newgrid instead."), wxT("wxGrid"), wxICON_INFORMATION|wxOK, frame);
+
SetTopWindow(frame);
return TRUE;
}
SetTopWindow(frame);
return TRUE;
}
else
grid->SetDividerPen(wxNullPen);
else
grid->SetDividerPen(wxNullPen);
}
void MyFrame::LeftCell(wxCommandEvent& WXUNUSED(event))
}
void MyFrame::LeftCell(wxCommandEvent& WXUNUSED(event))