************ wx.EventLoop ************ Inheritance diagram for `wx.EventLoop`: | .. inheritance-diagram:: wx.EventLoop | Description =========== Proxy of C++ EventLoop class. Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ * `Dispatch <#Dispatch>`_ * `Exit <#Exit>`_ * `GetActive <#GetActive>`_ * `IsRunning <#IsRunning>`_ * `Pending <#Pending>`_ * `Run <#Run>`_ * `SetActive <#SetActive>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__() `No docstrings available for this method.` -------- .. method:: Dispatch() `No docstrings available for this method.` -------- .. method:: Exit(rc=0) | **Parameters:** * `rc` (int) -------- .. method:: GetActive() `No docstrings available for this method.` -------- .. method:: IsRunning() `No docstrings available for this method.` -------- .. method:: Pending() `No docstrings available for this method.` -------- .. method:: Run() `No docstrings available for this method.` -------- .. method:: SetActive(loop) | **Parameters:** * `loop` (`wx.EventLoop `_)