s/columns/rows/ in docs. (#70199)

* gtk/gtktreeview.c (gtk_tree_view_set_reorderable):
	s/columns/rows/ in docs.  (#70199)

	* gtk/gtktreestore.c (gtk_tree_store_insert): s/before/after/ in
	docs. (#71852, #68405)

	* gtk/gtkcalendar.c (gtk_calendar_select_day): Correct a comment.

	* gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtkimage.sgml: s/%d/%%d/ in
	examples.  (#71479)

	* gtk/tmpl/gtkmenu.sgml: Document gtk_menu_set_active as
	quasi-private.  (#69788)

	* gtk/tmpl/gtkcalendar.sgml: Document month as zero-based and
	selected_day as one-based.  (#57169)
This commit is contained in:
Matthias Clasen
2002-02-22 00:26:54 +00:00
parent 4deb783e6b
commit 6b11e5cf51
15 changed files with 99 additions and 37 deletions

View File

@ -2130,7 +2130,7 @@ gtk_calendar_select_day (GtkCalendar *calendar,
calendar->selected_day = day;
/* Deselect the new day */
/* Select the new day */
if (day != 0)
{
if (GTK_WIDGET_DRAWABLE (GTK_WIDGET (calendar)))