#include </home/work/projects/wx/2.9/wx/interface/wx/log.h>

The text control must have been created with wxTE_MULTILINE style by the caller previously.
Public Member Functions | |
| wxLogTextCtrl (wxTextCtrl *pTextCtrl) | |
| Constructs a log target which sends all the log messages to the given text control. | |
| wxLogTextCtrl::wxLogTextCtrl | ( | wxTextCtrl * | pTextCtrl | ) |
Constructs a log target which sends all the log messages to the given text control.
The textctrl parameter cannot be NULL.
|
[ top ] |