X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dbaf49a996b4f8496a07f860297f3dca4a1817fd..538f3830191e25eaf0edb0a379e08d4f85ee49bc:/include/wx/generic/combo.h diff --git a/include/wx/generic/combo.h b/include/wx/generic/combo.h index feca13db3c..e6df1706e0 100644 --- a/include/wx/generic/combo.h +++ b/include/wx/generic/combo.h @@ -65,6 +65,8 @@ public: virtual ~wxGenericComboControl(); + virtual bool IsKeyPopupToggle(const wxKeyEvent& event) const; + static int GetFeatures() { return wxComboCtrlFeatures::All; } #if defined(__WXUNIVERSAL__)