x_message
x_message – A message in a Gtk window
Calling sequence
[num]=x_message(strings [,buttons])
Parameters
- strings: vector of characters strings to be displayed
- buttons: character string or 2 vector of character strings which specifies button(s)
name(s). Default value is ”Ok”
- num: number of button clicked (if 2 buttons are specified)
Description
Displays a message in a Gtk windows and waits for user action to continue.
Examples
x_message('foo') x_message('foo',"gtk-close");
See also
x_dialog x_mdialog x_message_modeless