The complete set of cursor attributes is discussed in the following paragraphs.
cursor-display | cursor | Function |
Returns the display object associated with the specified cursor.
|
cursor-equal | cursor-1 cursor-2 | Function |
Returns true if the two arguments refer to the same server resource and nil if they do not. |
cursor-id | cursor | Function |
Returns the unique resource ID that has been assigned to the specified cursor.
|
cursor-p | cursor | Function |
Returns true if the argument is a cursor object and nil otherwise.
|
cursor-plist | cursor | Function |
Returns and (with setf) sets the property list for the specified cursor. This function provides a hook where extensions can add data.
|