X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9330ded5ddbf86a22dbd90c6ef0f3ed2f5f211b0..e81c7155869a701afe700d1d41a26de9acfda80e:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index e179b9ff8b..5db80e86af 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -1839,7 +1839,7 @@ enum wxKeyType /* ---------------------------------------------------------------------------- */ /* Standard menu IDs */ -enum +enum wxStandardID { /* These ids delimit the range used by automatically-generated ids @@ -2002,6 +2002,16 @@ enum wxID_ICONIZE_FRAME, wxID_RESTORE_FRAME, + /* MDI window menu ids */ + wxID_MDI_WINDOW_FIRST = 5230, + wxID_MDI_WINDOW_CASCADE = wxID_MDI_WINDOW_FIRST, + wxID_MDI_WINDOW_TILE_HORZ, + wxID_MDI_WINDOW_TILE_VERT, + wxID_MDI_WINDOW_ARRANGE_ICONS, + wxID_MDI_WINDOW_PREV, + wxID_MDI_WINDOW_NEXT, + wxID_MDI_WINDOW_LAST = wxID_MDI_WINDOW_NEXT, + /* IDs used by generic file dialog (13 consecutive starting from this value) */ wxID_FILEDLGG = 5900,