summaryrefslogtreecommitdiff
path: root/lwlib/lwlib.h
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2004-08-30 19:42:20 +0000
committerJan Djärv <jan.h.d@swipnet.se>2004-08-30 19:42:20 +0000
commit05bdae441ba3e9ffe5d71ac877955ae7dc20429f (patch)
treecb26c4e4ebb3e72d23cfc5e15bd32b9225243b99 /lwlib/lwlib.h
parentf04232c3c2242acb4c2a188565a61cf3a986f3e8 (diff)
downloademacs-05bdae441ba3e9ffe5d71ac877955ae7dc20429f.tar.gz
* lwlib.h (_widget_value): Added lname and lkey.
Diffstat (limited to 'lwlib/lwlib.h')
-rw-r--r--lwlib/lwlib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lwlib/lwlib.h b/lwlib/lwlib.h
index 02560e47545..a141c600526 100644
--- a/lwlib/lwlib.h
+++ b/lwlib/lwlib.h
@@ -64,10 +64,12 @@ enum menu_separator
typedef struct _widget_value
{
/* name of widget */
+ Lisp_Object lname;
char* name;
/* value (meaning depend on widget type) */
char* value;
/* keyboard equivalent. no implications for XtTranslations */
+ Lisp_Object lkey;
char* key;
/* Help string or nil if none.
GC finds this string through the frame's menu_bar_vector