Scale item TAGORID with XORIGIN, YORIGIN, XSCALE, YSCALE.
(self, *args)
| 3227 | lift = tkraise = tag_raise |
| 3228 | |
| 3229 | def scale(self, *args): |
| 3230 | """Scale item TAGORID with XORIGIN, YORIGIN, XSCALE, YSCALE.""" |
| 3231 | self.tk.call((self._w, 'scale') + args) |
| 3232 | |
| 3233 | def scan_mark(self, x, y): |
| 3234 | """Remember the current X, Y coordinates.""" |