Cursor (hwx.gui)#

class Cursor#

Bases: object

The cursor of the application.

Attribute Table#

Name

Type

cursors

dict

predefined

dict

registered

dict

Method Table#

Name

Description

get (cursor)

Returns the named cursor.

register (name, icon, pickmask=None, x=0, y=0)

Registers a cursor so it can be set

set (cursor=None)

Sets the named cursor.