correct an example

svn path=/trunk/; revision=18740
This commit is contained in:
Matthias Clasen 2007-09-07 03:07:18 +00:00
parent cb708cc1c6
commit c191a26d92
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-09-06 Matthias Clasen <mclasen@redhat.com>
* gdk/tmpl/windows.sgml: Correct the example widget for
child windows. (#473463, Andrew Cowie)
2007-09-03 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtk-sections.txt: Remove duplicate

View File

@ -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())