(_XlwMenu_part): Add enter/leave callbacks and

inside_entry.
This commit is contained in:
Jan Djärv 2007-01-01 15:19:58 +00:00
parent 3e39a8ac3b
commit 36bce9a9b2

View file

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