From 9c1fed55d70bbc0e64433426ca94a598d9bdb6c1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 12 Feb 2012 22:19:07 +0000 Subject: [PATCH] Don't document deprecated wxComboCtrl::SetValueWithEvent(). This method shouldn't be used at all, either SetValue() or ChangeValue() should be used instead, so don't document it. Closes #13961. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/combo.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/interface/wx/combo.h b/interface/wx/combo.h index 268f247573..d6e219350e 100644 --- a/interface/wx/combo.h +++ b/interface/wx/combo.h @@ -823,12 +823,6 @@ public: */ virtual void SetValue(const wxString& value); - /** - Same as SetValue(), but also sends wxCommandEvent of type - @c wxEVT_COMMAND_TEXT_UPDATED if @a withEvent is @true. - */ - void SetValueWithEvent(const wxString& value, bool withEvent = true); - /** Show the popup. -- 2.45.2