MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Dokumentacja Strona 141

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 180
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 140
Launching a Dialog to Confirm an Operation
5-17
Select Edit CloseRequestFcn from the context menu. GUIDE automatically
places a new subfunction in the application M-file for the GUI and changes the
figure’s
CloseRequesFcn property to execute this subfunction as the close
request function.
The Redefined Close Request Function
The GUIs close request function simply calls the Close button’s callback.
function varargout = figure1_CloseRequestFcn(h,eventdata,handles,varargin)
pushbutton1_Callback(h,eventdata,handles)
Przeglądanie stron 140
1 2 ... 136 137 138 139 140 141 142 143 144 145 146 ... 179 180

Komentarze do niniejszej Instrukcji

Brak uwag