1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

* lwlib.h (_widget_value): Added lname and lkey.

This commit is contained in:
Jan Djärv 2004-08-30 19:42:20 +00:00
parent f04232c3c2
commit 05bdae441b
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-08-30 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* lwlib.h (_widget_value): Added lname and lkey.
2004-01-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* xlwmenuP.h (_XlwMenu_part): Added top_depth.

View File

@ -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