Don't use wx[H|V]SCROLL styles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-01-02 20:41:34 +00:00
parent 30d215aa9b
commit 120826838f
4 changed files with 4 additions and 4 deletions

View File

@ -151,7 +151,7 @@ void wxStyledTextCtrl::Create(wxWindow *parent,
const wxString& name)
{
wxControl::Create(parent, id, pos, size,
style | wxVSCROLL | wxHSCROLL | wxWANTS_CHARS | wxCLIP_CHILDREN,
style | wxWANTS_CHARS | wxCLIP_CHILDREN,
wxDefaultValidator, name);
#ifdef LINK_LEXERS

View File

@ -151,7 +151,7 @@ void wxStyledTextCtrl::Create(wxWindow *parent,
const wxString& name)
{
wxControl::Create(parent, id, pos, size,
style | wxVSCROLL | wxHSCROLL | wxWANTS_CHARS | wxCLIP_CHILDREN,
style | wxWANTS_CHARS | wxCLIP_CHILDREN,
wxDefaultValidator, name);
#ifdef LINK_LEXERS

View File

@ -151,7 +151,7 @@ void wxStyledTextCtrl::Create(wxWindow *parent,
const wxString& name)
{
wxControl::Create(parent, id, pos, size,
style | wxVSCROLL | wxHSCROLL | wxWANTS_CHARS | wxCLIP_CHILDREN,
style | wxWANTS_CHARS | wxCLIP_CHILDREN,
wxDefaultValidator, name);
#ifdef LINK_LEXERS

View File

@ -151,7 +151,7 @@ void wxStyledTextCtrl::Create(wxWindow *parent,
const wxString& name)
{
wxControl::Create(parent, id, pos, size,
style | wxVSCROLL | wxHSCROLL | wxWANTS_CHARS | wxCLIP_CHILDREN,
style | wxWANTS_CHARS | wxCLIP_CHILDREN,
wxDefaultValidator, name);
#ifdef LINK_LEXERS