summaryrefslogtreecommitdiffstats
path: root/tests/grab.test
Commit message (Collapse)AuthorAgeFilesLines
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\ | | | | FossilOrigin-Name: b8a1385217cc117d6962c234f0a4d28ff10e089c
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ | | | | | | FossilOrigin-Name: 3f95fbe0ce14948fd409844b915c18ef25d7d0a0
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | | | | | | | | FossilOrigin-Name: a74f32bb6369d3e66e661145c81a98a14ed79b3a
* | | Update to tcltest2aniap2008-08-161-106/+114
| | | | | | | | | FossilOrigin-Name: 98ddf864fb77fc2e204dec46b2777d18bab607fa
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-3/+3
|/ / | | | | FossilOrigin-Name: def570d7bdd7211b4c17c706781050222d16890f
* | * tests/all.tcl: Made better use of a commondgp2003-04-011-6/+3
|/ | | | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files. FossilOrigin-Name: 01af81ecf20f3111d08ac51117da1c5ca09c567d
* * Converted more files to tcltest and factored out common code.dgp2002-07-131-4/+10
| | | FossilOrigin-Name: d09771c3b3deef776329be024a510a5b648381f6
* * generic/tkWindow.c: Updated "grab" command entry to useericm2000-08-041-0/+179
Tcl_Obj'ified command. * generic/tkInt.h: Replaced Tk_GrabCmd prototype with Tk_GrabObjCmd prototype. * tests/grab.test: Initial suite of tests for [grab] command. * generic/tkGrab.c (Tk_GrabObjCmd): Tcl_Obj'ified [grab] command. * generic/tkCmds.c: Fixed casting problem in Tk_BindtagsObjCmd. FossilOrigin-Name: 0f65866ab817387cf8132dc5292f80dcbcbdfa5c