IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
figure1_WindowKeyPressFcn.m
Go to the documentation of this file.
1
%>@ingroup misc
2
%>@file
3
%>@brief Part of the context-sensitive help system
4
%> Executes on key press with focus on figure1 or any of its controls.
5
function
figure1_WindowKeyPressFcn
(hObject, eventdata, handles)
6
if ismember(eventdata.Key, {
'f1'
,
'F1'
})
7
call_help
(hObject);
8
end;
figure1_WindowKeyPressFcn
function figure1_WindowKeyPressFcn(in hObject, in eventdata, in handles)
call_help
function call_help(in hFigure)
m
gui
auxi
figure1_WindowKeyPressFcn.m
Generated on Tue May 19 2015 20:46:05 for IRootLab by
1.8.9.1