]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/mdi.cpp
Added wxTreeCtrl::GetItemParent to deprecate GetParent.
[wxWidgets.git] / src / mac / mdi.cpp
index 94b0244562d9749805a9fb4bd884b466fdf049ec..1ce76a692cece846ec077ac03442f15c3a1ad1b9 100644 (file)
@@ -44,6 +44,7 @@ static const int IDM_WINDOWCASCADE = 4002;
 static const int IDM_WINDOWICONS = 4003;
 static const int IDM_WINDOWNEXT = 4004;
 static const int IDM_WINDOWTILEVERT = 4005;
+static const int IDM_WINDOWPREV = 4006;
 
 // This range gives a maximum of 500 MDI children. Should be enough :-)
 static const int wxFIRST_MDI_CHILD = 4100;