// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
Create( parent, id, value, pos, size, style, validator, name );
}
Create( parent, id, value, pos, size, style, validator, name );
}
style |= wxALWAYS_SHOW_SB;
wxTextCtrlBase::Create( parent, id, pos /* wxDefaultPosition */, size,
style |= wxALWAYS_SHOW_SB;
wxTextCtrlBase::Create( parent, id, pos /* wxDefaultPosition */, size,
SetScrollbars( m_charWidth, m_lineHeight, 0, 0, 0, 0 );
Refresh();
SetScrollbars( m_charWidth, m_lineHeight, 0, 0, 0, 0 );
Refresh();