Is there a widget for wxPython like SuggestBox in the Google Web Toolkit? This is basically a magic text field that can call some code to come up with suggestions related to what the user has entered so far. Like a search box on a Google web page.
If such a widget is not floating yet, I would like to evaluate the sketch of how I can implement it with existing widgets.
source share