X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f41d6c8cd750a9ea532ce66350615829c95f6ff2..b6fd0b424573e09ae7e83a28b225bbba008157b7:/interface/wx/windowid.h 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