diff options
author | ericm <ericm> | 2000-09-29 17:55:30 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-09-29 17:55:30 (GMT) |
commit | 95fc05c4b143e413f10ddc9cb14e4d322cca5e94 (patch) | |
tree | 9bdecb1bdde3ea9cc046f83fc3993dbdf3c089b8 /ChangeLog | |
parent | 8d93216489667aad5317c07fc1dcc992b86b5b56 (diff) | |
download | tk-95fc05c4b143e413f10ddc9cb14e4d322cca5e94.zip tk-95fc05c4b143e413f10ddc9cb14e4d322cca5e94.tar.gz tk-95fc05c4b143e413f10ddc9cb14e4d322cca5e94.tar.bz2 |
* generic/tkTest.c: Fixed tests to use updated API.
* doc/SetOptions.3:
* generic/tk.h:
* generic/tkConfig.c: Changed interface for Tk_CustomOptionSetProc
and Tk_CustomOptionGetProc; these now take a pointer to the start
of the widget record, and an integer offset to the slot for the
option value, instead of just a pointer to the slot. This allows
more sophisticated options to do interesting things based on other
data in the widget record.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2000-09-29 Eric Melski <ericm@ajubasolutions.com> + + * generic/tkTest.c: Fixed tests to use updated API. + + * doc/SetOptions.3: + * generic/tk.h: + * generic/tkConfig.c: Changed interface for Tk_CustomOptionSetProc + and Tk_CustomOptionGetProc; these now take a pointer to the start + of the widget record, and an integer offset to the slot for the + option value, instead of just a pointer to the slot. This allows + more sophisticated options to do interesting things based on other + data in the widget record. + 2000-09-17 Eric Melski <ericm@ajubasolutions.com> * generic/tk.h: Added declaration of Tk_ObjCustomOption structure, |