Update all displayed values
(self, grid)
| 76 | |
| 77 | |
| 78 | def UpdateValues(self, grid): |
| 79 | """Update all displayed values""" |
| 80 | # This sends an event to the grid table to update all of the values |
| 81 | msg = Grid.GridTableMessage(self, Grid.GRIDTABLE_REQUEST_VIEW_GET_VALUES) |
| 82 | grid.ProcessTableMessage(msg) |
| 83 | |
| 84 | def _updateColAttrs(self, grid): |
| 85 | """ |