summaryrefslogtreecommitdiffstats
path: root/tests/clipboard.test
Commit message (Collapse)AuthorAgeFilesLines
* * Completed conversion of Tk test suite to use tcltest.dgp2002-07-141-6/+7
|
* * generic/tkInt.h: Removed prototype for Tk_ClipboardCmd, addedericm2000-08-011-6/+17
| | | | | | | | | | | | | prototype for Tk_ClipboardObjCmd. * generic/tkWindow.c: Updated function pointers for clipboard command to use Tcl_Obj version. * tests/clipboard.test: Updated tests to expect standard error messages. * generic/tkClipboard.c (Tk_ClipboardObjCmd): Obj'ified Tk_ClipboardCmd -> Tk_ClipboardObjCmd.
* * doc/clipboard.n: Added documentation for "clipboard get".ericm2000-05-141-25/+25
| | | | | | | | * generic/tkClipboard.c (Tk_ClipboardCmd): Added "clipboard get" subcommand [RFE: 4628]. * tests/clipboard.test: Updated to use "clipboard get" instead of "selection get -s CLIPBOARD".
* * Merged 8.1 branch into the main trunkstanton1999-04-161-6/+22
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+234