From 258e4e914f18ec5990040bdcd5499c879573e210 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 5 Sep 2003 14:41:12 +0000 Subject: [PATCH] todo added git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/choice.cpp | 1 + src/mac/choice.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/mac/carbon/choice.cpp b/src/mac/carbon/choice.cpp index 2275ce10c0..c130d3798a 100644 --- a/src/mac/carbon/choice.cpp +++ b/src/mac/carbon/choice.cpp @@ -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]); diff --git a/src/mac/choice.cpp b/src/mac/choice.cpp index 2275ce10c0..c130d3798a 100644 --- a/src/mac/choice.cpp +++ b/src/mac/choice.cpp @@ -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]); -- 2.47.2