diff options
author | Mathias Hasselmann <hasselmm@src.gnome.org> | 2007-12-27 20:41:08 +0000 |
---|---|---|
committer | Mathias Hasselmann <hasselmm@src.gnome.org> | 2007-12-27 20:41:08 +0000 |
commit | fdbf92ad90c2d5f6a21bb5013b081c07c45360a7 (patch) | |
tree | 7b701cb4e71701f58616fa345d091deb5bca1865 /docs/reference | |
parent | b28fea94a0641e130431a2417fb598accc36b896 (diff) | |
download | gtk+-fdbf92ad90c2d5f6a21bb5013b081c07c45360a7.tar.gz |
Add infrastructure for GtkCalendar details. (#339540)
* gtk/gtkcalendar.c, gtk/gtkcalendar.h, gtk/gtk.symbols:
Add "detail-width-chars" and "detail-height-rows" properties,
and gtk_calendar_set_detail_func function.
svn path=/trunk/; revision=19251
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 |