]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/dragimag.h
other misc fixes
[wxWidgets.git] / interface / dragimag.h
index 56cc00496065fb89460f58e5f9edefcfcac544c2..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.
@@ -148,7 +148,7 @@ public:
         (together with
         wxDragImage::DoDrawImage) to provide a virtual drawing capability.
     */
-    virtual wxRect GetImageRect(const wxPoint& pos);
+    virtual wxRect GetImageRect(const wxPoint& pos) const;
 
     /**
         Hides the image. You may wish to call this before updating the window
@@ -193,5 +193,6 @@ public:
     */
     bool UpdateBackingFromWindow(wxDC& windowDC, wxMemoryDC& destDC,
                                  const wxRect& sourceRect,
-                                 const wxRect& destRect);
+                                 const wxRect& destRect) const;
 };
+