MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Especificações Página 141

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 180
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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)
Vista de página 140
1 2 ... 136 137 138 139 140 141 142 143 144 145 146 ... 179 180

Comentários a estes Manuais

Sem comentários