Makefiles and .rsp file edited for demos/samples

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-01-10 16:56:55 +00:00
parent 1222db7263
commit 1cf4526de3
6 changed files with 191 additions and 205 deletions

View File

@@ -23,20 +23,6 @@
Constructor.
\membersection{wxFileDropTarget::GetFormatCount}\label{wxfiledroptargetgetformatcount}
\func{virtual size\_t}{GetFormatCount}{\void}
See \helpref{wxDropTarget::GetFormatCount}{wxdroptargetgetformatcount}. This function is implemented
appropriately for files.
\membersection{wxFileDropTarget::GetFormat}\label{wxfiledroptargetgetformat}
\constfunc{virtual wxDataFormat}{GetFormat}{\param{size\_t }{n}}
See \helpref{wxDropTarget::GetFormat}{wxdroptargetgetformat}. This function is implemented
appropriately for files.
\membersection{wxFileDropTarget::OnDrop}\label{wxfiledroptargetondrop}
\func{virtual bool}{OnDrop}{\param{long }{x}, \param{long }{y}, \param{const void }{*data}, \param{size\_t }{size}}

View File

@@ -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}}