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
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user