]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/combobox.h
adding OnLaunched
[wxWidgets.git] / include / wx / combobox.h
index a1a8a4386c802d7cf1d42fd521cbb8387166085d..f4dae22dcc1b7e1e9fe3a32953d3c9155f4b9910 100644 (file)
 
 #if wxUSE_COMBOBOX
 
+// For compatibility with 2.8 include this header to allow using wxTE_XXX
+// styles with wxComboBox without explicitly including it in the user code.
+#include "wx/textctrl.h"
+
 extern WXDLLIMPEXP_DATA_CORE(const char) wxComboBoxNameStr[];
 
 // ----------------------------------------------------------------------------