]> git.saurik.com Git - wxWidgets.git/commitdiff
Documentation for wxClipboard::Flush
authorMattia Barbon <mbarbon@cpan.org>
Sun, 5 May 2002 19:27:07 +0000 (19:27 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 5 May 2002 19:27:07 +0000 (19:27 +0000)
Added \label in window.tex

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/clipbrd.tex
docs/latex/wx/window.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}}
index b08f7f0363ae0417be2ae0b1b819db2e26786313..6d1493ba39d2059318d82788f556e912f85c0956 100644 (file)
@@ -1725,7 +1725,7 @@ functions so should not be required by the application programmer.
 
 \docparam{child}{Child window to remove.}
 
-\membersection{wxWindow::RemoveEventHandler}{wxwindowremoveeventhandler}
+\membersection{wxWindow::RemoveEventHandler}\label{wxwindowremoveeventhandler}
 
 \func{bool}{RemoveEventHandler}{\param{wxEvtHandler *}{handler}}