]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/listbox.cpp
added wxTextEntry::AutoComplete() and implemented it for wxGTK
[wxWidgets.git] / src / palmos / listbox.cpp
index de22719ab66922e1e4b2b23ab5db8ddc8d9b4069..34d50d070c24ddf13321c77bd87cc295ac92987f 100644 (file)
@@ -95,7 +95,7 @@ wxEND_HANDLERS_TABLE()
 
 wxCONSTRUCTOR_4( wxListBox , wxWindow* , Parent , wxWindowID , Id , wxPoint , Position , wxSize , Size )
 #else
-IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControl)
+IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControlWithItems)
 #endif
 
 // ============================================================================