Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|\ | |||||
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | | |||||
* | | * tests/embed.test: Eliminate duplicate test names. | dgp | 2008-12-22 | 1 | -5/+5 |
| | | |||||
* | | Modified for the latest embedded/container window implementation for Windows ↵ | chengyemao | 2005-02-15 | 1 | -1/+25 |
| | | | | | | | | platform | ||||
* | | * tests/all.tcl: Made better use of a common | dgp | 2003-04-01 | 1 | -6/+3 |
|/ | | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files. | ||||
* | * Completed conversion of Tk test suite to use tcltest. | dgp | 2002-07-14 | 1 | -10/+10 |
| | |||||
* | * tests/embed.test: Added cross platform embed tests. | mdejong | 2002-05-27 | 1 | -0/+51 |
Check that window passed to -use has the -container option set. * tests/wm.test: Remove useless catch call. Deiconify . just in case, stackorder tests will not pass unless it is in the normal state. Add -container flag to embedded stackorder test. * unix/tkUnixEmbed.c (TkpUseWindow): * win/tkWinEmbed.c (TkpUseWindow): Lookup Tk window based on the id passed in as the value for -use. Generate an error if the Tk window did not have the -container option set. |