summaryrefslogtreecommitdiff
path: root/lwlib/lwlib.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-12-02 04:55:06 +0000
committerRichard M. Stallman <rms@gnu.org>2001-12-02 04:55:06 +0000
commit0591102a32078be99c05df560b8e05d8cd78fdc2 (patch)
tree6a074749c285cda871e5a127169c915454f6cad0 /lwlib/lwlib.h
parenta3bf8a8cfac0e8486fe8441b4532e21075a1a4f5 (diff)
downloademacs-0591102a32078be99c05df560b8e05d8cd78fdc2.tar.gz
(_widget_value): `help' has type Lisp_Object.
Diffstat (limited to 'lwlib/lwlib.h')
-rw-r--r--lwlib/lwlib.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/lwlib/lwlib.h b/lwlib/lwlib.h
index e101801949c..bf2a9c67bdf 100644
--- a/lwlib/lwlib.h
+++ b/lwlib/lwlib.h
@@ -54,7 +54,7 @@ enum menu_separator
SEPARATOR_SHADOW_ETCHED_IN_DASH,
SEPARATOR_SHADOW_ETCHED_OUT_DASH,
- /* The following are supported by XEmacs' Lucid menus. */
+ /* The following are supported by Lucid menus. */
SEPARATOR_SHADOW_DOUBLE_ETCHED_IN,
SEPARATOR_SHADOW_DOUBLE_ETCHED_OUT,
SEPARATOR_SHADOW_DOUBLE_ETCHED_IN_DASH,
@@ -69,8 +69,10 @@ typedef struct _widget_value
char* value;
/* keyboard equivalent. no implications for XtTranslations */
char* key;
- /* Help string or null if none. */
- char *help;
+ /* Help string or nil if none.
+ GC finds this string through the frame's menu_bar_vector
+ or through menu_items. */
+ Lisp_Object help;
/* true if enabled */
Boolean enabled;
/* true if selected */