Copyright and License information Home
__ A B C D E F G H I L M P R S T U V W
Summary:
These commands implement cut/copy/paste. There's nothing complex here! With the exception of CanPaste, all of these commands return None.
Returns 1 if a paste can be performed.
topClear the selection. Returns None.
topCopy the selection. Returns None.
topCut the selection. Returns None.
topPaste the clipboard at the cursor position if possible. Will overwrite the selection if there is one. Returns None.
top