mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-22 11:21:29 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@24242 72102866-910b-0410-8b05-ffd578937521
32 lines
897 B
XML
32 lines
897 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE gsmarkup>
|
|
|
|
<!-- Remove any menu items and submenus which you don't need. Add any
|
|
menu items and submenus which you need. -->
|
|
|
|
<gsmarkup>
|
|
<objects>
|
|
|
|
<menu type="main">
|
|
|
|
<menu title="Info">
|
|
<menuItem title="Info Panel..."
|
|
action="orderFrontStandardInfoPanel:"/>
|
|
<menuItem title="Preferences..." action=""/>
|
|
<menuItem title="Help..." action="orderFrontHelpPanel:" key="?"/>
|
|
</menu>
|
|
|
|
<menu title="Windows">
|
|
<menuItem title="Arrange In Front" action="arrangeInFront:"/>
|
|
<menuItem title="Miniaturize Window" action="performMiniaturize:"
|
|
key="m"/>
|
|
<menuItem title="Close Window" action="performClose:" key="w"/>
|
|
</menu>
|
|
|
|
<menu title="Services" type="services"/>
|
|
|
|
<menuItem title="Hide" action="hide:" key="h"/>
|
|
<menuItem title="Quit" action="terminate:" key="q"/>
|
|
</menu>
|
|
</objects>
|
|
</gsmarkup>
|