MCPcopy Create free account
hub / github.com/Akascape/CTkTable / manipulate_data

Method manipulate_data

CTkTable/ctktable.py:304–308  ·  view source on GitHub ↗

entry callback

(self, row, column)

Source from the content-addressed store, hash-verified

302 self.frame[x,y].configure(background_corner_colors=color, fg_color=fg))
303
304 def manipulate_data(self, row, column):
305 """ entry callback """
306 self.update_data()
307 data = self.data[row,column]
308 if self.command: self.command(data)
309
310 def update_data(self):
311 """ update the data when values are changes """

Callers 1

draw_tableMethod · 0.95

Calls 1

update_dataMethod · 0.95

Tested by

no test coverage detected