+ // auto-completion uses COM under Windows so they won't work without\r
+ // wxUSE_OLE as OleInitialize() is not called then\r
+#if wxUSE_OLE\r
+ virtual bool AutoComplete(const wxArrayString& choices);\r
+ virtual bool AutoCompleteFileNames();\r
+#endif // wxUSE_OLE\r
+\r