X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75ce0581545a6c151484e488596ed200c2ffd93e..8fa2e6a209ab83319bbc4d652067c9123deaa335:/docs/latex/wx/clipbrd.tex diff --git a/docs/latex/wx/clipbrd.tex b/docs/latex/wx/clipbrd.tex index 25c8fe089f..dcab3d5fb1 100644 --- a/docs/latex/wx/clipbrd.tex +++ b/docs/latex/wx/clipbrd.tex @@ -40,6 +40,10 @@ For example: \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{See also} \helpref{Drag and drop overview}{wxdndoverview}, \helpref{wxDataObject}{wxdataobject} @@ -79,14 +83,14 @@ Call this function to close the clipboard, having opened it with \helpref{wxClip \membersection{wxClipboard::GetData}\label{wxclipboardgetdata} -\func{bool}{GetData}{\param{wxDataObject&}{ data}} +\func{bool}{GetData}{\param{wxDataObject\&}{ data}} Call this function to fill {\it data} with data on the clipboard, if available in the required format. Returns TRUE on success. \membersection{wxClipboard::IsSupported}\label{wxclipboardissupported} -\func{bool}{IsSupported}{\param{wxDataObject&}{ data}} +\func{bool}{IsSupported}{\param{wxDataObject\&}{ data}} Returns TRUE if the format of the given data object is available on the clipboard. @@ -102,7 +106,7 @@ should keep the clipboard open for only a very short time. Returns TRUE on success. This should be tested (as in the sample shown above). -\membersection{wxClipboard::SetData}\label{wxclipboardadddata} +\membersection{wxClipboard::SetData}\label{wxclipboardsetdata} \func{bool}{SetData}{\param{wxDataObject*}{ data}}