Home > freetb4matlab > tk_octave > tk_message.m

tk_message

PURPOSE ^

tk_message(text [, time])

SYNOPSIS ^

function tk_message(text, time)

DESCRIPTION ^

 tk_message(text [, time])

 Opens a new window and displays the 'text' message during 'time' seconds.
 if 'time' is not specified, the default is five seconds.

 After 'time' is elapsed, if a tk interpreter was launched,
 it will be terminated.

 If you want to cancel a message before 'time' expires, call tk_message
 with only one (possibly empty) argument.

 If a further tk_message is issued before 'time' of the previous one has
 expired, the new message will be displayed, and the timer rearmed with the
 new value.

 Octave can continue processing meanwhile.

CROSS-REFERENCE INFORMATION ^

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