summaryrefslogtreecommitdiffstats
path: root/tests/grab.test
Commit message (Collapse)AuthorAgeFilesLines
* * Converted more files to tcltest and factored out common code.dgp2002-07-131-4/+10
|
* * 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.