[docs] Add documentation for GdkWindow 'cursor' property

Reported by Rafal Luzynski here:
https://bugzilla.gnome.org/show_bug.cgi?id=604821
This commit is contained in:
Javier Jardón 2009-12-20 21:39:42 +01:00 committed by Tristan Van Berkom
parent 62a2dd6c78
commit 54573f1582

View File

@ -480,6 +480,15 @@ gdk_window_class_init (GdkWindowObjectClass *klass)
/* Properties */
/**
* GdkWindow:cursor:
*
* The mouse pointer for a #GdkWindow. See gdk_window_set_cursor() and
* gdk_window_get_cursor() for details.
*
* Since: 2.18
*/
g_object_class_install_property (object_class,
PROP_CURSOR,
g_param_spec_boxed ("cursor",