Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "8 Tool Bars and Menus"

(Classes Menu and MenuItem)
(Replaced content with "This page was obsolete and has been deleted. Please see the history if you need to access the content.")
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Comparison SWT / RWT|Back to RWTOverview]]
+
This page was obsolete and has been deleted. Please see the history if you need to access the content.
 
+
===Classes ToolBar and ToolItem===
+
Almost feature-complete.
+
 
+
Except for <code>setHotImage</code> and <code>setDisabledImage</code> all attributes work as in SWT. Even though you cannot set a distinct disabled image yet, a ToolItem displays its image dimmed when it is in disabled state.
+
 
+
===Classes Menu and MenuItem===
+
The implementation of Menu and MenuItem is almost feature-complete.
+
The class Menu yet lacks the <code>defaultItem</code> attribute.
+
More listeners are to come. As of now there is only the <code>SelectionListener</code> on <code>MenuItem</code> available.
+

Latest revision as of 06:31, 7 January 2014

This page was obsolete and has been deleted. Please see the history if you need to access the content.

Back to the top