% -*- 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