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 09:06, 24 March 2007 by Unnamed Poltroon (Talk) (Classes ToolBar and ToolItem)

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