Display a transparent image.
(self)
| 4150 | Image.__init__(self, 'photo', name, cnf, master, **kw) |
| 4151 | |
| 4152 | def blank(self): |
| 4153 | """Display a transparent image.""" |
| 4154 | self.tk.call(self.name, 'blank') |
| 4155 | |
| 4156 | def cget(self, option): |
| 4157 | """Return the value of OPTION.""" |