changeset 27340:1d84a7873d7c

(_XlwMenu_part): Add `highlight' callback list.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 17 Jan 2000 09:11:23 +0000
parents 8b90339beb04
children ab22130d8fe3
files lwlib/xlwmenuP.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lwlib/xlwmenuP.h	Mon Jan 17 09:11:11 2000 +0000
+++ b/lwlib/xlwmenuP.h	Mon Jan 17 09:11:23 2000 +0000
@@ -37,7 +37,7 @@
   Pixmap	bottom_shadow_pixmap;
   Cursor	cursor_shape;
   XtCallbackList	open;
-  XtCallbackList	select;
+  XtCallbackList	select, highlight;
   widget_value*	contents;
   int		horizontal;