]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/prvtdrpt.tex
* wxStream doc updates
[wxWidgets.git] / docs / latex / wx / prvtdrpt.tex
1 \section{\class{wxPrivateDropTarget}}\label{wxprivatedroptarget}
2
3 wxPrivateDropTarget is for...
4
5 \wxheading{Derived from}
6
7 \helpref{wxDropTarget}{wxdroptarget}
8
9 \wxheading{See also}
10
11 \helpref{wxDropTarget}{wxdroptarget}
12
13 \latexignore{\rtfignore{\wxheading{Members}}}
14
15 \membersection{wxPrivateDropTarget::wxPrivateDropTarget}\label{wxprivatedroptargetwxprivatedroptarget}
16
17 \func{}{wxPrivateDropTarget}{\void}
18
19 \membersection{wxPrivateDropTarget::SetId}\label{wxprivatedroptargetsetid}
20
21 \func{void}{SetId}{\param{const wxString\& }{id}}
22
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".
27
28 \membersection{wxPrivateDropTarget::GetId}\label{wxprivatedroptargetgetid}
29
30 \constfunc{virtual wxString}{GetId}{\void}
31