================ Cursor (hwx.gui) ================ A Cursor for Plot frame only. Inherits: - :ref:`Cursor (hwx.gui)` -------------- Public Methods -------------- +--------------------------+ | set_ (self, cursor=None) | +--------------------------+ | unset_ (self) | +--------------------------+ -------------- Method Details -------------- .. _set: .. method:: set(self, cursor=None) Sets the mouse cursor with the specified cursor. :param cursor: The cursor name to be set. :type cursor: str .. _unset: .. method:: unset(self) Unset the mouse cursor.