(self,x,y)
| 114 | tag =self._ALL, arrow = 'last') |
| 115 | |
| 116 | def paintcircle(self,x,y): |
| 117 | ss = self.circlesize / 2.0 |
| 118 | mybbox = [-ss+x,-ss+y,ss+x,ss+y] |
| 119 | sco = self.canvas.create_oval |
| 120 | sco(apply(self.T.twopoints,mybbox), fill = self.circlecolor, |
| 121 | tag =self._ALL) |
| 122 | |
| 123 | def poll(self): |
| 124 | self.configure() |