[Wnd-commit] wnd/wnd/res/autogen icons1.py,1.1.1.1,1.2
Status: Alpha
Brought to you by:
jurner
|
From: jürgen u. <cer...@us...> - 2005-05-15 09:40:44
|
Update of /cvsroot/wnd/wnd/wnd/res/autogen In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4176 Modified Files: icons1.py Log Message: ?? Index: icons1.py =================================================================== RCS file: /cvsroot/wnd/wnd/wnd/res/autogen/icons1.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** icons1.py 29 Apr 2005 15:24:49 -0000 1.1.1.1 --- icons1.py 15 May 2005 09:40:32 -0000 1.2 *************** *** 1,10 **** ! from wnd import gdi from wnd.res import pyres from ctypes import windll comctl32= windll.comctl32 #:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ! path= r'D:\_scr_\py\Scr\wnd\res\icons\icons1.py' res= {"icons": [ --- 1,11 ---- ! import wnd from wnd import gdi from wnd.res import pyres from ctypes import windll + comctl32= windll.comctl32 #:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ! path= '%s\\icons\\icons1.py' % wnd.WND_RESPATH res= {"icons": [ *************** *** 21,24 **** --- 22,32 ---- 32, 32), + ('ico_arrowhead_right', + 'small arrow head', + gdi.IconFromFile(r'D:\download\res\icons\76.ico'), + 1, + 32, + 32), + ] } |