X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..c222be41e7169ab0c60f94ab250170f556339ce5:/docs/latex/wx/txtdrptg.tex diff --git a/docs/latex/wx/txtdrptg.tex b/docs/latex/wx/txtdrptg.tex index 85549e31c1..c0c19c53df 100644 --- a/docs/latex/wx/txtdrptg.tex +++ b/docs/latex/wx/txtdrptg.tex @@ -23,20 +23,6 @@ A predefined drop target for dealing with text data. Constructor. -\membersection{wxTextDropTarget::GetFormatCount}\label{wxtextdroptargetgetformatcount} - -\constfunc{virtual size\_t}{GetFormatCount}{\void} - -See \helpref{wxDropTarget::GetFormatCount}{wxdroptargetgetformatcount}. This function is implemented -appropriately for text. - -\membersection{wxTextDropTarget::GetFormat}\label{wxtextdroptargetgetformat} - -\constfunc{virtual wxDataFormat}{GetFormat}{\param{size\_t }{n}} - -See \helpref{wxDropTarget::GetFormat}{wxdroptargetgetformat}. This function is implemented -appropriately for text. - \membersection{wxTextDropTarget::OnDrop}\label{wxtextdroptargetondrop} \func{virtual bool}{OnDrop}{\param{long }{x}, \param{long }{y}, \param{const void }{*data}, \param{size\_t }{size}} @@ -60,5 +46,5 @@ Override this function to receive dropped text. \wxheading{Return value} -Return TRUE to accept the data, FALSE to veto the operation. +Return true to accept the data, false to veto the operation.