10.4 Cursor Attributes

The complete set of cursor attributes is discussed in the following paragraphs.



cursor-display cursor Function
        
cursor
A cursor object.

Returns the display object associated with the specified cursor.

display
Type display.


cursor-equal cursor-1 cursor-2 Function
        
cursor-1, cursor-2
cursor objects.

Returns true if the two arguments refer to the same server resource and nil if they do not.



cursor-id cursor Function
        
cursor
A cursor object.

Returns the unique resource ID that has been assigned to the specified cursor.

id
Type resource-id.


cursor-p cursor Function
        

Returns true if the argument is a cursor object and nil otherwise.

cursor-p
Type boolean.


cursor-plist cursor Function
        
cursor
A cursor object.

Returns and (with setf) sets the property list for the specified cursor. This function provides a hook where extensions can add data.

plist
A property list.