diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2007-01-01 15:19:58 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2007-01-01 15:19:58 +0000 |
commit | 36bce9a9b28620e630bdf011e9bcaf3bd265eca7 (patch) | |
tree | d1cd6daefb389079c2bb0ee6ef4c8f55e5a675e8 /lwlib/xlwmenuP.h | |
parent | 3e39a8ac3bc11123a4df253abdd8c8bf72c0be7b (diff) | |
download | emacs-36bce9a9b28620e630bdf011e9bcaf3bd265eca7.tar.gz |
(_XlwMenu_part): Add enter/leave callbacks and
inside_entry.
Diffstat (limited to 'lwlib/xlwmenuP.h')
-rw-r--r-- | lwlib/xlwmenuP.h | 2 |
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; |