Add markup to docs.

* gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
This commit is contained in:
Matthias Clasen 2001-11-28 19:08:36 +00:00
parent af4bb73f59
commit fa7f30239b
8 changed files with 18 additions and 3 deletions

View File

@ -1,5 +1,7 @@
2001-11-28 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
* gdk/gdkcursor.h: Directly include the contents
of gdkcursors.h in the GdkCursorType enum.

View File

@ -1,5 +1,7 @@
2001-11-28 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
* gdk/gdkcursor.h: Directly include the contents
of gdkcursors.h in the GdkCursorType enum.

View File

@ -1,5 +1,7 @@
2001-11-28 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
* gdk/gdkcursor.h: Directly include the contents
of gdkcursors.h in the GdkCursorType enum.

View File

@ -1,5 +1,7 @@
2001-11-28 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
* gdk/gdkcursor.h: Directly include the contents
of gdkcursors.h in the GdkCursorType enum.

View File

@ -1,5 +1,7 @@
2001-11-28 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
* gdk/gdkcursor.h: Directly include the contents
of gdkcursors.h in the GdkCursorType enum.

View File

@ -1,5 +1,7 @@
2001-11-28 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
* gdk/gdkcursor.h: Directly include the contents
of gdkcursors.h in the GdkCursorType enum.

View File

@ -1,5 +1,7 @@
2001-11-28 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
* gdk/gdkcursor.h: Directly include the contents
of gdkcursors.h in the GdkCursorType enum.

View File

@ -2593,9 +2593,10 @@ gtk_window_get_size (GtkWindow *window,
* gtk_window_move (window, gdk_screen_width () - window_width,
* gdk_screen_height () - window_height).
*
* The extended window manager hints specification at
* http://www.freedesktop.org/standards/wm-spec.html has a nice table
* of gravities in the "implementation notes" section.
* The extended window manager hints specification at <ulink
* url="http://www.freedesktop.org/standards/wm-spec.html"
* >http://www.freedesktop.org/standards/wm-spec.html</ulink> has a
* nice table of gravities in the "implementation notes" section.
*
* The gtk_window_get_position() documentation may also be relevant.
*