Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
05bdae44
Commit
05bdae44
authored
Aug 30, 2004
by
Jan Djärv
Browse files
* lwlib.h (_widget_value): Added lname and lkey.
parent
f04232c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lwlib/ChangeLog
lwlib/ChangeLog
+4
-0
lwlib/lwlib.h
lwlib/lwlib.h
+2
-0
No files found.
lwlib/ChangeLog
View file @
05bdae44
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>
2004-01-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* xlwmenuP.h (_XlwMenu_part): Added top_depth.
* xlwmenuP.h (_XlwMenu_part): Added top_depth.
...
...
lwlib/lwlib.h
View file @
05bdae44
...
@@ -64,10 +64,12 @@ enum menu_separator
...
@@ -64,10 +64,12 @@ enum menu_separator
typedef
struct
_widget_value
typedef
struct
_widget_value
{
{
/* name of widget */
/* name of widget */
Lisp_Object
lname
;
char
*
name
;
char
*
name
;
/* value (meaning depend on widget type) */
/* value (meaning depend on widget type) */
char
*
value
;
char
*
value
;
/* keyboard equivalent. no implications for XtTranslations */
/* keyboard equivalent. no implications for XtTranslations */
Lisp_Object
lkey
;
char
*
key
;
char
*
key
;
/* Help string or nil if none.
/* Help string or nil if none.
GC finds this string through the frame's menu_bar_vector
GC finds this string through the frame's menu_bar_vector
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment