From: Gerd Moellmann Date: Mon, 17 Jan 2000 09:11:23 +0000 (+0000) Subject: (_XlwMenu_part): Add `highlight' callback list. X-Git-Tag: emacs-pretest-21.0.90~5339 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad45c495f6afd6bd8b64bba4a26025bf558e1b09;p=emacs.git (_XlwMenu_part): Add `highlight' callback list. --- diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h index 23e105c1443..fa1ae4d92f8 100644 --- a/lwlib/xlwmenuP.h +++ b/lwlib/xlwmenuP.h @@ -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;