Home > freetb4matlab > zenity > zenity_entry.m

zenity_entry

PURPOSE ^

% Displays a text entry dialog.

SYNOPSIS ^

function s = zenity_entry(text, entrytext, password)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn  {Function File} @var{s} = zenity_entry(@var{text}, @var{entry_text}, @var{password})
% Displays a text entry dialog.
% The variable @var{text} sets the title of the dialog, and the
% @var{entry_text} variable sets the default value of the text
% entry field. If the @var{password} variable is non-empty the
% value of the text entry field will not be displayed on the screen.
% All arguments are optional.
%
% @seealso{zenity_calendar, zenity_list, zenity_progress, zenity_message,
% 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