autoCompleteCtrls

class lib.pyWx.autoCompleteCtrls.AutoCompleteIconCtrl(parent, id, value, style, choices, colNames=None, multiChoices=None, showHead=True, dropDownClick=True, colFetch=-1, colSearch=0, hideOnNoMatch=True, selectCallback=None, entryCallback=None, matchFunction=None, **therest)

Bases: lib.pyWx.autoCompleteCtrls.AutoCompleteTextCtrl

SetChoices(choices)
Sets the choices available in the popup wx.ListBox. The items will be sorted case insensitively.
match(text, choice)
Demonstrate “smart” matching feature, by ignoring http:// and www. when doing matches.
class lib.pyWx.autoCompleteCtrls.AutoCompleteTextCtrl(parent, id, value, style, choices)

Bases: other.pyWx.TextCtrlAutoComplete.TextCtrlAutoComplete

StartEvents()
StopEvents()
initialize(value, choices)
match(text, choice)
Demonstrate “smart” matching feature, by ignoring http:// and www. when doing matches.
onActivate(evt)
onClickToggleDown(event)
onControlChanged(event)
onListClick(evt)
setDynamicChoices()

Previous topic

about

Next topic

clipboard