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

Modified Files:
        CHANGELOG DC.xs 
Log Message:
Fix DrawText documentation

Index: DC.xs
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/DC.xs,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** DC.xs       15 Jul 2007 18:29:00 -0000      1.16
--- DC.xs       15 Jul 2007 18:37:14 -0000      1.17
***************
*** 456,460 ****
  
      
###########################################################################
!     # (@)METHOD:DrawText(STRING, LEFT, TOP, RIGHT, BOTTOM, WIDTH, HEIGHT, 
[FORMAT=DT_LEFT|DT_SINGLELINE|DT_TOP])
      # Draws formatted text in the specified rectangle. It formats the text
      # according to the specified method.
--- 456,460 ----
  
      
###########################################################################
!     # (@)METHOD:DrawText(STRING, LEFT, TOP, RIGHT, BOTTOM, 
[FORMAT=DT_LEFT|DT_SINGLELINE|DT_TOP])
      # Draws formatted text in the specified rectangle. It formats the text
      # according to the specified method.

Index: CHANGELOG
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v
retrieving revision 1.111
retrieving revision 1.112
diff -C2 -d -r1.111 -r1.112
*** CHANGELOG   15 Jul 2007 18:29:00 -0000      1.111
--- CHANGELOG   15 Jul 2007 18:37:14 -0000      1.112
***************
*** 13,16 ****
--- 13,17 ----
      - DC.xs - Fix Polygon(), PolyBezier(), PolyBezierTo(), PolyLine(),
        PolyLineTo(). [George]
+     - DC.xs - Fix DrawText() documentation
  
  + [Robert May] : 20 January 2007 - Restore Original WndProc


Reply via email to