From ff43029e01b63f71a001fd0b5501d11780f8cd7d Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 10 Apr 2001 13:46:39 +0000 Subject: [PATCH] Removed misleading text from wxDragImage doc git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/dragimag.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/latex/wx/dragimag.tex b/docs/latex/wx/dragimag.tex index 171de387a4..948a6a0478 100644 --- a/docs/latex/wx/dragimag.tex +++ b/docs/latex/wx/dragimag.tex @@ -46,19 +46,19 @@ Please see {\tt samples/dragimag} for an example. Default constructor. \func{}{wxDragImage}{\param{const wxBitmap\& }{image}, \param{const wxCursor\& }{cursor = wxNullCursor}, - \param{const wxPoint& }{hotspot = wxPoint(0, 0)}} + \param{const wxPoint& }{cursorHotspot = wxPoint(0, 0)}} Constructs a drag image from a bitmap and optional cursor. \func{}{wxDragImage}{\param{const wxIcon\& }{image}, \param{const wxCursor\& }{cursor = wxNullCursor}, - \param{const wxPoint& }{hotspot = wxPoint(0, 0)}} + \param{const wxPoint& }{cursorHotspot = wxPoint(0, 0)}} Constructs a drag image from an icon and optional cursor. \pythonnote{This constructor is called wxDragIcon in wxPython.} \func{}{wxDragImage}{\param{const wxString\& }{text}, \param{const wxCursor\& }{cursor = wxNullCursor}, - \param{const wxPoint& }{hotspot = wxPoint(0, 0)}} + \param{const wxPoint& }{cursorHotspot = wxPoint(0, 0)}} Constructs a drag image from a text string and optional cursor. @@ -77,7 +77,7 @@ Constructs a drag image from the text in the given tree control item, and option \pythonnote{This constructor is called wxDragListItem in wxPython.} \func{}{wxDragImage}{\param{const wxCursor\& }{cursor = wxNullCursor}, - \param{const wxPoint& }{hotspot = wxPoint(0, 0)}} + \param{const wxPoint& }{cursorHotspot = wxPoint(0, 0)}} Constructs a drag image an optional cursor. This constructor is only available for wxGenericDragImage, and can be used when the application @@ -92,7 +92,7 @@ have a mask.} \docparam{cursor}{Optional cursor to combine with the image.} -\docparam{hotspot}{Position of the hotspot within the new image.} +\docparam{hotspot}{Optional position of the hotspot in the given cursor. This parameter is deprecated.} \docparam{treeCtrl}{Tree control for constructing a tree drag image.} -- 2.47.2