X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b21126db7a8232fa9e64b29f916d73d6b0153bef..232b2162776e08c0b16d5280b90f5c075f38c667:/interface/wx/defs.h diff --git a/interface/wx/defs.h b/interface/wx/defs.h index 5eeba8ee71..812d422968 100644 --- a/interface/wx/defs.h +++ b/interface/wx/defs.h @@ -6,6 +6,23 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// + +/** + No id matches this one when compared to it. +*/ +int wxID_NONE = -3; + +/** + Id for a separator line in the menu (invalid for normal item). +*/ +int wxID_SEPARATOR = -2; + +/** + Any id: means that we don't care about the id, whether when installing + an event handler or when creating a new window. +*/ +int wxID_ANY = -1; + /** Item kinds for use with wxMenu, wxMenuItem, and wxToolBar.