# HG changeset patch # User Jan Dj¸«£rv # Date 1167664798 0 # Node ID 977e9b2fe72d5102c1fa34b9093fac0cfbf82fb2 # Parent 6a01460d75bae438b721d7acb64190497f7c2c8b (_XlwMenu_part): Add enter/leave callbacks and inside_entry. diff -r 6a01460d75ba -r 977e9b2fe72d lwlib/xlwmenuP.h --- a/lwlib/xlwmenuP.h Mon Jan 01 15:19:46 2007 +0000 +++ b/lwlib/xlwmenuP.h Mon Jan 01 15:19:58 2007 +0000 @@ -64,6 +64,7 @@ Cursor cursor_shape; XtCallbackList open; XtCallbackList select, highlight; + XtCallbackList enter, leave; widget_value* contents; int horizontal; @@ -76,6 +77,7 @@ int old_depth; widget_value** old_stack; int old_stack_length; + widget_value* inside_entry; /* New state after the user moved */ int new_depth;