From ad45c495f6afd6bd8b64bba4a26025bf558e1b09 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 17 Jan 2000 09:11:23 +0000 Subject: [PATCH] (_XlwMenu_part): Add `highlight' callback list. --- lwlib/xlwmenuP.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5