Status: New
Owner: tu...(a)tudorgirba.com
Labels: Type-Defect Priority-Medium Component-Glamour Milestone-4.7
New issue 878 by tu...(a)tudorgirba.com: Glamour does not show the shortcuts
on toolbar actions
http://code.google.com/p/moose-technology/issues/detail?id=878
In the following browser, the toolbar icon and menu item does not show the
shortcut.
| wrapper |
wrapper := GLMWrapper new.
wrapper act: [:f | f inspect] icon: GLMUIThemeExtraIcons glamorousInspect
on: $i entitled: 'Inspect with icon'.
wrapper act: [:f | f inspect] on: $i entitled: 'Inspect without icon'.
wrapper show: [:a | a text ].
wrapper openOn: 'sample'