Module Tkinter :: Class BitmapImage
[hide private]
[frames] | no frames]

_ClassType BitmapImage

Image --+
        |
       BitmapImage

Widget which can display a bitmap.

Instance Methods [hide private]
 
__init__(self, name=None, cnf={}, master=None, **kw)
Create a bitmap with NAME.

Inherited from Image: __del__, __getitem__, __setitem__, __str__, config, configure, height, type, width

Class Variables [hide private]

Inherited from Image (private): _last_id

Method Details [hide private]

__init__(self, name=None, cnf={}, master=None, **kw)
(Constructor)

 

Create a bitmap with NAME.

Valid resource names: background, data, file, foreground, maskdata, maskfile.

Overrides: Image.__init__