Home > freetb4matlab > zenity > zenity_message.m

zenity_message

PURPOSE ^

% Displays a graphical message dialog.

SYNOPSIS ^

function status=zenity_message(text, type)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn  {Function File} zenity_message(@var{text}, @var{type})
% Displays a graphical message dialog.
% The variable @var{text} sets the message of the dialog, and the
% optional variable @var{type} sets the type of the message.
% @var{type} must be one of the following strings @code{error},
% @code{info}, @code{question}, and @code{warning}. The default
% value of @var{type} is @code{info}. Retuns the value @code{status}
% which is 0 for 'Ok' and 1 for 'Cancel' button selection; a value 
% of -1 indicates a failure of dialog box.
%
% @seealso{zenity_calendar, zenity_list, zenity_progress, zenity_entry,
% zenity_text_info, zenity_file_selection, zenity_notification}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

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