Difference between revisions of "Category:clipboard"
Jump to navigation
Jump to search
Jimbauwens (talk | contribs) (Created page with "The Clipboard Library allows you to read and set the content of the clipboard.") |
Jimbauwens (talk | contribs) |
||
Line 1: | Line 1: | ||
The Clipboard Library allows you to read and set the content of the clipboard. | The Clipboard Library allows you to read and set the content of the clipboard. | ||
+ | |||
+ | |||
+ | == Quick Overview== | ||
+ | *'''[[clipboard.addText]]'''([[string]]) : Add 'string' to the clipboard | ||
+ | *'''[[clipboard.getText]]'''() : Get the current content of the clipboard |
Revision as of 08:36, 25 May 2011
The Clipboard Library allows you to read and set the content of the clipboard.
Quick Overview
- clipboard.addText(string) : Add 'string' to the clipboard
- clipboard.getText() : Get the current content of the clipboard
Pages in category "clipboard"
The following 3 pages are in this category, out of 3 total.