X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b453e1b24bfa07074b29f1599a731c0c58d731b0..22d6efa851642c6a69174278fc50f712f41e2271:/docs/latex/wx/clipbrd.tex?ds=inline diff --git a/docs/latex/wx/clipbrd.tex b/docs/latex/wx/clipbrd.tex index 151509e42d..e9b3352026 100644 --- a/docs/latex/wx/clipbrd.tex +++ b/docs/latex/wx/clipbrd.tex @@ -114,12 +114,12 @@ Call this function to set the data object to the clipboard. This function will clear all previous contents in the clipboard, so calling it several times does not make any sense. -\membersection{wxClipboard::UsePrimarySelection}\label{wxclipboaruseprimary} +\membersection{wxClipboard::UsePrimarySelection}\label{wxclipboarduseprimary} -\func{void}{UsePrimarySelection}{\param(bool}{ primary = TRUE} +\func{void}{UsePrimarySelection}{\param{bool}{ primary = TRUE}} On platforms supporting it (currently only GTK), selects the so called PRIMARY SELECTION as the clipboard as opposed to the normal clipboard, -if primary is TRUE. +if {\it primary} is TRUE.