]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/popupwin.h
minimum changes required for toolbar text related changes
[wxWidgets.git] / include / wx / popupwin.h
index 0bef727d28b2e6cb0777dee4cd324ac0e568cbcc..63c4d65eead6c65a56eec2b5d26406ddfb93d469 100644 (file)
@@ -151,9 +151,13 @@ protected:
     // notify the combo here
     virtual void OnDismiss();
 
+    // forward the key presses to the combobox
+    void OnKeyDown(wxKeyEvent& event);
+
     // the parent combobox
     wxComboControl *m_combo;
 
+    DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxPopupComboWindow)
 };