diff options
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/ChangeLog | 4 | ||||
-rw-r--r-- | docs/reference/gtk/gtk-sections.txt | 17 |
2 files changed, 20 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index ee848683e2..b4f0c7ad32 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2007-12-27 Mathias Hasselmann <mathias@openismus.com> + + * reference/gtk/gtk-sections.txt: Add new GtkCalendar symbols. + 2007-12-27 Xan Lopez <xan@gnome.org> * gtk/gtk-sections.txt: Add gtk_border_new diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index cc0051a117..ffcb735273 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -547,19 +547,34 @@ gtk_button_get_type <FILE>gtkcalendar</FILE> <TITLE>GtkCalendar</TITLE> GtkCalendar +GtkCalendarDetailFunc GtkCalendarDisplayOptions + +<SUBSECTION> gtk_calendar_new gtk_calendar_select_month gtk_calendar_select_day gtk_calendar_mark_day gtk_calendar_unmark_day gtk_calendar_clear_marks + +<SUBSECTION> gtk_calendar_get_display_options gtk_calendar_set_display_options -gtk_calendar_display_options gtk_calendar_get_date + +<SUBSECTION> +gtk_calendar_set_detail_func +gtk_calendar_get_detail_width_chars +gtk_calendar_set_detail_width_chars +gtk_calendar_get_detail_height_rows +gtk_calendar_set_detail_height_rows + +<SUBSECTION> +gtk_calendar_display_options gtk_calendar_freeze gtk_calendar_thaw + <SUBSECTION Standard> GTK_CALENDAR GTK_IS_CALENDAR |