(_XlwMenu_part): Add `highlight' callback list.

This commit is contained in:
Gerd Moellmann 2000-01-17 09:11:23 +00:00
parent 0d8f73783c
commit ad45c495f6

View 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;