summaryrefslogtreecommitdiff
path: root/lwlib
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-01-17 09:11:23 +0000
committerGerd Moellmann <gerd@gnu.org>2000-01-17 09:11:23 +0000
commitad45c495f6afd6bd8b64bba4a26025bf558e1b09 (patch)
tree467e0f0005b46dc61e17d1af6efbf3d2966f729c /lwlib
parent0d8f73783ca822441df991a27a3ed46cb935b208 (diff)
downloademacs-ad45c495f6afd6bd8b64bba4a26025bf558e1b09.tar.gz
(_XlwMenu_part): Add `highlight' callback list.
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/xlwmenuP.h2
1 files changed, 1 insertions, 1 deletions
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;