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:
@@ -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}}
|
||||
|
@@ -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}}
|
||||
|
Reference in New Issue
Block a user