X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f41d6c8cd750a9ea532ce66350615829c95f6ff2..97d13342cc2ac77e21c38115cc6ebecac930f92a:/interface/wx/windowid.h diff --git a/interface/wx/windowid.h b/interface/wx/windowid.h index 58d02cf627..002c11eb00 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 @@ -14,7 +19,7 @@ and can also be used be used directly. @library{wxcore} - @category{misc} + @category{cfg} @see wxWindow::NewControlId(), wxWindow::UnreserveControlId(), @ref overview_windowids