[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] [How to] SWT -> Listeners for MenuItem

I would like to display a text in a status bar when the mouse cursor is over
a menu item of a menu bar (for example the classic menu "&File" of a bar
menu). I am not satisfied with the arm listener: the user must click onto
the menu item to generate the event. The Menu listener added to the menu
associated with the menu item neither answers the question as it's still
necessary to click the menuitem.
The menu item is displayed in 3D when the mouse cursor is over the menu
item. Which object is responsible for the displaying? Which event is
treated?

Thanks a lot for your help