2012-01-16 22:07:12 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<interface>
|
|
|
|
<menu id="appmenu">
|
|
|
|
<section>
|
|
|
|
<item label="_New" action="app.new" accel="<Primary>n"/>
|
|
|
|
<item label="_Open" action="app.open"/>
|
|
|
|
<item label="_Save" action="app.save" accel="<Primary>s"/>
|
|
|
|
<item label="Save _As..." action="app.save-as" accel="<Primary>s"/>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<item label="_Quit" action="app.quit" accel="<Primary>q"/>
|
|
|
|
</section>
|
|
|
|
</menu>
|
|
|
|
<menu id="menubar">
|
|
|
|
<submenu label="_Preferences">
|
2012-01-16 22:18:49 +00:00
|
|
|
<section>
|
|
|
|
<item label="_Prefer Dark Theme" action="app.dark"/>
|
|
|
|
<item label="_Hide Titlebar when maximized" action="win.titlebar"/>
|
|
|
|
<submenu label="_Color">
|
|
|
|
<section>
|
2012-01-24 05:07:03 +00:00
|
|
|
<item label="_Red" action="app.color" target="red" accel="<Primary>r"/>
|
|
|
|
<item label="_Green" action="app.color" target="green" accel="<Primary>g"/>
|
|
|
|
<item label="_Blue" action="app.color" target="blue" accel="<Primary>b"/>
|
2012-01-16 22:18:49 +00:00
|
|
|
</section>
|
|
|
|
</submenu>
|
|
|
|
<submenu label="_Shape">
|
|
|
|
<section>
|
|
|
|
<item label="_Square" action="win.shape" target="square" accel="<Primary>s"/>
|
|
|
|
<item label="_Rectangle" action="win.shape" target="rectangle" accel="<Primary>r"/>
|
|
|
|
<item label="_Oval" action="win.shape" target="oval" accel="<Primary>o"/>
|
|
|
|
</section>
|
|
|
|
</submenu>
|
|
|
|
<item label="_Bold" action="win.bold" accel="<Primary>b"/>
|
|
|
|
</section>
|
2012-01-16 22:07:12 +00:00
|
|
|
</submenu>
|
|
|
|
<submenu label="_Help">
|
|
|
|
<item label="_About" action="win.about" accel="<Primary>a"/>
|
|
|
|
</submenu>
|
|
|
|
</menu>
|
|
|
|
</interface>
|