Update of /cvsroot/pywin32/pywin32/win32/Demos
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26472/Demos
Modified Files:
win32gui_dialog.py
Log Message:
Add a comment about the new win32gui_struct module
Index: win32gui_dialog.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/win32/Demos/win32gui_dialog.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** win32gui_dialog.py 3 Feb 2003 00:30:29 -0000 1.2
--- win32gui_dialog.py 9 Apr 2004 11:12:41 -0000 1.3
***************
*** 82,85 ****
--- 82,87 ----
+ # NOTE: See the win32gui_struct module for an alternative way of dealing
+ # with these structures
class LVITEM(_WIN32MASKEDSTRUCT):
_struct_items_ = [
|