Insert() patch from John Labenski
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 9 May 2003 12:58:28 +0000 (12:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 9 May 2003 12:58:28 +0000 (12:58 +0000)
commit243dbf1a5088be31980df51b97831b52cb6986cd
tree1db1c3a73c5a4f47fd480e1bfd10095d6d5cd334
parentb5f159ac91d08a32ddd33e384c0357f7dc5500e2
Insert() patch from John Labenski

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
27 files changed:
docs/latex/wx/ctrlsub.tex
include/wx/ctrlsub.h
include/wx/gtk/choice.h
include/wx/gtk/combobox.h
include/wx/gtk1/choice.h
include/wx/gtk1/combobox.h
include/wx/listbox.h
include/wx/mac/choice.h
include/wx/motif/choice.h
include/wx/motif/combobox.h
include/wx/msw/choice.h
include/wx/os2/choice.h
include/wx/univ/combobox.h
samples/widgets/combobox.cpp
src/common/ctrlsub.cpp
src/gtk/choice.cpp
src/gtk/combobox.cpp
src/gtk1/choice.cpp
src/gtk1/combobox.cpp
src/mac/carbon/choice.cpp
src/mac/choice.cpp
src/motif/choice.cpp
src/motif/combobox.cpp
src/motif/combobox_native.cpp
src/msw/choice.cpp
src/os2/choice.cpp
src/univ/combobox.cpp