add a numeric column test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -345,6 +345,11 @@ GridFrame::GridFrame()
|
|||||||
grid->SetCellValue(1, 7, _T("1415"));
|
grid->SetCellValue(1, 7, _T("1415"));
|
||||||
grid->SetCellValue(2, 7, _T("12345.67890"));
|
grid->SetCellValue(2, 7, _T("12345.67890"));
|
||||||
|
|
||||||
|
grid->SetColFormatNumber(8);
|
||||||
|
grid->SetCellValue(0, 8, "17");
|
||||||
|
grid->SetCellValue(1, 8, "0");
|
||||||
|
grid->SetCellValue(2, 8, "-666");
|
||||||
|
|
||||||
const wxString choices[] =
|
const wxString choices[] =
|
||||||
{
|
{
|
||||||
_T("Please select a choice"),
|
_T("Please select a choice"),
|
||||||
|
Reference in New Issue
Block a user