X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc2171bd4c660b8554dae2a1cbf34ff09f3032a6..c00fed0ef4d70c9b45d9b8405f636d30eadb7ea6:/docs/latex/wx/clipbrd.tex diff --git a/docs/latex/wx/clipbrd.tex b/docs/latex/wx/clipbrd.tex index 9a9588f97b..a216479e01 100644 --- a/docs/latex/wx/clipbrd.tex +++ b/docs/latex/wx/clipbrd.tex @@ -52,13 +52,13 @@ For example: \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxClipboard::wxClipboard} +\membersection{wxClipboard::wxClipboard}\label{wxclipboardctor} \func{}{wxClipboard}{\void} Constructor. -\membersection{wxClipboard::\destruct{wxClipboard}} +\membersection{wxClipboard::\destruct{wxClipboard}}\label{wxclipboarddtor} \func{}{\destruct{wxClipboard}}{\void} @@ -97,7 +97,7 @@ Call this function to close the clipboard, having opened it with \helpref{wxClip Flushes the clipboard: this means that the data which is currently on clipboard will stay available even after the application exits (possibly eating memory), otherwise the clipboard will be emptied on exit. -Returns false if the operation is unsuccesful for any reason. +Returns false if the operation is unsuccessful for any reason. \membersection{wxClipboard::GetData}\label{wxclipboardgetdata} @@ -116,7 +116,7 @@ Returns true if the clipboard has been opened. \func{bool}{IsSupported}{\param{const wxDataFormat\&}{ format}} -Returns true if the format of the given data object is available on the clipboard. +Returns true if there is data which matches the data format of the given data object currently {\bf available} (IsSupported sounds like a misnomer, FIXME: better deprecate this name?) on the clipboard. \membersection{wxClipboard::Open}\label{wxclipboardopen}