Display a transparent image.
(self)
| 4412 | Image.__init__(self, 'photo', name, cnf, master, **kw) |
| 4413 | |
| 4414 | def blank(self): |
| 4415 | """Display a transparent image.""" |
| 4416 | self.tk.call(self.name, 'blank') |
| 4417 | |
| 4418 | def cget(self, option): |
| 4419 | """Return the value of OPTION.""" |