1 \section{\class{wxPrivateDropTarget
}}\label{wxprivatedroptarget
}
3 wxPrivateDropTarget is for...
5 \wxheading{Derived from
}
7 \helpref{wxDropTarget
}{wxdroptarget
}
11 \helpref{wxDropTarget
}{wxdroptarget
}
13 \latexignore{\rtfignore{\wxheading{Members
}}}
15 \membersection{wxPrivateDropTarget::wxPrivateDropTarget
}\label{wxprivatedroptargetwxprivatedroptarget
}
17 \func{}{wxPrivateDropTarget
}{\void}
19 \membersection{wxPrivateDropTarget::SetId
}\label{wxprivatedroptargetsetid
}
21 \func{void
}{SetId
}{\param{const wxString\&
}{id
}}
23 Yu have to override OnDrop to get at the data.
24 The string ID identifies the format of clipboard or DnD data. A word
25 rocessor would e.g. add a wxTextDataObject and a wxPrivateDataObject
26 to the clipboard - the latter with the Id "WXWORD
\_FORMAT".
28 \membersection{wxPrivateDropTarget::GetId
}\label{wxprivatedroptargetgetid
}
30 \constfunc{virtual wxString
}{GetId
}{\void}