***************** wx.WindowDisabler ***************** Inheritance diagram for `wx.WindowDisabler`: | .. inheritance-diagram:: wx.WindowDisabler | Description =========== This class disables all windows of the application (may be with the exception of one of them) in its constructor and enables them back in its destructor. This comes in handy when you want to indicate to the user that the application is currently busy and cannot respond to user input. .. seealso:: `wx.BusyCursor `_ Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__(winToSkip=None) Disables all top level windows of the applications with the exception of `winToSkip` if it is not ``None``. **Parameters:** * `winToSkip` (`wx.Window `_) | **Returns:** `wx.WindowDisabler `_