Previous: , Up: Cursors   [Contents][Index]


11.3 Cursor Attributes

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

Function: cursor-display cursor
cursor

A cursor object.

Returns the display object associated with the specified cursor.

display

Type display.

Function: cursor-equal cursor-1 cursor-2
cursor-1
cursor-2

cursor objects.

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

Function: cursor-id cursor
cursor

A cursor object.

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

id

Type resource-id.

Function: cursor-p cursor
cursor-p

Type boolean.

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

Function: cursor-plist cursor
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.