]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_clipbrd.i
added wxString::FromAscii(char*,size_t) for consistency with FromUTF8()
[wxWidgets.git] / wxPython / src / _clipbrd.i
index 23391b0eba91ce490e85d2af5449d4a41ce5d947..546fe5087f04a75efc261b7c47573bd3aecc0bd1 100644 (file)
@@ -114,10 +114,18 @@ exit.  Returns False if the operation is unsuccesful for any reason.", "");
 
     DocDeclStr(
         virtual void , UsePrimarySelection( 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.", "");
 
+    
+    DocDeclStr(
+        bool , IsUsingPrimarySelection() const,
+        "Return true if we're using primary selection", "");
+    
 
     DocDeclStr(
         static wxClipboard *, Get(),