]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/windowid.h
Added a flag suppressing node content conversion when saving to XML.
[wxWidgets.git] / interface / wx / windowid.h
index 58d02cf627a77c078ad672c7deb214155ecb6452..62261621a7f13848ac3dcd16a041d42e161a444a 100644 (file)
@@ -3,9 +3,14 @@
 // Purpose:     interface of wxIdManager
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+/**
+    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