doc improvement

This commit is contained in:
Matthias Clasen 2006-06-19 02:02:49 +00:00
parent bd5fa38f76
commit b57f1571de
3 changed files with 13 additions and 3 deletions

View 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> 2006-06-17 Matthias Clasen <mclasen@redhat.com>
* modules/printbackends/pdf/gtkprintbackendpdf.c: * modules/printbackends/pdf/gtkprintbackendpdf.c:

View 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> 2006-06-17 Matthias Clasen <mclasen@redhat.com>
* modules/printbackends/pdf/gtkprintbackendpdf.c: * modules/printbackends/pdf/gtkprintbackendpdf.c:

View File

@ -3668,7 +3668,8 @@ gtk_window_get_size (GtkWindow *window,
* reference point. So, to place a window in the bottom right corner * reference point. So, to place a window in the bottom right corner
* you would first set gravity to south east, then write: * you would first set gravity to south east, then write:
* <literal>gtk_window_move (window, gdk_screen_width () - window_width, * <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 * The Extended Window Manager Hints specification at <ulink
* url="http://www.freedesktop.org/Standards/wm-spec"> * 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. * nice table of gravities in the "implementation notes" section.
* *
* The gtk_window_get_position() documentation may also be relevant. * The gtk_window_get_position() documentation may also be relevant.
* */
**/
void void
gtk_window_move (GtkWindow *window, gtk_window_move (GtkWindow *window,
gint x, gint x,