From b5f042a6c132c1b97cf03c4615bab966c23f57d2 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:09:24 +0200 Subject: 3.12 --- shared/custom_combo_box.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'shared/custom_combo_box.h') diff --git a/shared/custom_combo_box.h b/shared/custom_combo_box.h index 7db8cecf..28361a30 100644 --- a/shared/custom_combo_box.h +++ b/shared/custom_combo_box.h @@ -29,6 +29,13 @@ public: private: void OnKeyEvent(wxKeyEvent& event); + +#if wxCHECK_VERSION(2, 9, 1) + void OnShowDropDown(wxCommandEvent& event); + void OnHideDropDown(wxCommandEvent& event); + + bool dropDownShown; +#endif }; -- cgit