Home > freetb4matlab > tk_octave > tk_yesnocancel.m

tk_yesnocancel

PURPOSE ^

ret = tk_yesnocancel(text [, default])

SYNOPSIS ^

function ret = tk_yesnocancel(text, default)

DESCRIPTION ^

 ret = tk_yesnocancel(text [, default])

 Open a window with 'text' printed and asking for YES, NO or CANCEL the
 default being 'default'. The return value is 0 for YES, 1 for NO and
 2 for CANCEL (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