1
0
mirror of https://github.com/gryf/wmdocklib.git synced 2025-12-18 12:00:20 +01:00

adding a new program. it's a very simple clone of wmPhoto, with almost none

of its functionality.  all this program does is show a picture in the tile.
only useful to show how easy it is to use the wmdocklib library.
This commit is contained in:
mfrasca
2006-10-27 11:52:22 +00:00
parent 6ba02aff6f
commit 8e926c53f1
3 changed files with 128 additions and 26 deletions

View File

@@ -29,6 +29,7 @@ setup(name="pywmdockapps",
'examples/pywmhdmon.py',
'examples/pywmseti.py',
'examples/pywmsysmon.py',
'examples/pywmPhoto.py',
'examples/pywmgeneric.py'],
package_data={'wmdocklib': ['*.xpm']},
ext_modules = [module1])