summaryrefslogtreecommitdiff
path: root/lwlib
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2007-01-01 15:19:58 +0000
committerJan Djärv <jan.h.d@swipnet.se>2007-01-01 15:19:58 +0000
commit9ee809dd677ea637ecfce8928dccee6a8385cbbc (patch)
tree4a412178766141c2e9a6f59aaf1aac514d352a32 /lwlib
parent90ddefab7141aa1a82f7c0498c79981647498048 (diff)
downloademacs-9ee809dd677ea637ecfce8928dccee6a8385cbbc.tar.gz
(_XlwMenu_part): Add enter/leave callbacks and
inside_entry.
Diffstat (limited to 'lwlib')
-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
Cursor cursor_shape;
XtCallbackList open;
XtCallbackList select, highlight;
+ XtCallbackList enter, leave;
widget_value* contents;
int horizontal;
@@ -76,6 +77,7 @@ typedef struct _XlwMenu_part
int old_depth;
widget_value** old_stack;
int old_stack_length;
+ widget_value* inside_entry;
/* New state after the user moved */
int new_depth;