diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index a9db66ca5b..20a321c843 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2007-09-06 Matthias Clasen + + * gdk/tmpl/windows.sgml: Correct the example widget for + child windows. (#473463, Andrew Cowie) + 2007-09-03 Behdad Esfahbod * gtk/gtk-sections.txt: Remove duplicate diff --git a/docs/reference/gdk/tmpl/windows.sgml b/docs/reference/gdk/tmpl/windows.sgml index 6c5d0515bc..ed810638ba 100644 --- a/docs/reference/gdk/tmpl/windows.sgml +++ b/docs/reference/gdk/tmpl/windows.sgml @@ -196,7 +196,7 @@ Describes the kind of window. @GDK_WINDOW_ROOT: root window; this window has no parent, covers the entire screen, and is created by the window system @GDK_WINDOW_TOPLEVEL: toplevel window (used to implement #GtkWindow) -@GDK_WINDOW_CHILD: child window (used to implement e.g. #GtkButton) +@GDK_WINDOW_CHILD: child window (used to implement e.g. #GtkEntry) @GDK_WINDOW_DIALOG: useless/deprecated compatibility type @GDK_WINDOW_TEMP: override redirect temporary window (used to implement #GtkMenu) @GDK_WINDOW_FOREIGN: foreign window (see gdk_window_foreign_new())