(_XlwMenu_part): Add enter/leave callbacks and
inside_entry.
This commit is contained in:
parent
3e39a8ac3b
commit
36bce9a9b2
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue