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

Base class for images. More...

Inheritance diagram for Tkinter.Image:
Tkinter.BitmapImage Tkinter.PhotoImage

Methods defined here:

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

Detailed Description

Base class for images.

Constructor & Destructor Documentation

def Tkinter.Image.__del__ (   args)
 __del__(args)

Reimplemented in Tkinter.PhotoImage, and Tkinter.BitmapImage.

def Tkinter.Image.__init__ (   args)
 __init__(args)

Reimplemented in Tkinter.PhotoImage, and Tkinter.BitmapImage.

Member Function Documentation

def Tkinter.Image.__getitem__ (   args)
 __getitem__(args)

Reimplemented in Tkinter.PhotoImage, and Tkinter.BitmapImage.

def Tkinter.Image.__setitem__ (   args)
 __setitem__(args)

Reimplemented in Tkinter.PhotoImage, and Tkinter.BitmapImage.

def Tkinter.Image.__str__ (   args)
 __str__(args)

Reimplemented in Tkinter.PhotoImage, and Tkinter.BitmapImage.

def Tkinter.Image.configure (   args)
 config = configure(args)

Reimplemented in Tkinter.PhotoImage, Tkinter.PhotoImage, Tkinter.BitmapImage, and Tkinter.BitmapImage.

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

Reimplemented in Tkinter.PhotoImage, Tkinter.PhotoImage, Tkinter.BitmapImage, and Tkinter.BitmapImage.

def Tkinter.Image.height (   args)
 Return the height of the image.

Reimplemented in Tkinter.PhotoImage, and Tkinter.BitmapImage.

def Tkinter.Image.type (   args)
 Return the type of the imgage, e.g. "photo" or "bitmap".

Reimplemented in Tkinter.PhotoImage, and Tkinter.BitmapImage.

def Tkinter.Image.width (   args)
 Return the width of the image.

Reimplemented in Tkinter.PhotoImage, and Tkinter.BitmapImage.