MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Spezifikationen Seite 141

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 180
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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)
Seitenansicht 140
1 2 ... 136 137 138 139 140 141 142 143 144 145 146 ... 179 180

Kommentare zu diesen Handbüchern

Keine Kommentare