]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/clipbrd.tex
Added missing rejigged IPC Latex files
[wxWidgets.git] / docs / latex / wx / clipbrd.tex
index 9b9825c01aa078658787827b6071f7c66026e38c..f7799f706ace39c36fa9db9e71f94cd18a945d1c 100644 (file)
@@ -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}}