TEXTGUI Make sliding vertical window. This window contain text with optional function calls at each line.

Usage: >> textgui( commandnames, helparray, 'key', 'val' ...);

Inputs:
commandnames   
name of the commands. Either char array or cell array of char. All style are 'pushbuttons' exept for empty commands.
helparray   
cell array of commands to execute for each menu (default is empty)

Optional inputs:
'title'   
window title
'fontweight'   
font weight. Single value or cell array of value for each line.
'fontsize'   
font size. Single value or cell array of value for each line.
'fontname'   
font name. Single value or cell array of value for each line.
'linesperpage'   
number of line per page. Default is 20.

Author: Arnaud Delorme, CNL / Salk Institute, 2001

Example:

See the matlab file textgui.m (may require other functions)

Back to functions