Added some missing STL-like wxArray/wxArrayString constructors.
authorMattia Barbon <mbarbon@cpan.org>
Sat, 31 Jan 2004 18:21:45 +0000 (18:21 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 31 Jan 2004 18:21:45 +0000 (18:21 +0000)
commit584ad2a32fec156c6049145d7ece9a33213aea28
tree7241c500948cbbe0c64d13d9d78a5d2354555128
parent55945915c940d1708d296e69bb195f9388af8203
  Added some missing STL-like wxArray/wxArrayString constructors.
  Added helper class wxCArrayString, better replacement for
wxArrayString::GetStringArray.
  Added overloaded constructors and Create() methods taking
a wxArrayString for wxCheckListBox, wxChoice, wxComboBox,
wxListBox, wxRadioBox, wxSingleChoiceDialog, wxMultipleChoiceDialog.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
95 files changed:
docs/changes.txt
include/wx/arrstr.h
include/wx/cocoa/checklst.h
include/wx/cocoa/choice.h
include/wx/cocoa/combobox.h
include/wx/cocoa/listbox.h
include/wx/cocoa/radiobox.h
include/wx/dynarray.h
include/wx/generic/choicdgg.h
include/wx/gtk/checklst.h
include/wx/gtk/choice.h
include/wx/gtk/combobox.h
include/wx/gtk/listbox.h
include/wx/gtk/radiobox.h
include/wx/gtk1/checklst.h
include/wx/gtk1/choice.h
include/wx/gtk1/combobox.h
include/wx/gtk1/listbox.h
include/wx/gtk1/radiobox.h
include/wx/mac/checklst.h
include/wx/mac/choice.h
include/wx/mac/combobox.h
include/wx/mac/listbox.h
include/wx/mac/menu.h
include/wx/mac/radiobox.h
include/wx/motif/checklst.h
include/wx/motif/choice.h
include/wx/motif/combobox.h
include/wx/motif/listbox.h
include/wx/motif/menu.h
include/wx/motif/radiobox.h
include/wx/msw/checklst.h
include/wx/msw/choice.h
include/wx/msw/combobox.h
include/wx/msw/listbox.h
include/wx/msw/radiobox.h
include/wx/os2/checklst.h
include/wx/os2/choice.h
include/wx/os2/combobox.h
include/wx/os2/listbox.h
include/wx/os2/radiobox.h
include/wx/univ/checklst.h
include/wx/univ/choice.h
include/wx/univ/combobox.h
include/wx/univ/listbox.h
include/wx/univ/radiobox.h
src/cocoa/checklst.mm
src/cocoa/choice.mm
src/cocoa/combobox.mm
src/cocoa/listbox.mm
src/cocoa/radiobox.mm
src/generic/choicdgg.cpp
src/generic/grid.cpp
src/gtk/checklst.cpp
src/gtk/choice.cpp
src/gtk/combobox.cpp
src/gtk/listbox.cpp
src/gtk/radiobox.cpp
src/gtk1/checklst.cpp
src/gtk1/choice.cpp
src/gtk1/combobox.cpp
src/gtk1/listbox.cpp
src/gtk1/radiobox.cpp
src/mac/carbon/checklst.cpp
src/mac/carbon/choice.cpp
src/mac/carbon/combobox.cpp
src/mac/carbon/listbox.cpp
src/mac/carbon/radiobox.cpp
src/mac/checklst.cpp
src/mac/choice.cpp
src/mac/combobox.cpp
src/mac/listbox.cpp
src/mac/radiobox.cpp
src/motif/checklst.cpp
src/motif/choice.cpp
src/motif/combobox.cpp
src/motif/combobox_native.cpp
src/motif/listbox.cpp
src/motif/menu.cpp
src/motif/radiobox.cpp
src/msw/checklst.cpp
src/msw/choice.cpp
src/msw/combobox.cpp
src/msw/listbox.cpp
src/msw/radiobox.cpp
src/os2/checklst.cpp
src/os2/choice.cpp
src/os2/combobox.cpp
src/os2/listbox.cpp
src/os2/radiobox.cpp
src/univ/checklst.cpp
src/univ/choice.cpp
src/univ/combobox.cpp
src/univ/listbox.cpp
src/univ/radiobox.cpp