]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stc/stc.h
no changes (0 -> NULL)
[wxWidgets.git] / include / wx / stc / stc.h
index ab01bf1887fe284c910f0667dcaa590534bfc63c..62bc6db59417f7e344e558498683f24e6903f508 100644 (file)
 #include <wx/wx.h>
 #include <wx/dnd.h>
 
+//----------------------------------------------------------------------
+
+// Should a wxPopupWindow be used for the call tips and autocomplete windows?
+#ifndef wxSTC_USE_POPUP
+#define wxSTC_USE_POPUP 1
+#endif
+
 //----------------------------------------------------------------------
 // BEGIN generated section.  The following code is automatically generated
 //       by gen_iface.py.  Do not edit this file.  Edit stc.h.in instead