]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/dragimag.h
several g++ 4 warning fixes
[wxWidgets.git] / interface / dragimag.h
index 695c393a1019c56289c0d54311eb24be1fab4d8a..5b2dd488cc31fc2431e2ee2fa2fcbc77079d7e86 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        dragimag.h
-// Purpose:     documentation for wxDragImage class
+// Purpose:     interface of wxDragImage
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -54,7 +54,7 @@ public:
         for
         wxGenericDragImage, and can be used when the application
         supplies DoDrawImage() and GetImageRect().
-        
+
         @param image
             Icon or bitmap to be used as the drag image. The bitmap can
             have a mask.
@@ -93,7 +93,7 @@ public:
         and Move() to show the image on the screen.
         Call EndDrag() when the drag has finished.
         Note that this call automatically calls CaptureMouse.
-        
+
         @param hotspot
             The location of the drag position relative to the upper-left corner
             of the image.
@@ -195,3 +195,4 @@ public:
                                  const wxRect& sourceRect,
                                  const wxRect& destRect) const;
 };
+