aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
54 SEPARATOR_SHADOW_ETCHED_IN_DASH, 54 SEPARATOR_SHADOW_ETCHED_IN_DASH,
55 SEPARATOR_SHADOW_ETCHED_OUT_DASH, 55 SEPARATOR_SHADOW_ETCHED_OUT_DASH,
56 56
57 /* The following are supported by XEmacs' Lucid menus. */ 57 /* The following are supported by Lucid menus. */
58 SEPARATOR_SHADOW_DOUBLE_ETCHED_IN, 58 SEPARATOR_SHADOW_DOUBLE_ETCHED_IN,
59 SEPARATOR_SHADOW_DOUBLE_ETCHED_OUT, 59 SEPARATOR_SHADOW_DOUBLE_ETCHED_OUT,
60 SEPARATOR_SHADOW_DOUBLE_ETCHED_IN_DASH, 60 SEPARATOR_SHADOW_DOUBLE_ETCHED_IN_DASH,
@@ -69,8 +69,10 @@ typedef struct _widget_value
69 char* value; 69 char* value;
70 /* keyboard equivalent. no implications for XtTranslations */ 70 /* keyboard equivalent. no implications for XtTranslations */
71 char* key; 71 char* key;
72 /* Help string or null if none. */ 72 /* Help string or nil if none.
73 char *help; 73 GC finds this string through the frame's menu_bar_vector
74 or through menu_items. */
75 Lisp_Object help;
74 /* true if enabled */ 76 /* true if enabled */
75 Boolean enabled; 77 Boolean enabled;
76 /* true if selected */ 78 /* true if selected */