tkgui Function
Last update : 22/2/2006
tk_message - Displaying a message and wait for a
response using tk widgets
Calling Sequence
- [num]=x_message(strings)
- [num]=x_message(strings ,buttons)
Parameters
-
strings : vector of characters strings to be displayed.
-
buttons : Vector of strings containing the label of the buttons. Default
value is "ok".
-
num : number of the button clicked.
Description
An interactive input function for matrix and list using tksci interface.
Type tk_dialog() to see examples.
Examples
gain=0.235;tk_message('value of gain is :'+string(gain))
r=tk_message(['Your problem is ill conditioned'; 'continue ?'],['Yes','No'])
.fi
See Also
x_message, tk_dialog,