cl-cffi-gtk4
API documentation
Package:
gtk
Accessor gtk:widget-cursor
Lambda List
gtk:widget-cursor
(
object
)
Syntax
(gtk:widget-cursor object) => cursor
(setf (gtk:widget-cursor object) cursor)
Arguments
object
-- a
gtk:widget
object
cursor
-- a
gdk:cursor
object
Details
The accessor for the
cursor
slot gets or sets the cursor set on the widget. If the
cursor
property is
nil
, the widget will use the cursor inherited from the parent widget.
See also
gtk:widget
gdk:cursor
2026-08-30