Mercurial > emacs
changeset 14878:487b03096cc5
(struct widget_value): New field this_one_change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 25 Mar 1996 01:47:16 +0000 |
parents | 62fc4d7a846f |
children | 70f79ccb9875 |
files | lwlib/lwlib.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/lwlib.h Mon Mar 25 01:46:16 1996 +0000 +++ b/lwlib/lwlib.h Mon Mar 25 01:47:16 1996 +0000 @@ -48,6 +48,9 @@ Boolean edited; /* true if has changed (maintained by lw library) */ change_type change; + /* true if this widget itself has changed, + but not counting the other widgets found in the `next' field. */ + change_type this_one_change; /* Contents of the sub-widgets, also selected slot for checkbox */ struct _widget_value* contents; /* data passed to callback */