summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-12-09 23:59:31 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-12-09 23:59:31 -0500
commit642588b9cd2d263605efad0459fdc59dd85055ce (patch)
tree0ddec9947c7cca60f29e389e345b89522f795e0e /gtk
parentc35cb0eb1be9deb87295855b27f88057899d07b1 (diff)
downloadgtk+-642588b9cd2d263605efad0459fdc59dd85055ce.tar.gz
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.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkwidget.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index e88df80164..023c7f5854 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -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
**/