Example #1
0
void logger::SetOfstream(std::ofstream *ofs)
{
	if (m_text_ctrl!=NULL)
		SetTextCtrl(NULL);

	m_os=(std::ostream *)ofs;
	m_ofs=ofs;
}
Example #2
0
TCCodeWriter::TCCodeWriter( wxStyledTextCtrl* tc )
{
	SetTextCtrl( tc );
}
Example #3
0
TCCodeWriter::TCCodeWriter( wxScintilla* tc )
{
	SetTextCtrl( tc );
}