Home > freetb4matlab > tk_octave > tk_yesno.m

tk_yesno

PURPOSE ^

% ret = tk_yesno(text [, default])

SYNOPSIS ^

function ret = tk_yesno(text, default)

DESCRIPTION ^

% ret = tk_yesno(text [, default])
%
% Open a window with 'text' printed and asking for YES or NO, the
% default being 'default'. The return value is 0 for YES and 1 for NO
% (the default if 'default' is not specified)
%
% see also: tk_dialog

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003