removed not existing GiveFeedback() parameter

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2004-08-06 18:28:19 +00:00
parent 887a1bd93e
commit d0247e6729

View File

@ -96,7 +96,7 @@ wxDragMove}, {\tt wxDragCancel} or {\tt wxDragNone} if an error occured.
\membersection{wxDropSource::GiveFeedback}\label{wxdropsourcegivefeedback} \membersection{wxDropSource::GiveFeedback}\label{wxdropsourcegivefeedback}
\func{virtual bool}{GiveFeedback}{\param{wxDragResult }{effect}, \param{bool }{scrolling}} \func{virtual bool}{GiveFeedback}{\param{wxDragResult }{effect}}
Overridable: you may give some custom UI feedback during the drag and drop operation Overridable: you may give some custom UI feedback during the drag and drop operation
in this function. It is called on each mouse move, so your implementation must not be too in this function. It is called on each mouse move, so your implementation must not be too