]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/windowid.h
undo the last change as it results in buildbot configuration error
[wxWidgets.git] / interface / wx / windowid.h
index 58d02cf627a77c078ad672c7deb214155ecb6452..002c11eb00d555af2048517a497f36e993e36e3a 100644 (file)
@@ -6,6 +6,11 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
+/**
+    The type of unique identifiers (ID) used for wxWindow-derived classes.
+*/
+typedef int wxWindowID;
+
 /**
     @class wxIdManager
 
@@ -14,7 +19,7 @@
     and can also be used be used directly.
 
     @library{wxcore}
-    @category{misc}
+    @category{cfg}
 
     @see wxWindow::NewControlId(), wxWindow::UnreserveControlId(),
          @ref overview_windowids