X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40219523042f7ab93c05b76ea6cf789ce4e60b07..0532a2588121690115f4629cdcbc41d2049e50c0:/docs/latex/wx/clipbrd.tex diff --git a/docs/latex/wx/clipbrd.tex b/docs/latex/wx/clipbrd.tex index 9b9825c01a..f7799f706a 100644 --- a/docs/latex/wx/clipbrd.tex +++ b/docs/latex/wx/clipbrd.tex @@ -90,6 +90,15 @@ Clears the global clipboard object and the system's clipboard if possible. Call this function to close the clipboard, having opened it with \helpref{wxClipboard::Open}{wxclipboardopen}. +\membersection{wxClipboard::Flush}\label{wxclipboardflush} + +\func{bool}{Flush}{\void} + +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. + \membersection{wxClipboard::GetData}\label{wxclipboardgetdata} \func{bool}{GetData}{\param{wxDataObject\&}{ data}}