X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..bf956fac0e89eab569c41a9f121e728958767de7:/interface/dragimag.h diff --git a/interface/dragimag.h b/interface/dragimag.h index 695c393a10..5b2dd488cc 100644 --- a/interface/dragimag.h +++ b/interface/dragimag.h @@ -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; }; +