]> git.eshelyaron.com Git - emacs.git/commitdiff
(_XlwMenu_part): Add enter/leave callbacks and
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 1 Jan 2007 15:19:58 +0000 (15:19 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 1 Jan 2007 15:19:58 +0000 (15:19 +0000)
inside_entry.

lwlib/xlwmenuP.h

index ce170d7bfe4eb097cb6b5cf25f498e4191fe2b15..b90bc3da827b6abba45d9b6667ebd3946142171e 100644 (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;