Menu shortcuts can be right-aligned!
- Posted by paravantis at otenet.gr
Jul 03, 2001
> > > Perhaps the team that gave us Win32Lib can consider adding this
> capability.
>
> I'll work on this one. Thanks for the enhancement idea.
Derek,
I found out by consulting my Win32.hlp that we can show right-aligned
shortcut keys on the menus with the present version of Win32Lib!
This may done by defining a menu as, e.g.
MenuCopy = create( MenuItem, "Copy\tCtrl+C", EditMenu, 0,0,0,0,0 )
The tab ("\t") ensures that what follows ("Ctrl+C") is right-aligned.
I also found out that these shortcut keys may be printed on the menus but,
naturally, are not recognised as such; additional programming has to be
carried out (one may see the latest IDE).
Best regards
John Paravantis
Greece
|
Not Categorized, Please Help
|
|