mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
doc improvement
This commit is contained in:
parent
bd5fa38f76
commit
b57f1571de
@ -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:
|
||||||
|
@ -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:
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user