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