Added the beginning of the gtk imshow plugin. And added the generic window manager.

This commit is contained in:
sccolbert
2009-11-02 17:23:41 +01:00
parent ebe36d94d4
commit fdea274262
7 changed files with 9636 additions and 10246 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ import warnings
plugin_store = {'read': [],
'save': [],
'show': []}
'show': [],
'appshow': []}
def register(name, **kwds):
"""Register an image I/O plugin.