aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2007-01-01 15:19:58 +0000
committerJan Djärv2007-01-01 15:19:58 +0000
commit36bce9a9b28620e630bdf011e9bcaf3bd265eca7 (patch)
treed1cd6daefb389079c2bb0ee6ef4c8f55e5a675e8
parent3e39a8ac3bc11123a4df253abdd8c8bf72c0be7b (diff)
downloademacs-36bce9a9b28620e630bdf011e9bcaf3bd265eca7.tar.gz
emacs-36bce9a9b28620e630bdf011e9bcaf3bd265eca7.zip
(_XlwMenu_part): Add enter/leave callbacks and
inside_entry.
-rw-r--r--lwlib/xlwmenuP.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h
index ce170d7bfe4..b90bc3da827 100644
--- a/lwlib/xlwmenuP.h
+++ b/lwlib/xlwmenuP.h
@@ -64,6 +64,7 @@ typedef struct _XlwMenu_part
64 Cursor cursor_shape; 64 Cursor cursor_shape;
65 XtCallbackList open; 65 XtCallbackList open;
66 XtCallbackList select, highlight; 66 XtCallbackList select, highlight;
67 XtCallbackList enter, leave;
67 widget_value* contents; 68 widget_value* contents;
68 int horizontal; 69 int horizontal;
69 70
@@ -76,6 +77,7 @@ typedef struct _XlwMenu_part
76 int old_depth; 77 int old_depth;
77 widget_value** old_stack; 78 widget_value** old_stack;
78 int old_stack_length; 79 int old_stack_length;
80 widget_value* inside_entry;
79 81
80 /* New state after the user moved */ 82 /* New state after the user moved */
81 int new_depth; 83 int new_depth;