pyviblib.gui.images
index
/usr/lib/python2.4/site-packages/pyviblib/gui/images.py

Module for storing image resources of PyVib2.
 
The following function is exported :
    getimage()  -- retrieve an image

 
Functions
       
getimage(name)
Retrieve an image.
 
Positional arguments :
name -- string name identifying the image
        
The return value is Tkinter.PhotoImage.
None is returned if the image was not found.

 
Data
        __all__ = ['getimage']
__author__ = 'Maxim Fedorovsky'
__images__ = None

 
Author
        Maxim Fedorovsky