Changeset 911 for trunk/src/set_object.m


Ignore:
Timestamp:
Jun 15, 2015, 10:45:43 PM (9 years ago)
Author:
sommeria
Message:

bug repaired in civ_series (mask problem) and clarification of output for OAR in series

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/set_object.m

    r908 r911  
    3838function varargout = set_object(varargin)
    3939
    40 % Last Modified by GUIDE v2.5 16-Jan-2015 11:03:00
     40% Last Modified by GUIDE v2.5 15-Jun-2015 19:51:15
    4141
    4242% Begin initialization code - DO NOT REFRESH
     
    797797    REFRESH_Callback(hObject,eventdata,handles)
    798798end
     799
     800
     801
     802function num_RangeInterp_Callback(hObject, eventdata, handles)
     803% hObject    handle to num_RangeInterp (see GCBO)
     804% eventdata  reserved - to be defined in a future version of MATLAB
     805% handles    structure with handles and user data (see GUIDATA)
     806
     807% Hints: get(hObject,'String') returns contents of num_RangeInterp as text
     808%        str2double(get(hObject,'String')) returns contents of num_RangeInterp as a double
     809
     810
     811% --- Executes during object creation, after setting all properties.
     812function num_RangeInterp_CreateFcn(hObject, eventdata, handles)
     813% hObject    handle to num_RangeInterp (see GCBO)
     814% eventdata  reserved - to be defined in a future version of MATLAB
     815% handles    empty - handles not created until after all CreateFcns called
     816
     817% Hint: edit controls usually have a white background on Windows.
     818%       See ISPC and COMPUTER.
     819if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
     820    set(hObject,'BackgroundColor','white');
     821end
Note: See TracChangeset for help on using the changeset viewer.