wxWidgets/samples/widgets
Vadim Zeitlin 85047589a9 Split wxTextCompleter into a base class and wxTextCompleterSimple.
Allow overriding either the iterator-like methods of the base class or the
single and possibly more convenient, albeit slightly less efficient, method of
the derived wxTextCompleterSimple class.

This makes it possible to completely delegate to wxTextCompleter from wxMSW
IEnumString implementation and actually makes the code there easier, even if
it it still not quite trivial because of multi-threading concerns.

It also would make it possible to show the completions progressively, as they
are retrieved, in a future generic implementation of auto-completion (MSW
native implementation doesn't do this unfortunately and waits until all of the
completions become available before showing them).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-04-16 17:27:34 +00:00
..
icons
bmpcombobox.cpp Fixed various typos. 2011-03-22 14:17:38 +00:00
button.cpp Use consistent sizes for all icons used in the button page of widgets sample. 2011-03-15 11:10:42 +00:00
checkbox.cpp No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
choice.cpp
clrpicker.cpp
combobox.cpp
datepick.cpp Use correct month in the date picker page of the widgets sample. 2011-03-23 10:37:35 +00:00
dirctrl.cpp
dirpicker.cpp
editlbox.cpp
filectrl.cpp
filepicker.cpp
fontpicker.cpp
gauge.cpp
hyperlnk.cpp
itemcontainer.cpp
itemcontainer.h
listbox.cpp
makefile.bcc Rebake everything using bakefile 0.2.9. 2011-02-03 15:02:45 +00:00
makefile.gcc Rebake everything using bakefile 0.2.9. 2011-02-03 15:02:45 +00:00
Makefile.in Rebake everything using bakefile 0.2.9. 2011-02-03 15:02:45 +00:00
makefile.mic
makefile.unx Rebake everything using bakefile 0.2.9. 2011-02-03 15:02:45 +00:00
makefile.vc Rebake everything using bakefile 0.2.9. 2011-02-03 15:02:45 +00:00
makefile.wat Rebake everything using bakefile 0.2.9. 2011-02-03 15:02:45 +00:00
notebook.cpp
odcombobox.cpp
radiobox.cpp
searchctrl.cpp
slider.cpp Deprecate second parameter of wxSlider::SetTickFreq(). 2011-02-05 16:36:30 +00:00
spinbtn.cpp
statbmp.cpp
static.cpp Add wxUSE_MARKUP and wrap SetLabelMarkup() in it. 2011-02-27 12:48:07 +00:00
textctrl.cpp
toggle.cpp
widgets_vc7.vcproj Rebake everything using bakefile 0.2.9. 2011-02-03 15:02:45 +00:00
widgets_vc8.vcproj Rebake everything using bakefile 0.2.9. 2011-02-03 15:02:45 +00:00
widgets_vc9.vcproj Rebake everything using bakefile 0.2.9. 2011-02-03 15:02:45 +00:00
widgets.bkl
widgets.cpp Split wxTextCompleter into a base class and wxTextCompleterSimple. 2011-04-16 17:27:34 +00:00
widgets.dsp
widgets.h