Effacer les filtres
Effacer les filtres

underline a letter in the label of an uimenu object

2 vues (au cours des 30 derniers jours)
Christophe
Christophe le 9 Déc 2011
Hello !
Is it possible to underline a letter in the label of an uimenu object ?

Réponse acceptée

Sean de Wolski
Sean de Wolski le 9 Déc 2011
It doesn't appear to be possible since there is no 'interpretter' option (the ability to add LaTeX).
(Though you use a 'separator' as a kind of underline) From the doc for uimenu:
f = uimenu('Label','Workspace');
uimenu(f,'Label','New Figure','Callback','figure');
uimenu(f,'Label','Save','Callback','save');
uimenu(f,'Label','Quit','Callback','exit',...
'Separator','on','Accelerator','Q')

Plus de réponses (2)

Walter Roberson
Walter Roberson le 9 Déc 2011
Menu label. A string specifying the text label on the menu item. You can specify a mnemonic for the label using the '&' character. Except as noted below, the character that follows the '&' in the string appears underlined and selects the menu item when you type Alt+ followed by that character while the menu is visible.
  1 commentaire
Fangjun Jiang
Fangjun Jiang le 9 Déc 2011
Yes! I had those '&' in my menu but I couldn't find the underline characters this morning.

Connectez-vous pour commenter.


Christophe
Christophe le 9 Déc 2011
Thank all for your answer.

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by