a b/functions/adminfunc/eeg_helpgui.m
1
%Graphic interface builder functions (guifunc folder):
2
%  <a href="matlab:helpwin errordlg2">errordlg2</a>            - Makes a popup dialog box with the specified message and (optional)...
3
%  <a href="matlab:helpwin finputcheck">finputcheck</a>          - Check Matlab function {'key','value'} input argument pairs...
4
%  <a href="matlab:helpwin inputdlg2">inputdlg2</a>            - Inputdlg function clone with coloring and help for...
5
%  <a href="matlab:helpwin inputgui">inputgui</a>             - A comprehensive gui automatic builder. This function helps...
6
%  <a href="matlab:helpwin listdlg2">listdlg2</a>             - Listdlg function clone with coloring and help for...
7
%  <a href="matlab:helpwin pophelp">pophelp</a>              - Same as matlab HTHELP but does not crash under windows.
8
%  <a href="matlab:helpwin questdlg2">questdlg2</a>            - Questdlg function clone with coloring and help for...
9
%  <a href="matlab:helpwin supergui">supergui</a>             - A comprehensive gui automatic builder. This function help...
10
%  <a href="matlab:helpwin warndlg2">warndlg2</a>             - Same as warndlg for EEGLAB...