I have a Window Menu in my application. It has four items: Minimize, Zoom, a separator and Bring All to Front. When I run the app xCode has added 10 items: Move Window to Left Side of Screen, Move Window to right Side of Screen, Enter Full Screen (not enabled, this isn't a full-screen app), Show Previous Tab (not enabled), Show next Tab(not enabled), Move Tab to New Window (not enabled), Merge All Windows (not Enabled), Show Tab Bar, Show All Tabs, a separator bar, Bring All to Front, and another separator Bar. Bring All to Front could be useful. Showing the tab bar could be useful when I have more than one window open. Looking at the .Xib I don't see any way to modify this. Is there any way to modify this or is it built automatically by XCode?