Widget which can display a bitmap.
More...
Additional Inherited Members |
Detailed Description
Widget which can display a bitmap.
Constructor & Destructor Documentation
def Tkinter.BitmapImage.__init__ |
( |
|
args | ) |
|
Create a bitmap with NAME.
Valid resource names: background, data, file, foreground, maskdata, maskfile.
Reimplemented from Tkinter.Image.
def Tkinter.BitmapImage.__del__ |
( |
|
args | ) |
|
Member Function Documentation
def Tkinter.BitmapImage.__getitem__ |
( |
|
args | ) |
|
def Tkinter.BitmapImage.__setitem__ |
( |
|
args | ) |
|
def Tkinter.BitmapImage.__str__ |
( |
|
args | ) |
|
def Tkinter.BitmapImage.configure |
( |
|
args | ) |
|
def Tkinter.BitmapImage.configure |
( |
|
args | ) |
|
def Tkinter.BitmapImage.height |
( |
|
args | ) |
|
Return the height of the image.
Reimplemented from Tkinter.Image.
def Tkinter.BitmapImage.type |
( |
|
args | ) |
|
Return the type of the imgage, e.g. "photo" or "bitmap".
Reimplemented from Tkinter.Image.
def Tkinter.BitmapImage.width |
( |
|
args | ) |
|