Changeset 911 for trunk/src/set_object.m
- Timestamp:
- Jun 15, 2015, 10:45:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/set_object.m
r908 r911 38 38 function varargout = set_object(varargin) 39 39 40 % Last Modified by GUIDE v2.5 1 6-Jan-2015 11:03:0040 % Last Modified by GUIDE v2.5 15-Jun-2015 19:51:15 41 41 42 42 % Begin initialization code - DO NOT REFRESH … … 797 797 REFRESH_Callback(hObject,eventdata,handles) 798 798 end 799 800 801 802 function 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. 812 function 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. 819 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor')) 820 set(hObject,'BackgroundColor','white'); 821 end
Note: See TracChangeset
for help on using the changeset viewer.