Add a note about reflexive ancestry. (#99085, Frederic Lespez)

* gtk/gtkwidget.c (gtk_widget_get_ancestor): Add a note about
	reflexive ancestry.  (#99085, Frederic Lespez)
This commit is contained in:
Matthias Clasen
2002-11-21 20:03:03 +00:00
parent dd6b66bff9
commit 6bcfec7d68
7 changed files with 21 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2002-11-21 Matthias Clasen <maclas@gmx.de>
* gtk/gtkwidget.c (gtk_widget_get_ancestor): Add a note about
reflexive ancestry. (#99085, Frederic Lespez)
* docs/tutorial/gtk-tut.sgml:
* examples/calendar/calendar.c: Numerous fixes to the calendar
example. (#97956, Owen Taylor)