SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
List of all members
Tkinter.BitmapImage Class Reference

Widget which can display a bitmap. More...

Inheritance diagram for Tkinter.BitmapImage:
Tkinter.Image

Methods defined here:

def __init__

Methods inherited from Image:

def __del__
def __getitem__
def __setitem__
def __str__
def configure
def configure
def height
def type
def width

Additional Inherited Members

- Public Member Functions inherited from Tkinter.Image

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)
 __del__(args)

Reimplemented from Tkinter.Image.

Member Function Documentation

def Tkinter.BitmapImage.__getitem__ (   args)
 __getitem__(args)

Reimplemented from Tkinter.Image.

def Tkinter.BitmapImage.__setitem__ (   args)
 __setitem__(args)

Reimplemented from Tkinter.Image.

def Tkinter.BitmapImage.__str__ (   args)
 __str__(args)

Reimplemented from Tkinter.Image.

def Tkinter.BitmapImage.configure (   args)
 Configure the image.

Reimplemented from Tkinter.Image.

def Tkinter.BitmapImage.configure (   args)
 Configure the image.

Reimplemented from Tkinter.Image.

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)
 Return the width of the image.

Reimplemented from Tkinter.Image.