X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55f095d4c14f64d72f3d451eae88c6420f59be36..cc77c86d1e71bae248f59f83904971d83e78c1a5:/src/univ/combobox.cpp diff --git a/src/univ/combobox.cpp b/src/univ/combobox.cpp index 216ea60c58..2e0af935fa 100644 --- a/src/univ/combobox.cpp +++ b/src/univ/combobox.cpp @@ -9,16 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -/* - TODO: - - +1. typing in the text should select the string in listbox - +2. scrollbars in listbox are unusable - +3. the initially selected item is not selected - ?4. kbd interface (what does GTK do?) - 5. there is still autoscrolling without scrollbars - but is it bad? - */ - // ============================================================================ // declarations // ============================================================================ @@ -203,7 +193,7 @@ BEGIN_EVENT_TABLE(wxComboTextCtrl, wxTextCtrl) EVT_TEXT(-1, wxComboTextCtrl::OnText) END_EVENT_TABLE() -IMPLEMENT_DYNAMIC_CLASS(wxComboBox, wxControl); +IMPLEMENT_DYNAMIC_CLASS(wxComboBox, wxControl) // ============================================================================ // implementation