Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Converted more files to tcltest and factored out common code. | dgp | 2002-07-13 | 1 | -4/+7 |
| | |||||
* | * generic/tkInt.h: Replaced prototype for Tk_MessageCmd with | ericm | 2000-08-02 | 1 | -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. |