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

8 Tool Bars and Menus

Revision as of 12:49, 25 March 2007 by Unnamed Poltroon (Talk) (Classes Menu and MenuItem)

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

The implementation of Menu and MenuItem is almost feature-complete. The class Menu yet lacks the defaultItem attribute. More listeners are to come. As of now there is only the SelectionListener on MenuItem available.

Back to the top