Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added additional comments regarding the internal representation of the | ericm | 2000-05-30 | 1 | -1/+30 |
| | | | | option database. | ||||
* | Added initializer for classId variable in Tk_GetOption. | ericm | 2000-05-27 | 1 | -2/+2 |
| | |||||
* | Comment fixup. | ericm | 2000-05-27 | 1 | -4/+4 |
| | |||||
* | * generic/tkOption.c (Tk_GetOption): Extended Tk_GetOption to | ericm | 2000-05-27 | 1 | -28/+141 |
| | | | | | | | | | | | support a new syntax for option names in option tables. If the option name has an embedded ".", it indicates that the name field contains both an option name and an overriding widget class, in the form "class.option". The lookup for the option value will be performed as though the widget class is that specified, rather than the actual widget class. (SetupStacks): Replaced several lines of array element copying with a for loop for conciseness. | ||||
* | * tests/xmfbox.test: Updated tests. | ericm | 2000-03-24 | 1 | -76/+93 |
| | | | | | | | * generic/tkWindow.c: * generic/tkInt.h: Updated Tcl_OptionCmd -> Tcl_OptionObjCmd * generic/tkOption.c: Tcl_Obj'ectified the "option" command. | ||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -114/+154 |
| | |||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+1397 |