Issue 878 in moose-technology: Glamour does not show the shortcuts on toolbar actions

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 878 in moose-technology: Glamour does not show the shortcuts on toolbar actions

moose-technology
Status: New
Owner: [hidden email]
Labels: Type-Defect Priority-Medium Component-Glamour Milestone-4.7

New issue 878 by [hidden email]: 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'

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 878 in moose-technology: Glamour does not show the shortcuts on toolbar actions

moose-technology
Updates:
        Status: Fixed

Comment #1 on issue 878 by [hidden email]: Glamour does not show the  
shortcuts on toolbar actions
http://code.google.com/p/moose-technology/issues/detail?id=878

(No comment was entered for this change.)

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev