Changeset 849
- Timestamp:
- Jan 16, 2015, 10:21:21 AM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/civ_input.m
r833 r849 2181 2181 % set(handles.REFRESH,'BackgroundColor',[1 0 1]); %paint REFRESH button in magenta to indicate that it should be activated 2182 2182 end 2183 2184 2185 % --- Executes on selection change in popupmenu11. 2186 function 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. 2196 function 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. 2203 if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor')) 2204 set(hObject,'BackgroundColor','white'); 2205 end
Note: See TracChangeset
for help on using the changeset viewer.