]> git.saurik.com Git - wxWidgets.git/commitdiff
todo added
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 5 Sep 2003 14:41:12 +0000 (14:41 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 5 Sep 2003 14:41:12 +0000 (14:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/choice.cpp
src/mac/choice.cpp

index 2275ce10c07d3b6a3b0c12013453260ff3d053e6..c130d3798aa099eb4a68f8d16755fe6194fcd73b 100644 (file)
@@ -63,6 +63,7 @@ bool wxChoice::Create(wxWindow *parent, wxWindowID id,
     if ( n > 0 )
         SetControl32BitValue( (ControlHandle) m_macControl , 1 ) ;
     MacPostControlCreate() ;
     if ( n > 0 )
         SetControl32BitValue( (ControlHandle) m_macControl , 1 ) ;
     MacPostControlCreate() ;
+    // TODO wxCB_SORT
     for ( int i = 0; i < n; i++ )
     {
         Append(choices[i]);
     for ( int i = 0; i < n; i++ )
     {
         Append(choices[i]);
index 2275ce10c07d3b6a3b0c12013453260ff3d053e6..c130d3798aa099eb4a68f8d16755fe6194fcd73b 100644 (file)
@@ -63,6 +63,7 @@ bool wxChoice::Create(wxWindow *parent, wxWindowID id,
     if ( n > 0 )
         SetControl32BitValue( (ControlHandle) m_macControl , 1 ) ;
     MacPostControlCreate() ;
     if ( n > 0 )
         SetControl32BitValue( (ControlHandle) m_macControl , 1 ) ;
     MacPostControlCreate() ;
+    // TODO wxCB_SORT
     for ( int i = 0; i < n; i++ )
     {
         Append(choices[i]);
     for ( int i = 0; i < n; i++ )
     {
         Append(choices[i]);