MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Manuale Utente Pagina 453

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 500
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 452
Axes, Menus, and Toolbars in Programmatic UIs
14-9
end
The hOpenMenuitemCallback function first calls the uigetfile function to open the
standard dialog box for retrieving files. This dialog box lists all files having the extension
.fig. If uigetfile returns a file name, the function then calls the open function to
open it.
Print Menu Item Callback
The hPrintMenuitemCallback function services the Print menu item and the Print
toolbar button . Selecting the menu item or clicking the toolbar button triggers the
execution of this callback function.
function hPrintMenuitemCallback(hObject, eventdata)
% Callback function run when the Print menu item is selected
printdlg(hMainFigure);
end
Vedere la pagina 452
1 2 ... 448 449 450 451 452 453 454 455 456 457 458 ... 499 500

Commenti su questo manuale

Nessun commento