Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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"

m
(Classes ToolBar and ToolItem)
Line 2: Line 2:
  
 
===Classes ToolBar and ToolItem===
 
===Classes ToolBar and ToolItem===
Basic behavior is implemented.
+
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===
 
===Classes Menu and MenuItem===
 
For all the various kinds of menus and items the basic behavior is implemented.
 
For all the various kinds of menus and items the basic behavior is implemented.

Revision as of 09:06, 24 March 2007

Back to RWTOverview

Classes ToolBar and ToolItem

Almost feature-complete.

Except for setHotImage and setDisabledImage 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

For all the various kinds of menus and items the basic behavior is implemented.

Back to the top