cursor property

cursor property

See the cursor property definition in CSS2.

Definition:

@property
def cursor(self):
    ...
@cursor.setter
def cursor(self, value):
    ...

See Also