Public Member Functions | Public Attributes
wxPython_swig_interface::_app_ex::PyOnDemandOutputWindow Class Reference

List of all members.

Public Member Functions

def __init__
def close
def CreateOutputWindow
def flush
def OnCloseWindow
def SetParent
def write

Public Attributes

 frame
 parent
 pos
 size
 text
 title

Detailed Description

A class that can be used for redirecting Python's stdout and
stderr streams.  It will do nothing until something is wrriten to
the stream at which point it will create a Frame with a text area
and write the text there.

Definition at line 4 of file _app_ex.py.


Constructor & Destructor Documentation

def wxPython_swig_interface::_app_ex::PyOnDemandOutputWindow::__init__ (   self,
  title = "wxPython: stdout/stderr" 
)

Definition at line 11 of file _app_ex.py.


Member Function Documentation

Definition at line 59 of file _app_ex.py.

Definition at line 23 of file _app_ex.py.

Definition at line 64 of file _app_ex.py.

Definition at line 33 of file _app_ex.py.

Set the window to be used as the popup Frame's parent.

Definition at line 18 of file _app_ex.py.

Create the output window if needed and write the string to it.
If not called in the context of the gui thread then uses
CallAfter to do the work there.

Definition at line 41 of file _app_ex.py.


Member Data Documentation

Definition at line 11 of file _app_ex.py.

Definition at line 11 of file _app_ex.py.

Definition at line 11 of file _app_ex.py.

Definition at line 11 of file _app_ex.py.

Definition at line 23 of file _app_ex.py.

Definition at line 11 of file _app_ex.py.


The documentation for this class was generated from the following file:


wxPython_swig_interface
Author(s): Many
autogenerated on Mon Jan 6 2014 11:44:26