Changeset 970 for trunk/src/set_object.m


Ignore:
Timestamp:
Nov 9, 2016, 7:12:32 PM (7 years ago)
Author:
sommeria
Message:

various

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/set_object.m

    r967 r970  
    3838function varargout = set_object(varargin)
    3939
    40 % Last Modified by GUIDE v2.5 09-Jul-2016 20:25:37
     40% Last Modified by GUIDE v2.5 09-Nov-2016 15:46:04
    4141
    4242% Begin initialization code - DO NOT REFRESH
     
    823823
    824824
    825 % --- Executes on key press with focus on num_Angle_1 and none of its controls.
    826 function num_Angle_1_KeyPressFcn(hObject, eventdata, handles)
    827 % hObject    handle to num_Angle_1 (see GCBO)
    828 % eventdata  structure with the following fields (see MATLAB.UI.CONTROL.UICONTROL)
    829 %       Key: name of the key that was pressed, in lower case
    830 %       Character: character interpretation of the key(s) that was pressed
    831 %       Modifier: name(s) of the modifier key(s) (i.e., control, shift) pressed
    832 % handles    structure with handles and user data (see GUIDATA)
    833 
    834 
    835 % --- Executes on key press with focus on num_Angle_2 and none of its controls.
    836 function num_Angle_2_KeyPressFcn(hObject, eventdata, handles)
    837 % hObject    handle to num_Angle_2 (see GCBO)
    838 % eventdata  structure with the following fields (see MATLAB.UI.CONTROL.UICONTROL)
    839 %       Key: name of the key that was pressed, in lower case
    840 %       Character: character interpretation of the key(s) that was pressed
    841 %       Modifier: name(s) of the modifier key(s) (i.e., control, shift) pressed
    842 % handles    structure with handles and user data (see GUIDATA)
     825%
     826
     827
     828% --- Executes on key press with focus on num_RangeX_2 and none of its controls.
     829function suggest_refresh(hObject, eventdata, handles)
     830set(handles.REFRESH,'BackgroundColor',[1 0 1])
Note: See TracChangeset for help on using the changeset viewer.