]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/GridSimple.py
no changes, testing cvs logging
[wxWidgets.git] / wxPython / demo / GridSimple.py
index 5f23c26dc8f55e845dc7fd192fe4b2b2a364d611..f816e7a3f4c0b5abee65f12e685bc1ee2985fed5 100644 (file)
@@ -30,6 +30,9 @@ class SimpleGrid(wxGrid):
         # you can set cell attributes for the whole row (or column)
         self.SetRowAttr(5, attr)
 
+        self.SetColLabelValue(0, "Custom")
+        self.SetColLabelValue(1, "column")
+        self.SetColLabelValue(2, "labels")
 
         # test all the events
         EVT_GRID_CELL_LEFT_CLICK(self, self.OnCellLeftClick)