wx.LogTextCtrl

Inheritance diagram for wx.LogTextCtrl:



Description

Using these target all the log messages can be redirected to a text control. The text control must have been created with wx.TE_MULTILINE style by the caller previously.

See also

wx.TextCtrl

Derived From

Methods Summary

Class API

Methods

__init__(pTextCtrl)

Constructs a log target which sends all the log messages to the given text control. The pTextCtrl parameter cannot be None.

Parameters:


Returns:

wx.LogTextCtrl