]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/droptrgt.tex
Documented new constructor and overloaded Create methods.
[wxWidgets.git] / docs / latex / wx / droptrgt.tex
index d601fb6242939cd96d4c4dbc5a5401364a01b057..413dae6f1b1796d115e46d362680fdc4711910fd 100644 (file)
@@ -11,7 +11,7 @@ the whole window area, but only a small portion of it. The normal sequence of ca
 \helpref{OnEnter}{wxdroptargetonenter}, possibly many times \helpref{OnDragOver}{wxdroptargetondragover},
 \helpref{OnDrop}{wxdroptargetondrop} and finally \helpref{OnData}{wxdroptargetondata}.
 
 \helpref{OnEnter}{wxdroptargetonenter}, possibly many times \helpref{OnDragOver}{wxdroptargetondragover},
 \helpref{OnDrop}{wxdroptargetondrop} and finally \helpref{OnData}{wxdroptargetondata}.
 
-See \helpref{Drag'n'Drop overview}{wxdndoverview} and \helpref{wxDataObject overview}{wxdataobjectoverview}
+See \helpref{Drag and drop overview}{wxdndoverview} and \helpref{wxDataObject overview}{wxdataobjectoverview}
 for more information.
 
 \wxheading{Derived from}
 for more information.
 
 \wxheading{Derived from}
@@ -26,7 +26,7 @@ None
 
 \index{wxDragResult}wxDragResult is defined as follows:
 
 
 \index{wxDragResult}wxDragResult is defined as follows:
 
-{\small\begin{verbatim}
+\begin{verbatim}
 enum wxDragResult
 {
     wxDragError,    // error prevented the d&d operation from completing
 enum wxDragResult
 {
     wxDragError,    // error prevented the d&d operation from completing
@@ -36,7 +36,6 @@ enum wxDragResult
     wxDragCancel    // the operation was cancelled by user (not an error)
 };
 \end{verbatim}
     wxDragCancel    // the operation was cancelled by user (not an error)
 };
 \end{verbatim}
-}
 
 \wxheading{See also}
 
 
 \wxheading{See also}
 
@@ -71,7 +70,7 @@ calling its \helpref{wxDataObject::SetData}{wxdataobjectsetdata} method.
 
 \func{virtual wxDragResult}{OnData}{\param{wxCoord}{ x}, \param{wxCoord}{ y}, \param{wxDragResult}{ def}}
 
 
 \func{virtual wxDragResult}{OnData}{\param{wxCoord}{ x}, \param{wxCoord}{ y}, \param{wxDragResult}{ def}}
 
-Called after \helpref{OnDrop}{wxdroptargetondrop} returns TRUE. By default this
+Called after \helpref{OnDrop}{wxdroptargetondrop} returns true. By default this
 will usually \helpref{GetData}{wxdroptargetgetdata} and will return the suggested
 default value {\it def}.
 
 will usually \helpref{GetData}{wxdroptargetgetdata} and will return the suggested
 default value {\it def}.
 
@@ -79,7 +78,7 @@ default value {\it def}.
 
 \func{virtual bool}{OnDrop}{\param{wxCoord }{x}, \param{wxCoord }{y}}
 
 
 \func{virtual bool}{OnDrop}{\param{wxCoord }{x}, \param{wxCoord }{y}}
 
-Called when the user drops a data object on the target. Return FALSE to veto the operation.
+Called when the user drops a data object on the target. Return false to veto the operation.
 
 \wxheading{Parameters}
 
 
 \wxheading{Parameters}
 
@@ -89,7 +88,7 @@ Called when the user drops a data object on the target. Return FALSE to veto the
 
 \wxheading{Return value}
 
 
 \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.
 
 \membersection{wxDropTarget::OnEnter}\label{wxdroptargetonenter}
 
 
 \membersection{wxDropTarget::OnEnter}\label{wxdroptargetonenter}