]> git.saurik.com Git - wxWidgets.git/commit
Added wxComboPopup::FindItem() to help in deciding how SetValue() should change the...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Mon, 20 Dec 2010 13:51:24 +0000 (13:51 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Mon, 20 Dec 2010 13:51:24 +0000 (13:51 +0000)
commit238b33ab0e8c53a871998f385e957313eef2d804
treea50a0f3dc2be253f0bed6a0c15695d41c9de7817
parentf179b35ec29393ee8f7c884cee8f67ea4e3f2a49
Added wxComboPopup::FindItem() to help in deciding how SetValue() should change the value of a read-only wxComboCtrl. This allows wxOwnerDrawnComboBox to have the same behavior as wxComboBox in that respect.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/combo.h
include/wx/odcombo.h
interface/wx/combo.h
src/common/combocmn.cpp
src/generic/odcombo.cpp