================ Cursor (hwx.gui) ================ The cursor of the application. -------------- Public Methods -------------- +------------------------------------------------------------------+ | classmethod get_ (cls, cursor) | +------------------------------------------------------------------+ | classmethod register_ (cls, name, icon, pickmask=None, x=0, y=0) | +------------------------------------------------------------------+ | classmethod set_ (cls, cursor=None) | +------------------------------------------------------------------+ -------------- Method Details -------------- .. _get: .. classmethod:: get(cls, cursor) Returns the named cursor. .. _register: .. classmethod:: register(cls, name, icon, pickmask=None, x=0, y=0) Registers a cursor so it can be set .. _set: .. classmethod:: set(cls, cursor=None) Sets the named cursor. If the cursor is None, uses the standard cursor.