]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/latex/wx/prvtdrpt.tex
Some warnings removed.
[wxWidgets.git] / docs / latex / wx / prvtdrpt.tex
... / ...
CommitLineData
1\section{\class{wxPrivateDropTarget}}\label{wxprivatedroptarget}
2
3wxPrivateDropTarget 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
23Yu have to override OnDrop to get at the data.
24The string ID identifies the format of clipboard or DnD data. A word
25rocessor would e.g. add a wxTextDataObject and a wxPrivateDataObject
26to the clipboard - the latter with the Id "WXWORD\_FORMAT".
27
28\membersection{wxPrivateDropTarget::GetId}\label{wxprivatedroptargetgetid}
29
30\constfunc{virtual wxString}{GetId}{\void}
31