git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23399
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
const wxValidator& validator,
const wxString& name)
{
const wxValidator& validator,
const wxString& name)
{
- if ( !wxListBoxBase::Create(parent, id, pos, size, style, validator, name) )
+ if ( !wxListBoxBase::Create(parent, id, pos, size, style & ~(wxHSCROLL|wxVSCROLL), validator, name) )
return false;
m_noItems = 0 ; // this will be increased by our append command
return false;
m_noItems = 0 ; // this will be increased by our append command
m_macUsesTXN &= (TXNInitTextension != (void*) kUnresolvedCFragSymbolAddress) ;
// base initialization
m_macUsesTXN &= (TXNInitTextension != (void*) kUnresolvedCFragSymbolAddress) ;
// base initialization
- if ( !wxTextCtrlBase::Create(parent, id, pos, size, style, validator, name) )
+ if ( !wxTextCtrlBase::Create(parent, id, pos, size, style & ~(wxHSCROLL|wxVSCROLL), validator, name) )
return FALSE;
wxSize mySize = size ;
return FALSE;
wxSize mySize = size ;
const wxValidator& validator,
const wxString& name)
{
const wxValidator& validator,
const wxString& name)
{
- if ( !wxListBoxBase::Create(parent, id, pos, size, style, validator, name) )
+ if ( !wxListBoxBase::Create(parent, id, pos, size, style & ~(wxHSCROLL|wxVSCROLL), validator, name) )
return false;
m_noItems = 0 ; // this will be increased by our append command
return false;
m_noItems = 0 ; // this will be increased by our append command
m_macUsesTXN &= (TXNInitTextension != (void*) kUnresolvedCFragSymbolAddress) ;
// base initialization
m_macUsesTXN &= (TXNInitTextension != (void*) kUnresolvedCFragSymbolAddress) ;
// base initialization
- if ( !wxTextCtrlBase::Create(parent, id, pos, size, style, validator, name) )
+ if ( !wxTextCtrlBase::Create(parent, id, pos, size, style & ~(wxHSCROLL|wxVSCROLL), validator, name) )
return FALSE;
wxSize mySize = size ;
return FALSE;
wxSize mySize = size ;