Improve docs

svn path=/trunk/; revision=18128
This commit is contained in:
Matthias Clasen 2007-06-14 04:03:58 +00:00
parent 28589d8ae8
commit cf8205eeef
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-06-13 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c (gtk_widget_modify_cursor): Improve docs.
(#447396, Masatake YAMATO)
2007-06-14 Carlos Garnacho <carlos@imendio.com>
* gtk/gtkcombobox.c: removed unused and hardly visible GtkFrame from

View File

@ -5442,8 +5442,10 @@ modify_color_property (GtkWidget *widget,
* allocated), or %NULL to undo the effect of previous calls to
* of gtk_widget_modify_cursor().
*
* Sets the font to use for a widget. All other style values are left
* untouched. See also gtk_widget_modify_style().
* Sets the cursor color to use in a widget, overriding the
* #GtkWidget:cursor-color and #GtkWidget:secondary-cursor-color
* style properties. All other style values are left untouched.
* See also gtk_widget_modify_style().
*
* Since: 2.12
**/