Return a list of all existing image names.
(self)
| 2118 | # Image related commands |
| 2119 | |
| 2120 | def image_names(self): |
| 2121 | """Return a list of all existing image names.""" |
| 2122 | return self.tk.splitlist(self.tk.call('image', 'names')) |
| 2123 | |
| 2124 | def image_types(self): |
| 2125 | """Return a list of all available image types (e.g. photo bitmap).""" |