]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
Remove useless GetRowCount
[wxWidgets.git] / include / wx / defs.h
index 154667991872d1acf97cf586986e2d9145ed834e..ad5e2a6ab5683dc635f99850d8b1a1dedf969742 100644 (file)
@@ -1772,6 +1772,13 @@ enum wxKeyType
 /*  Standard menu IDs */
 enum
 {
+    /*
+       These ids delimit the range used by automatically-generated ids
+       (i.e. those used when wxID_ANY is specified during construction).
+     */
+    wxID_AUTO_LOWEST = -32000,
+    wxID_AUTO_HIGHEST = -2000,
+
     /* no id matches this one when compared to it */
     wxID_NONE = -3,