From 36bce9a9b28620e630bdf011e9bcaf3bd265eca7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Mon, 1 Jan 2007 15:19:58 +0000 Subject: [PATCH] (_XlwMenu_part): Add enter/leave callbacks and inside_entry. --- lwlib/xlwmenuP.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h index ce170d7bfe4..b90bc3da827 100644 --- a/lwlib/xlwmenuP.h +++ b/lwlib/xlwmenuP.h @@ -64,6 +64,7 @@ typedef struct _XlwMenu_part Cursor cursor_shape; XtCallbackList open; XtCallbackList select, highlight; + XtCallbackList enter, leave; widget_value* contents; int horizontal; @@ -76,6 +77,7 @@ typedef struct _XlwMenu_part int old_depth; widget_value** old_stack; int old_stack_length; + widget_value* inside_entry; /* New state after the user moved */ int new_depth; -- 2.39.2