projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
corrections to dynamic loading for Darwin
[wxWidgets.git]
/
wxPython
/
demo
/
GridHugeTable.py
diff --git
a/wxPython/demo/GridHugeTable.py
b/wxPython/demo/GridHugeTable.py
index 69e3aed48b4447484db2bb4a8e46729e430a2f61..6c450ec5d7bbdf618e4adc6423d4993436eaa5e9 100644
(file)
--- a/
wxPython/demo/GridHugeTable.py
+++ b/
wxPython/demo/GridHugeTable.py
@@
-56,7
+56,7
@@
class TestFrame(wxFrame):
wxFrame.__init__(self, parent, -1, "Huge (virtual) Table Demo", size=(640,480))
grid = HugeTableGrid(self, log)
-
+ grid.SetReadOnly(5,5, true)
#---------------------------------------------------------------------------