]> 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 9d179ac385a39a41a88ecda2868b55eba403baa6..e6df1706e05841a74315d5f509966971c25d9c7d 100644 (file)
@@ -31,6 +31,7 @@
 
 #endif
 
+extern WXDLLIMPEXP_DATA_CORE(const wxChar) wxComboBoxNameStr[];
 
 class WXDLLEXPORT wxGenericComboControl : public wxComboCtrlBase
 {
@@ -64,6 +65,8 @@ public:
 
     virtual ~wxGenericComboControl();
 
+    virtual bool IsKeyPopupToggle(const wxKeyEvent& event) const;
+
     static int GetFeatures() { return wxComboCtrlFeatures::All; }
 
 #if defined(__WXUNIVERSAL__)