Home > freetb4matlab > zenity > zenity_calendar.m

zenity_calendar

PURPOSE ^

% Displays a date selection window.

SYNOPSIS ^

function d = zenity_calendar(title, day, month, year)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn  {Function File} @var{d} = zenity_calendar(@var{title}, @var{day}, @var{month}, @var{year})
% Displays a date selection window.
% The variable @var{title} sets the title of the calendar.
% The optional arguments @var{day}, @var{month}, and @var{year} changes
% the standard selected date.
%
% @seealso{zenity_list, zenity_progress, zenity_entry, 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