Provides a global cache for PhotoImages displayed in the
application. Singleton Pattern
Methods
|
|
AddImage
__getitem__
__init__
|
|
AddImage
|
AddImage (
self,
relURL,
imageData,
)
|
|
__getitem__
|
__getitem__ ( self, relURL )
Given a relative URL to an image file return the
corresponding PhotoImage.
|
|
__init__
|
__init__ ( self )
|
|