]> git.saurik.com Git - wxWidgets.git/commitdiff
document wxWindowID
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Thu, 4 Dec 2008 20:42:25 +0000 (20:42 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Thu, 4 Dec 2008 20:42:25 +0000 (20:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/windowid.h

index 58d02cf627a77c078ad672c7deb214155ecb6452..2f0308d5518e325cce32f6a40c7ec235ef2ee05c 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