************* wx.BusyCursor ************* Inheritance diagram for `wx.BusyCursor`: | .. inheritance-diagram:: wx.BusyCursor | Description =========== This class makes it easy to tell your user that the program is temporarily busy. Just create a `wx.BusyCursor` object on the stack, and within the current scope, the hourglass will be shown. .. seealso:: `wx.BeginBusyCursor <../wxFunctions.html#BeginBusyCursor>`_, `wx.EndBusyCursor <../wxFunctions.html#EndBusyCursor>`_, `wx.WindowDisabler `_ Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__(cursor=wx.HOURGLASS_CURSOR) Constructor. **Parameters:** * `cursor` (`wx.Cursor `_) | **Returns:** `wx.BusyCursor `_