Classes | |
| class | __DocFilter |
| class | _wxPyDeadObject |
| class | _wxPyUnbornObject |
| class | CallLater |
| class | FutureCall |
| class | PyDeadObjectError |
| class | PyUnbornObjectError |
Functions | |
| def | bool |
| def | CallAfter |
| def | version |
Variables | |
| __version__ = VERSION_STRING | |
| tuple | default = _sys.getdefaultencoding() |
| def wxPython_swig_interface._core_ex.bool | ( | value | ) |
Definition at line 9 of file _core_ex.py.
| def wxPython_swig_interface._core_ex.CallAfter | ( | callable, | |
| args, | |||
| kw | |||
| ) |
Call the specified function after the current and pending event handlers have been completed. This is also good for making GUI method calls from non-GUI threads. Any extra positional or keyword args are passed on to the callable when it is called. :see: `wx.CallLater`
Definition at line 144 of file _core_ex.py.
Returns a string containing version and port info
Definition at line 34 of file _core_ex.py.
| wxPython_swig_interface::_core_ex::__version__ = VERSION_STRING |
Definition at line 25 of file _core_ex.py.
| tuple wxPython_swig_interface::_core_ex::default = _sys.getdefaultencoding() |
Definition at line 65 of file _core_ex.py.