Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added labelframe widget. TIP#18. | pspjuth | 2001-09-26 | 1 | -1/+18 |
| | |||||
* | * doc/SetOptions.3: Updated documentation to reflect support for | ericm | 2000-08-10 | 1 | -11/+68 |
| | | | | | | | | | | | | | | | | | | TK_OPTION_NULL_OK for TK_OPTION_DOUBLE and TK_OPTION_PIXELS. * generic/tkConfig.c: Added for TK_OPTION_NULL_OK support for TK_OPTION_DOUBLE and TK_OPTION_PIXELS. * doc/place.n: Updated, reformatted manual entry. * tests/place.test: Added many tests. * generic/tkPlace.c (Tk_PlaceObjCmd): Updated to use Tk widget-option management facilities to manage place options (-x, -y, etc.), which simplifies the placer code. Added support for [place configure pathName] and [place configure pathName -option], similar to the behavior of the configure subcommand supported by widgets. | ||||
* | * tests/place.test: Extended test suite to test error returns from | ericm | 2000-08-08 | 1 | -14/+81 |
| | | | | | | | | | | | | [place]. * generic/tkInt.h: Replaced Tk_PlaceCmd prototype with Tk_PlaceObjCmd prototype. * generic/tkWindow.c: Updated [place] command entry to use new Tcl_Obj interface. * generic/tkPlace.c (Tk_PlaceObjCmd): Tcl_Obj'ified [place] command. | ||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -7/+22 |
| | |||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+221 |