MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Manuale Utente Pagina 454

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 500
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 453
14 Examples of UIs Created Programmatically
14-10
The hPrintMenuitemCallback function calls the printdlg function. This function
opens the standard system dialog box for printing the current figure. Your print dialog
box might look different than the one shown here.
Close Menu Item Callback
The hCloseMenuitemCallback function services the Close menu item. It executes
when the user selects Close from the File menu.
function hCloseMenuitemCallback(hObject, eventdata)
% Callback function run when the Close menu item is selected
selection = ...
questdlg(['Close ' hMainFigure.Name '?'],...
['Close ' hMainFigure.Name '...'],...
'Yes','No','Yes');
if strcmp(selection,'No')
return;
end
Vedere la pagina 453
1 2 ... 449 450 451 452 453 454 455 456 457 458 459 ... 499 500

Commenti su questo manuale

Nessun commento