ImageWin
index
/Library/Python/2.7/site-packages/PIL/ImageWin.py

# The Python Imaging Library.
# $Id$
#
# a Windows DIB display interface
#
# History:
# 1996-05-20 fl   Created
# 1996-09-20 fl   Fixed subregion exposure
# 1997-09-21 fl   Added draw primitive (for tzPrint)
# 2003-05-21 fl   Added experimental Window/ImageWindow classes
# 2003-09-05 fl   Added fromstring/tostring methods
#
# Copyright (c) Secret Labs AB 1997-2003.
# Copyright (c) Fredrik Lundh 1996-2003.
#
# See the README file for information on usage and redistribution.
#

 
Modules
       
Image

 
Classes
       
Dib
HDC
HWND
Window
ImageWindow

 
class Dib
     Methods defined here:
__init__(self, image, size=None)
draw(self, handle, dst, src=None)
expose(self, handle)
fromstring(self, buffer)
paste(self, im, box=None)
query_palette(self, handle)
tostring(self)

 
class HDC
     Methods defined here:
__init__(self, dc)
__int__(self)

 
class HWND
     Methods defined here:
__init__(self, wnd)
__int__(self)

 
class ImageWindow(Window)
     Methods defined here:
__init__(self, image, title='PIL')
ui_handle_repair(self, dc, x0, y0, x1, y1)

Methods inherited from Window:
mainloop(self)
ui_handle_clear(self, dc, x0, y0, x1, y1)
ui_handle_damage(self, x0, y0, x1, y1)
ui_handle_destroy(self)
ui_handle_resize(self, width, height)

 
class Window
     Methods defined here:
__init__(self, title='PIL', width=None, height=None)
mainloop(self)
ui_handle_clear(self, dc, x0, y0, x1, y1)
ui_handle_damage(self, x0, y0, x1, y1)
ui_handle_destroy(self)
ui_handle_repair(self, dc, x0, y0, x1, y1)
ui_handle_resize(self, width, height)