From d4bb7c9334e7d20410562261548fa4f3594388eb Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Thu, 4 Dec 2008 20:42:25 +0000 Subject: [PATCH] document wxWindowID git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/windowid.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/interface/wx/windowid.h b/interface/wx/windowid.h index 58d02cf627..2f0308d551 100644 --- a/interface/wx/windowid.h +++ b/interface/wx/windowid.h @@ -6,6 +6,11 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// +/** + The type of unique identifiers (ID) used for wxWindow-derived classes. +*/ +typedef int wxWindowID; + /** @class wxIdManager -- 2.45.2