forked from AuroraMiddleware/gtk
[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:
parent
62a2dd6c78
commit
54573f1582
@ -480,6 +480,15 @@ gdk_window_class_init (GdkWindowObjectClass *klass)
|
|||||||
|
|
||||||
|
|
||||||
/* Properties */
|
/* 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,
|
g_object_class_install_property (object_class,
|
||||||
PROP_CURSOR,
|
PROP_CURSOR,
|
||||||
g_param_spec_boxed ("cursor",
|
g_param_spec_boxed ("cursor",
|
||||||
|
Loading…
Reference in New Issue
Block a user