summaryrefslogtreecommitdiffstats
path: root/tests/message.test
Commit message (Collapse)AuthorAgeFilesLines
* * Converted more files to tcltest and factored out common code.dgp2002-07-131-4/+7
| | | FossilOrigin-Name: d5cee69da5b97ba8cb9ce46fc2770f0605d39e2a
* * generic/tkInt.h: Replaced prototype for Tk_MessageCmd withericm2000-08-021-0/+122
prototype for Tk_MessageObjCmd. * generic/tkWindow.c: Marked message command as using the new MessageObjCmd instead of the old MessageCmd. * tests/message.test: Added tests for the message widget. * generic/tkMessage.c: Obj'ified the message widget. * generic/tkInt.h: Removed prototype for Tk_ClipboardCmd, added prototype for Tk_ClipboardObjCmd. * generic/tkWindow.c: Updated function pointers for clipboard command to use Tcl_Obj version. FossilOrigin-Name: f289c4cb5f1ca817ba13c30de1a0f296111ab22c