todo added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2003-09-05 14:41:12 +00:00
parent b657d5dbee
commit 258e4e914f
2 changed files with 2 additions and 0 deletions

View File

@ -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]);

View File

@ -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]);