Show GridCellAutoWrapStringRenderer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -72,7 +72,11 @@ class SimpleGrid(gridlib.Grid): ##, mixins.GridAutoEditMixin):
|
||||
self.SetCellEditor(0, 4, editor)
|
||||
self.SetCellValue(0, 4, "Limited text")
|
||||
|
||||
renderer = gridlib.GridCellAutoWrapStringRenderer()
|
||||
self.SetCellRenderer(15,0, renderer)
|
||||
self.SetCellValue(15,0, "The text in this cell will be rendered with word-wrapping")
|
||||
|
||||
|
||||
# test all the events
|
||||
self.Bind(gridlib.EVT_GRID_CELL_LEFT_CLICK, self.OnCellLeftClick)
|
||||
self.Bind(gridlib.EVT_GRID_CELL_RIGHT_CLICK, self.OnCellRightClick)
|
||||
|
Reference in New Issue
Block a user