summaryrefslogtreecommitdiffstats
path: root/generic/tkGrab.c
Commit message (Collapse)AuthorAgeFilesLines
* * Updates to handle change in type of tablePtrdgp2002-01-171-3/+3
| | | | | argument of Tcl_GetIndexFromObj(Struct) from (char **) to (CONST char **). [TIP 27] [Patch 504705]
* * generic/tkGrab.c (Tk_GrabObjCmd): changed len arg from size_t tohobbs2000-09-061-2/+2
| | | | int to fix pedantic warning.
* * generic/tkWindow.c: Updated "grab" command entry to useericm2000-08-041-102/+157
| | | | | | | | | | | | | 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.
* * Merged 8.1 branch into the main trunkstanton1999-04-161-13/+18
|
* integrated stubs into 8.0 main branchstanton1999-03-101-1/+5
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+1535