diff options
author | ericm <ericm> | 2000-05-17 22:23:25 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-05-17 22:23:25 (GMT) |
commit | 12614611674bc0a6afb0634fb27c5974472b6b06 (patch) | |
tree | 75c653a34cdc708bfff02e1350a48dd04fe46cb9 /ChangeLog | |
parent | 54e6352675121c47a41ffafce8b02911986cac96 (diff) | |
download | tk-12614611674bc0a6afb0634fb27c5974472b6b06.zip tk-12614611674bc0a6afb0634fb27c5974472b6b06.tar.gz tk-12614611674bc0a6afb0634fb27c5974472b6b06.tar.bz2 |
* mac/tkMacDefault.h (DEF_ENTRY_READONLY_BG_COLOR,
DEF_ENTRY_READONLY_BG_COLOR):
* win/tkWinDefault.h (DEF_ENTRY_READONLY_BG_COLOR,
DEF_ENTRY_READONLY_BG_COLOR):
* unix/tkUnixDefault.h (DEF_ENTRY_READONLY_BG_COLOR,
DEF_ENTRY_READONLY_BG_COLOR): Added default values for entry
-readonlybackground option.
* generic/tkEntry.c: Added -readonlybackground option, cleaned up
excessive use of graphics contexts.
* tests/entry.test: Added configuration test for
-readonlybackground option.
* doc/entry.n: Added documentation for -readonlybackground option.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,5 +1,24 @@ 2000-05-17 Eric Melski <ericm@scriptics.com> + Overall change: Added "-readonlybackground" option for entries, + to enable a visual change when state goes to readonly. + + * mac/tkMacDefault.h (DEF_ENTRY_READONLY_BG_COLOR, + DEF_ENTRY_READONLY_BG_COLOR): + * win/tkWinDefault.h (DEF_ENTRY_READONLY_BG_COLOR, + DEF_ENTRY_READONLY_BG_COLOR): + * unix/tkUnixDefault.h (DEF_ENTRY_READONLY_BG_COLOR, + DEF_ENTRY_READONLY_BG_COLOR): Added default values for entry + -readonlybackground option. + + * generic/tkEntry.c: Added -readonlybackground option, cleaned up + excessive use of graphics contexts. + + * tests/entry.test: Added configuration test for + -readonlybackground option. + + * doc/entry.n: Added documentation for -readonlybackground option. + Overall change: changed implementation of "link" relief for buttons. Instead of a new relief style (-relief link), there is a new option, -overrelief, which if set is used when the mouse is |