Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8132/Win32-GUI-Constants
Modified Files:
Constants.PL
Log Message:
Add -wantreturn option for Textfields and RichEdit; Add Animate() window method
Index: Constants.PL
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants/Constants.PL,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Constants.PL 11 Jun 2006 21:00:15 -0000 1.4
--- Constants.PL 23 Jun 2006 23:08:07 -0000 1.5
***************
*** 348,351 ****
--- 348,362 ----
ACS_TIMER 0x0008
+ # AnimateWindow constants
+ AW_HOR_POSITIVE 0x00000001
+ AW_HOR_NEGATIVE 0x00000002
+ AW_VER_POSITIVE 0x00000004
+ AW_VER_NEGATIVE 0x00000008
+ AW_CENTER 0x00000010
+ AW_HIDE 0x00010000
+ AW_ACTIVATE 0x00020000
+ AW_SLIDE 0x00040000
+ AW_BLEND 0x00080000
+
# 3D border styles and flags
BDR_RAISEDOUTER 0x0001
|