]> git.eshelyaron.com Git - emacs.git/commitdiff
(_XlwMenu_part): Add `highlight' callback list.
authorGerd Moellmann <gerd@gnu.org>
Mon, 17 Jan 2000 09:11:23 +0000 (09:11 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 17 Jan 2000 09:11:23 +0000 (09:11 +0000)
lwlib/xlwmenuP.h

index 23e105c144315a5ace131e63b504953733994fa6..fa1ae4d92f80173f938afad034c6fcdacf3e35e0 100644 (file)
@@ -37,7 +37,7 @@ typedef struct _XlwMenu_part
   Pixmap       bottom_shadow_pixmap;
   Cursor       cursor_shape;
   XtCallbackList       open;
-  XtCallbackList       select;
+  XtCallbackList       select, highlight;
   widget_value*        contents;
   int          horizontal;