Mercurial > emacs
changeset 75017:977e9b2fe72d
(_XlwMenu_part): Add enter/leave callbacks and
inside_entry.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Mon, 01 Jan 2007 15:19:58 +0000 |
parents | 6a01460d75ba |
children | d263801b3ca8 |
files | lwlib/xlwmenuP.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/xlwmenuP.h Mon Jan 01 15:19:46 2007 +0000 +++ b/lwlib/xlwmenuP.h Mon Jan 01 15:19:58 2007 +0000 @@ -64,6 +64,7 @@ Cursor cursor_shape; XtCallbackList open; XtCallbackList select, highlight; + XtCallbackList enter, leave; widget_value* contents; int horizontal; @@ -76,6 +77,7 @@ int old_depth; widget_value** old_stack; int old_stack_length; + widget_value* inside_entry; /* New state after the user moved */ int new_depth;