todo added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b657d5dbee
commit
258e4e914f
@ -63,6 +63,7 @@ bool wxChoice::Create(wxWindow *parent, wxWindowID id,
|
||||
if ( n > 0 )
|
||||
SetControl32BitValue( (ControlHandle) m_macControl , 1 ) ;
|
||||
MacPostControlCreate() ;
|
||||
// TODO wxCB_SORT
|
||||
for ( int i = 0; i < n; i++ )
|
||||
{
|
||||
Append(choices[i]);
|
||||
|
@ -63,6 +63,7 @@ bool wxChoice::Create(wxWindow *parent, wxWindowID id,
|
||||
if ( n > 0 )
|
||||
SetControl32BitValue( (ControlHandle) m_macControl , 1 ) ;
|
||||
MacPostControlCreate() ;
|
||||
// TODO wxCB_SORT
|
||||
for ( int i = 0; i < n; i++ )
|
||||
{
|
||||
Append(choices[i]);
|
||||
|
Loading…
Reference in New Issue
Block a user