X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f41d6c8cd750a9ea532ce66350615829c95f6ff2..730b772b41ad9df76e5226290bb9eb917ea161f0:/interface/wx/windowid.h?ds=sidebyside 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