reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-04-02 21:37:01 +00:00
parent 70ee369088
commit ddeca22ce8
23 changed files with 1891 additions and 545 deletions

View File

@@ -5669,12 +5669,23 @@ class Clipboard(_core.Object):
"""
UsePrimarySelection(self, bool primary=True)
On platforms supporting it (the X11 based platforms), selects the
so called PRIMARY SELECTION as the clipboard as opposed to the
normal clipboard, if primary is True.
On platforms supporting it (the X11 based platforms), selects the so
called PRIMARY SELECTION as the clipboard as opposed to the normal
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.
"""
return _misc_.Clipboard_UsePrimarySelection(*args, **kwargs)
def IsUsingPrimarySelection(*args, **kwargs):
"""
IsUsingPrimarySelection(self) -> bool
Return true if we're using primary selection
"""
return _misc_.Clipboard_IsUsingPrimarySelection(*args, **kwargs)
def Get(*args, **kwargs):
"""
Get() -> Clipboard