git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24250
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
: wxFrame(parent, id, title, pos, size, style)
{
m_tbar = NULL;
: wxFrame(parent, id, title, pos, size, style)
{
m_tbar = NULL;
- m_textWindow = new wxTextCtrl(this, -1, _T(""), wxPoint(0, 0), wxSize(-1, -1), wxTE_MULTILINE);
m_smallToolbar = TRUE;
m_horzToolbar = TRUE;
m_smallToolbar = TRUE;
m_horzToolbar = TRUE;
// Create the toolbar
RecreateToolbar();
// Create the toolbar
RecreateToolbar();
+
+ m_textWindow = new wxTextCtrl(this, -1, _T(""), wxPoint(0, 0), wxSize(-1, -1), wxTE_MULTILINE);