]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
Bring AddActionTrigger() doc string up to date with the interface
[wxWidgets.git] / include / wx / defs.h
index f6ca2542d2052a1cc34f8c01a5b9eb9c9e86d767..cd23f910209769fe1b7737b57b8ec2cfed401199 100644 (file)
@@ -2117,6 +2117,13 @@ enum wxStandardID
     wxID_MDI_WINDOW_NEXT,
     wxID_MDI_WINDOW_LAST = wxID_MDI_WINDOW_NEXT,
 
+    /* OS X system menu ids */
+    wxID_OSX_MENU_FIRST = 5250,
+    wxID_OSX_HIDE = wxID_OSX_MENU_FIRST,
+    wxID_OSX_HIDEOTHERS,
+    wxID_OSX_SHOWALL,
+    wxID_OSX_MENU_LAST = wxID_OSX_SHOWALL,
+    
     /*  IDs used by generic file dialog (13 consecutive starting from this value) */
     wxID_FILEDLGG = 5900,