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 of the gtk:widget class 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

2025-08-14