summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMathias Hasselmann <hasselmm@src.gnome.org>2007-12-28 09:39:34 +0000
committerMathias Hasselmann <hasselmm@src.gnome.org>2007-12-28 09:39:34 +0000
commitc32421418a398e9218d4fea7afc58842245d4ca1 (patch)
tree5a73f09334763b380b2f0f09f49ec65152ecfce0 /docs
parent6fda2b46a7dbe1c986b023be04ef064933e34fae (diff)
downloadgtk+-c32421418a398e9218d4fea7afc58842245d4ca1.tar.gz
Add GTK_CALENDAR_SHOW_DETAILS display flag, which chooses if details are shown within the widget, or jst as tooltip.
* gtk/gtkcalendar.c, gtk/gtkcalendar.h: Add "show-details" property aka. GTK_CALENDAR_SHOW_DETAILS, and use it. * tests/testcalendar.c: Test GTK_CALENDAR_SHOW_DETAILS. Reduce padding in flags vbox. svn path=/trunk/; revision=19267
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog5
-rw-r--r--docs/reference/gtk/tmpl/gtkcalendar.sgml9
2 files changed, 5 insertions, 9 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index b4f0c7ad32..d6d5105b83 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-28 Mathias Hasselmann <mathias@openismus.com>
+
+ * gtk/tmpl/gtkcalendar.sgml: Move documentation for
+ GtkCalendarDisplayOptions to gtk/gtkcalendar.c.
+
2007-12-27 Mathias Hasselmann <mathias@openismus.com>
* reference/gtk/gtk-sections.txt: Add new GtkCalendar symbols.
diff --git a/docs/reference/gtk/tmpl/gtkcalendar.sgml b/docs/reference/gtk/tmpl/gtkcalendar.sgml
index 3de3fb21dc..bcac0b38ae 100644
--- a/docs/reference/gtk/tmpl/gtkcalendar.sgml
+++ b/docs/reference/gtk/tmpl/gtkcalendar.sgml
@@ -150,17 +150,8 @@ calendar.
<!-- ##### ENUM GtkCalendarDisplayOptions ##### -->
<para>
-These options can be used to influence the display and behaviour of a #GtkCalendar.
</para>
-@GTK_CALENDAR_SHOW_HEADING: Specifies that the month and year should be displayed.
-@GTK_CALENDAR_SHOW_DAY_NAMES: Specifies that three letter day descriptions should be present.
-@GTK_CALENDAR_NO_MONTH_CHANGE: Prevents the user from switching months with the calendar.
-@GTK_CALENDAR_SHOW_WEEK_NUMBERS: Displays each week numbers of the current year, down the left side
- of the calendar.
-@GTK_CALENDAR_WEEK_START_MONDAY: Since GTK+ 2.4, this option is deprecated and ignored by GTK+.
- The information on which day the calendar week starts is derived from the locale.
-
<!-- ##### FUNCTION gtk_calendar_new ##### -->
<para>
</para>