git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33709
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
m_peer->SetValueAndRange( n > 0 ? 1 : 0 , 0 , 0 ) ;
MacPostControlCreate(pos,size) ;
m_peer->SetValueAndRange( n > 0 ? 1 : 0 , 0 , 0 ) ;
MacPostControlCreate(pos,size) ;
+ // FIXME: STL version of wxArrayString doesn't have the same args
+#if !wxUSE_STL
if ( style & wxCB_SORT )
{
m_strings = wxArrayString(1) ; // autosort
}
if ( style & wxCB_SORT )
{
m_strings = wxArrayString(1) ; // autosort
}
for ( int i = 0; i < n; i++ )
{
for ( int i = 0; i < n; i++ )
{