]> Pileus Git - ~andy/gtk/commitdiff
doc improvement
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 19 Jun 2006 02:02:49 +0000 (02:02 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 19 Jun 2006 02:02:49 +0000 (02:02 +0000)
ChangeLog
ChangeLog.pre-2-10
gtk/gtkwindow.c

index 2aee968239624cb36f2213b6393a6c409e03cfa5..01f174a2d01e9929bb5a7419f940c92b8fcd95d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-18  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkwindow.c (gtk_window_move): Small doc addition. 
+       (#345275, Behdad Esfahbod)
+
 2006-06-17  Matthias Clasen  <mclasen@redhat.com>
 
        * modules/printbackends/pdf/gtkprintbackendpdf.c:
index 2aee968239624cb36f2213b6393a6c409e03cfa5..01f174a2d01e9929bb5a7419f940c92b8fcd95d3 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-18  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkwindow.c (gtk_window_move): Small doc addition. 
+       (#345275, Behdad Esfahbod)
+
 2006-06-17  Matthias Clasen  <mclasen@redhat.com>
 
        * modules/printbackends/pdf/gtkprintbackendpdf.c:
index 93b9d615427f2af9874d3bf273339285692dc94c..5cbd90fd5967c5f77ef30912cada58cbc08ee0ea 100644 (file)
@@ -3668,7 +3668,8 @@ gtk_window_get_size (GtkWindow *window,
  * reference point. So, to place a window in the bottom right corner
  * you would first set gravity to south east, then write:
  * <literal>gtk_window_move (window, gdk_screen_width () - window_width,
- * gdk_screen_height () - window_height)</literal>.
+ * gdk_screen_height () - window_height)</literal> (note that this
+ * example does not take multi-head scenarios into account).
  *
  * The Extended Window Manager Hints specification at <ulink 
  * url="http://www.freedesktop.org/Standards/wm-spec">
@@ -3676,8 +3677,7 @@ gtk_window_get_size (GtkWindow *window,
  * nice table of gravities in the "implementation notes" section.
  *
  * The gtk_window_get_position() documentation may also be relevant.
- * 
- **/
+ */
 void
 gtk_window_move (GtkWindow *window,
                  gint       x,