X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f41d6c8cd750a9ea532ce66350615829c95f6ff2..a90280fe1ac7b78563d44afffd1d3b0b521b5cd6:/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