Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11953/Win32-GUI-Constants

Modified Files:
        Constants.PL 
Log Message:
keyboard navigation for win32-gui-demos

Index: Constants.PL
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants/Constants.PL,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Constants.PL        3 Aug 2006 22:19:21 -0000       1.6
--- Constants.PL        15 Oct 2006 12:09:27 -0000      1.7
***************
*** 684,687 ****
--- 684,700 ----
  DFCS_MONO                      0x8000      
  
+ # WM_GETDLGCODE message return values
+ DLGC_WANTARROWS                1
+ DLGC_WANTTAB                   2
+ DLGC_WANTALLKEYS               4
+ DLGC_WANTMESSAGE               4
+ DLGC_HASSETSEL                 8
+ DLGC_DEFPUSHBUTTON             16
+ DLGC_UNDEFPUSHBUTTON           32
+ DLGC_RADIOBUTTON               64
+ DLGC_WANTCHARS                 128
+ DLGC_STATIC                    256
+ DLGC_BUTTON                    0x2000
+ 
  # Dialog styles
  DS_ABSALIGN                    0x01        


Reply via email to