]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/combo.h
wxXML load/save improvements: added ability to not ignore whitespace and specify...
[wxWidgets.git] / include / wx / generic / combo.h
index feca13db3c20b19c5245f8549f5bb540e8bd0a5d..e6df1706e05841a74315d5f509966971c25d9c7d 100644 (file)
@@ -65,6 +65,8 @@ public:
 
     virtual ~wxGenericComboControl();
 
+    virtual bool IsKeyPopupToggle(const wxKeyEvent& event) const;
+
     static int GetFeatures() { return wxComboCtrlFeatures::All; }
 
 #if defined(__WXUNIVERSAL__)