summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-02-09 02:43:07 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-02-09 02:44:19 -0500
commit8291530abfc3f74b105d377beb2afc4687c7ffd1 (patch)
tree2e3d2ab3305d0c904d98f1c8e90d1c3fbbb15262 /gdk/gdkwindow.c
parentadef25626e5a5fdc9d56d554fd0477ecdc54ebc0 (diff)
downloadgtk+-8291530abfc3f74b105d377beb2afc4687c7ffd1.tar.gz
More GDK documentation tweaks
Diffstat (limited to 'gdk/gdkwindow.c')
-rw-r--r--gdk/gdkwindow.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c
index e53fdd07fa..af702a462e 100644
--- a/gdk/gdkwindow.c
+++ b/gdk/gdkwindow.c
@@ -51,12 +51,12 @@
* @Short_description: Onscreen display areas in the target window system
* @Title: Windows
*
- * A #GdkWindow is a rectangular region on the screen. It's a low-level object,
- * used to implement high-level objects such as #GtkWidget and #GtkWindow on the
- * GTK+ level. A #GtkWindow is a toplevel window, the thing a user might think
- * of as a "window" with a titlebar and so on; a #GtkWindow may contain many
- * #GdkWindow<!-- -->s. For example, each #GtkButton has a #GdkWindow associated
- * with it.
+ * A #GdkWindow is a (usually) rectangular region on the screen.
+ * It's a low-level object, used to implement high-level objects such as
+ * #GtkWidget and #GtkWindow on the GTK+ level. A #GtkWindow is a toplevel
+ * window, the thing a user might think of as a "window" with a titlebar and
+ * so on; a #GtkWindow may contain many #GdkWindows. For example, each
+ * #GtkButton has a #GdkWindow associated with it.
*
* <refsect2 id="COMPOSITED-WINDOWS">
* <title>Composited Windows</title>