]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/GridSimple.py
Other odds and ends...
[wxWidgets.git] / wxPython / demo / GridSimple.py
index bafd643cf296e6e87c08f03802fae8cf6fbef911..a45d1841c639a263238815e6f12f0b1b0fc06543 100644 (file)
@@ -37,6 +37,8 @@ class SimpleGrid(wxGrid):
         self.SetColLabelValue(1, "column")
         self.SetColLabelValue(2, "labels")
 
+        self.SetColLabelAlignment(wxALIGN_LEFT, wxALIGN_BOTTOM)
+
         # test all the events
         EVT_GRID_CELL_LEFT_CLICK(self, self.OnCellLeftClick)
         EVT_GRID_CELL_RIGHT_CLICK(self, self.OnCellRightClick)