MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Uživatelská příručka Strana 373

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 759
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 372
Making Multiple GUIs Work Together
function fig ure_ CloseRequestFcn(hObject , eventdata, handle s)
% Don't close this figure. It must be dele ted from Icon Edit or
Do the same for the Tool Palette:
% in toolPalette
function fig ure_ CloseRequestFcn(hObject , eventdata, handle s)
% Don't close this figure. It must be dele ted from Icon Edit or
Finally, in the output function, delete all three GUIs:
% in Icon E dito r
function var argo ut = guide_iconedit or_O utputFcn(hObject, ...
eventdata, han dles )
% Return the cdata of the icon. If cancell ed, this will be empty
varargout{1} = handles.mIconCData;
delete(handles.toolPalette);
delete(handles.colorPalette);
delete(hObject);
9-43
Zobrazit stránku 372
1 2 ... 368 369 370 371 372 373 374 375 376 377 378 ... 758 759

Komentáře k této Příručce

Žádné komentáře