diff options
author | ericm <ericm> | 2000-05-27 01:43:45 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-05-27 01:43:45 (GMT) |
commit | ce3669a362d5ee468d51566ce6e126f5a761b315 (patch) | |
tree | 00968ee57898e5b8d8cca9d4c6a9146262aa6550 /ChangeLog | |
parent | b1ecdd6bed804198c1cb6a6af95704954f4345ee (diff) | |
download | tk-ce3669a362d5ee468d51566ce6e126f5a761b315.zip tk-ce3669a362d5ee468d51566ce6e126f5a761b315.tar.gz tk-ce3669a362d5ee468d51566ce6e126f5a761b315.tar.bz2 |
* generic/tkOption.c (Tk_GetOption): Extended Tk_GetOption to
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2000-05-26 Eric Melski <ericm@scriptics.com> + + * generic/tkOption.c (Tk_GetOption): Extended Tk_GetOption to + 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. + 2000-05-25 Eric Melski <ericm@scriptics.com> * library/button.tcl: Tweaks for -overrelief handling on Windows. |