From: Jan Djärv Date: Mon, 1 Jan 2007 15:19:58 +0000 (+0000) Subject: (_XlwMenu_part): Add enter/leave callbacks and X-Git-Tag: emacs-pretest-22.0.93~316 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=36bce9a9b28620e630bdf011e9bcaf3bd265eca7;p=emacs.git (_XlwMenu_part): Add enter/leave callbacks and inside_entry. --- 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;