diff --git a/ChangeLog b/ChangeLog index 2aee968239..01f174a2d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-18 Matthias Clasen + + * gtk/gtkwindow.c (gtk_window_move): Small doc addition. + (#345275, Behdad Esfahbod) + 2006-06-17 Matthias Clasen * modules/printbackends/pdf/gtkprintbackendpdf.c: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 2aee968239..01f174a2d0 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2006-06-18 Matthias Clasen + + * gtk/gtkwindow.c (gtk_window_move): Small doc addition. + (#345275, Behdad Esfahbod) + 2006-06-17 Matthias Clasen * modules/printbackends/pdf/gtkprintbackendpdf.c: diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 93b9d61542..5cbd90fd59 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -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: * gtk_window_move (window, gdk_screen_width () - window_width, - * gdk_screen_height () - window_height). + * gdk_screen_height () - window_height) (note that this + * example does not take multi-head scenarios into account). * * The Extended Window Manager Hints specification at @@ -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,