Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
Given the handle of a GUI, this function attaches the icons stored in the "UserData" of each menu handle to the figure. As a result, the given GUI is enriched by properly implemented icons, added to the uimenu on the java level.
For the icons, filenames on the path, full qualified file names or java ImageIcon could be given.
Details can be found in the example.
USAGE:
% Attach icon data to the menu handles UserData
set(handles.Menu_File, 'UserData', '') % Also topevel handle could get the icon
set(handles.Menu_File_New, 'UserData', 'File_New.png')
set(handles.Menu_File_Load, 'UserData', 'File_Load.png')
set(handles.Menu_File_Save, 'UserData', 'File_Save.png') % get file on path
set(handles.Menu_File_Exit, 'UserData', 'File_Exit.png')
% Set the icons
Figure_Menu_Add_Icons(handles.Main)
-------
Aknowledgment: Some of the ideas used here are based on the great work of Yair Altman (http://undocumentedmatlab.com/) as presented in http://undocumentedmatlab.com/blog/customizing-menu-items-part-2/ and http://undocumentedmatlab.com/blog/customizing-menu-items-part-3/.
Citation pour cette source
Alexander Mering (2026). Add Icons to GUI menus (https://fr.mathworks.com/matlabcentral/fileexchange/44483-add-icons-to-gui-menus), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
A inspiré : setMenuIcon
Informations générales
- Version 1.4.0.0 (22,7 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.4.0.0 | Shortcoming removed as mentioned by Thierry |
||
| 1.3.0.0 | Comment added |
||
| 1.1.0.0 | Added aknowledgement |
||
| 1.0.0.0 |
