Mercurial > hg > xemacs-beta
diff lwlib/lwlib.h @ 367:a4f53d9b3154 r21-1-13
Import from CVS: tag r21-1-13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:01:07 +0200 |
parents | 4f79e16b1112 |
children | cc15677e0335 |
line wrap: on
line diff
--- a/lwlib/lwlib.h Mon Aug 13 11:00:13 2007 +0200 +++ b/lwlib/lwlib.h Mon Aug 13 11:01:07 2007 +0200 @@ -113,7 +113,7 @@ /* name of widget */ char* name; - /* value (meaning BOGUSLY depend on widget type) */ + /* value (meaning BOGUSLY depends on widget type) */ char* value; /* keyboard equivalent. no implications for XtTranslations */ char* key; @@ -132,11 +132,11 @@ Boolean edited; /* true if has changed (maintained by lw library) */ change_type change; - /* Contents of the sub-widgets, also selected slot for checkbox */ + /* Contents of sub-widgets, also selected slot for checkbox */ struct _widget_value* contents; /* data passed to callback */ XtPointer call_data; - /* next one in the list */ + /* next in the list of siblings */ struct _widget_value* next; /* slot for the toolkit dependent part. Always initialize to NULL. */ void* toolkit_data;