mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 14:50:06 +00:00
cursor docs: Point to gtk_widget_set_cursor
This is the right API to use for applications.
This commit is contained in:
parent
6374226d6b
commit
5ec25cde21
@ -48,7 +48,9 @@
|
||||
*
|
||||
* Cursors by themselves are not very interesting, they must be
|
||||
* bound to a window for users to see them. This is done with
|
||||
* gdk_window_set_cursor().
|
||||
* gdk_window_set_cursor() or gdk_window_set_device_cursor().
|
||||
* Applications will typically use higher-level GTK+ functions such
|
||||
* as gtk_widget_set_cursor() instead.
|
||||
*
|
||||
* Cursors are not bound to a given #GdkDisplay, so they can be shared.
|
||||
* However, the appearance of cursors may vary when used on different
|
||||
|
Loading…
Reference in New Issue
Block a user