mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
docs: Don't mention css for setting cursors
We don't have a plan to make this work, so lets not talk about it in the docs.
This commit is contained in:
parent
c35cb0eb1b
commit
642588b9cd
@ -15328,9 +15328,8 @@ gtk_widget_get_focus_child (GtkWidget *widget)
|
||||
*
|
||||
* Sets the cursor to be shown when pointer devices point towards @widget.
|
||||
*
|
||||
* If the @cursor is NULL, @widget will use the cursor specified via CSS
|
||||
* or the parent widget. If neither specifies a cursor, the default cursor
|
||||
* will be shown. This is the default behavior.
|
||||
* If the @cursor is NULL, @widget will use the cursor inherited from the
|
||||
* parent widget.
|
||||
*
|
||||
* Since: 3.94
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user