decouple item index from string value (patch 1905702)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-03-02 14:55:43 +00:00
parent 1a18f241bd
commit fdb47e62b9
2 changed files with 18 additions and 11 deletions

View File

@@ -212,6 +212,8 @@ private:
// Partial completion string
wxString m_partialCompletionString;
wxString m_stringValue;
#if wxUSE_TIMER
// Partial completion timer
wxTimer m_partialCompletionTimer;