]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
added missing #include "wx/buffer.h"
[wxWidgets.git] / include / wx / defs.h
index 6bb7da9ed420f8afdf96e81a2e303cd2b92ad806..75191a57e5000b0e828448ffe895c463b89761aa 100644 (file)
@@ -1695,6 +1695,16 @@ enum wxBackgroundStyle
   wxBG_STYLE_CUSTOM
 };
 
+/*
+ * Key types used by (old style) lists and hashes.
+ */
+enum wxKeyType
+{
+    wxKEY_NONE,
+    wxKEY_INTEGER,
+    wxKEY_STRING
+};
+
 /*  ---------------------------------------------------------------------------- */
 /*  standard IDs */
 /*  ---------------------------------------------------------------------------- */