DnD feedback
keyx down and key up. listbox bug added bitmap to wxBitmapDataObject constructor corrected spelling of "Suiss bank account" git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -38,7 +38,7 @@ enum wxDragResult
|
||||
Default/wxGTK-specific constructor. If you use the default constructor you must
|
||||
call \helpref{wxDropSource::SetData}{wxdropsourcesetdata} later.
|
||||
|
||||
{\it win} is only used by wxGTK. TODO: in what circumstances?
|
||||
{\it win} is required by wxGTK and therefore should always be set.
|
||||
|
||||
\func{}{wxDropSource}{\param{wxDataObject }{\&data}, \param{wxWindow }{*win = NULL}}
|
||||
|
||||
@@ -64,7 +64,8 @@ Sets the data \helpref{data object}{wxdataobject} associated with the drop sourc
|
||||
|
||||
Do it (call this in response to a mouse button press, for example).
|
||||
|
||||
If {\bf bAllowMove} is FALSE, data can only be copied.
|
||||
If {\bf bAllowMove} is FALSE, data can only be copied. Under GTK, data
|
||||
is always copied.
|
||||
|
||||
\membersection{wxDropSource::GiveFeedback}\label{wxdropsourcegivefeedback}
|
||||
|
||||
@@ -76,9 +77,9 @@ slow.
|
||||
|
||||
\wxheading{Parameters}
|
||||
|
||||
\docparam{effect}{The effect to implement. One of wxDragCopy, wxDragMove.}
|
||||
\docparam{effect}{The effect to implement. One of wxDragCopy, wxDragMove. MSW only. }
|
||||
|
||||
\docparam{bScrolling}{TRUE if the window is scrolling.}
|
||||
\docparam{bScrolling}{TRUE if the window is scrolling. MSW only. }
|
||||
|
||||
\wxheading{Return value}
|
||||
|
||||
|
Reference in New Issue
Block a user