summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2002-01-25 14:34:20 +0000
committerSven Neumann <neo@src.gnome.org>2002-01-25 14:34:20 +0000
commit54b6e6f76b0ff6c8752cddec0516497867baca43 (patch)
treec168f6dc57193e9e6a6346a5626d176a3d6f769d /gtk
parent9c6dc3d52d87d1c0c53aa2dc99f7e3b8f9436a28 (diff)
downloadgtk+-54b6e6f76b0ff6c8752cddec0516497867baca43.tar.gz
changed the comment so that gtk-doc doesn't get confused.
2002-01-25 Sven Neumann <sven@gimp.org> * gtk/gtkwindow.c (gtk_window_get_size): changed the comment so that gtk-doc doesn't get confused.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkwindow.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index d3368e15b8..1d33ece6b3 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -2508,8 +2508,8 @@ gtk_window_resize (GtkWindow *window,
* @width: return location for width, or %NULL
* @height: return location for height, or %NULL
*
- * Obtains the current size of @window. If @window is not onscreen, it
- * returns the size GTK+ will suggest to the <link
+ * Obtains the current size of @window. If @window is not onscreen,
+ * it returns the size GTK+ will suggest to the <link
* linkend="gtk-X11-arch">window manager</link> for the initial window
* size (but this is not reliably the same as the size the window
* manager will actually select). The size obtained by
@@ -2529,10 +2529,10 @@ gtk_window_resize (GtkWindow *window,
* "configure_event" on the window and adjust your size-dependent
* state to match the size delivered in the #GdkEventConfigure.
*
- * Note 2: The returned size does <emphasis>not</emphasis> include the size of the window
- * manager decorations (aka the window frame or border). Those
- * are not drawn by GTK+ and GTK+ has no reliable method of
- * determining their size.
+ * Note 2: The returned size does <emphasis>not</emphasis> include the
+ * size of the window manager decorations (aka the window frame or
+ * border). Those are not drawn by GTK+ and GTK+ has no reliable
+ * method of determining their size.
*
* Note 3: If you are getting a window size in order to position
* the window onscreen, there may be a better way. The preferred