Changeset 849


Ignore:
Timestamp:
Jan 16, 2015, 10:21:21 AM (9 years ago)
Author:
sommeria
Message:

phys ima added again

Location:
trunk/src
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/civ_input.m

    r833 r849  
    21812181%     set(handles.REFRESH,'BackgroundColor',[1 0 1]); %paint REFRESH button in magenta to indicate that it should be activated
    21822182end
     2183
     2184
     2185% --- Executes on selection change in popupmenu11.
     2186function popupmenu11_Callback(hObject, eventdata, handles)
     2187% hObject    handle to popupmenu11 (see GCBO)
     2188% eventdata  reserved - to be defined in a future version of MATLAB
     2189% handles    structure with handles and user data (see GUIDATA)
     2190
     2191% Hints: contents = cellstr(get(hObject,'String')) returns popupmenu11 contents as cell array
     2192%        contents{get(hObject,'Value')} returns selected item from popupmenu11
     2193
     2194
     2195% --- Executes during object creation, after setting all properties.
     2196function popupmenu11_CreateFcn(hObject, eventdata, handles)
     2197% hObject    handle to popupmenu11 (see GCBO)
     2198% eventdata  reserved - to be defined in a future version of MATLAB
     2199% handles    empty - handles not created until after all CreateFcns called
     2200
     2201% Hint: popupmenu controls usually have a white background on Windows.
     2202%       See ISPC and COMPUTER.
     2203if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
     2204    set(hObject,'BackgroundColor','white');
     2205end
Note: See TracChangeset for help on using the changeset viewer.