Suggested value for return value. Determined by SHIFT or CONTROL
key states.
- @returns The desired operation or wxDragNone. This is used for optical
+ @return The desired operation or wxDragNone. This is used for optical
feedback from the side of the drop source, typically in form
of changing the icon.
*/
@param y
The y coordinate of the mouse.
- @returns @true to accept the data, or @false to veto the operation.
+ @return @true to accept the data, or @false to veto the operation.
*/
virtual bool OnDrop(wxCoord x, wxCoord y);
Suggested default for return value. Determined by SHIFT or CONTROL
key states.
- @returns The desired operation or wxDragNone. This is used for optical
+ @return The desired operation or wxDragNone. This is used for optical
feedback from the side of the drop source, typically in form
of changing the icon.
*/
(which includes the previous flag), this is even the default
operation.
- @returns The operation requested by the user, may be ::wxDragCopy,
+ @return The operation requested by the user, may be ::wxDragCopy,
::wxDragMove, ::wxDragLink, ::wxDragCancel or ::wxDragNone if
an error occurred.
*/
@param scrolling
@true if the window is scrolling. MSW only.
- @returns @false if you want default feedback, or @true if you implement
+ @return @false if you want default feedback, or @true if you implement
your own feedback. The return values is ignored under GTK.
*/
virtual bool GiveFeedback(wxDragResult effect);
This macro should be used with wxDropSource::wxDropSource().
- @returns wxCursor on MSW, otherwise returns a wxIcon
+ @return wxCursor on MSW, otherwise returns a wxIcon
@header{wx/dnd.h}
*/