From ec881333d082d99f4a934e7b2794b6449b9ae812 Mon Sep 17 00:00:00 2001 From: Erik Dasque Date: Fri, 30 Apr 2004 13:53:41 +0000 Subject: [PATCH] added documentation for Calendar member property Date svn path=/trunk/gtk-sharp/; revision=26418 --- doc/en/Gtk/Calendar.xml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/doc/en/Gtk/Calendar.xml b/doc/en/Gtk/Calendar.xml index 5140a5d45..814ad3836 100644 --- a/doc/en/Gtk/Calendar.xml +++ b/doc/en/Gtk/Calendar.xml @@ -1,4 +1,4 @@ - +nod gtk-sharp @@ -232,7 +232,7 @@ void HandleDaySelected (object obj, EventArgs args) - Creates a new Calendar displaying the current month. + Creates a new Calendar displaying the current month and having the current day selected A new Calendar. @@ -356,6 +356,20 @@ void HandleDaySelected (object obj, EventArgs args) + + + + Property + + System.DateTime + + + + a DateTime that contains the current day for the Calendar widget + a + Setting the date fires Calendar changes events (Day, Mont/Year) + + Property