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

Method on_idle

imagepy/ui/plotwindow.py:56–59  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

54 def handle_move(self, x, y):pass
55
56 def on_idle(self, event):
57 if self.dirty == True:
58 self.draw()
59 self.dirty = False
60
61 def set_title_label(self, title, labelx, labely):
62 self.title, self.labelx, self.labely = title, labelx, labely

Callers

nothing calls this directly

Calls 1

drawMethod · 0.95

Tested by

no test coverage detected