mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
Merge pull request #52 from swt2c/text_completer_simple
Correct TextCompleterSimple example
This commit is contained in:
@@ -25,5 +25,5 @@
|
||||
|
||||
# Later on...
|
||||
text = wx.TextCtrl(parent, wx.ID_ANY, 'My Text')
|
||||
text.AutoComplete(MyTextCompleter)
|
||||
text.AutoComplete(MyTextCompleter())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user