Primary selection stuff

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-04-02 21:23:35 +00:00
parent c5a8bc105c
commit d029969fcc

View File

@@ -114,10 +114,18 @@ exit. Returns False if the operation is unsuccesful for any reason.", "");
DocDeclStr( DocDeclStr(
virtual void , UsePrimarySelection( bool primary = true ), virtual void , UsePrimarySelection( bool primary = true ),
"On platforms supporting it (the X11 based platforms), selects the "On platforms supporting it (the X11 based platforms), selects the so
so called PRIMARY SELECTION as the clipboard as opposed to the called PRIMARY SELECTION as the clipboard as opposed to the normal
normal clipboard, if primary is True.", ""); clipboard, if primary is True. On other platforms all clipboard
operations fail when using the primary selection. This allows code
supporting the primary selection to be written without ill effects on
the other platforms.", "");
DocDeclStr(
bool , IsUsingPrimarySelection() const,
"Return true if we're using primary selection", "");
DocDeclStr( DocDeclStr(
static wxClipboard *, Get(), static wxClipboard *, Get(),