MCPcopy Create free account
hub / github.com/Image-Py/imagepy / UpdateValues

Method UpdateValues

imagepy/ui/tablewindow.py:78–82  ·  view source on GitHub ↗

Update all displayed values

(self, grid)

Source from the content-addressed store, hash-verified

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 """

Callers 1

ResetViewMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected