RetroZilla/extensions/manticore/browser/browser-toolbar.xml
2015-10-20 23:03:22 -04:00

25 lines
856 B
XML

<?xml version="1.0"?>
<toolbox id="mainToolbox"
xmlns="http://www.silverstone.net.nz/2001/manticore/uidl">
<toolstrip>
<toolbar id="command-toolbar" label="" visible="true" description="Command Toolbar">
<toolbarbutton label="Back" command="view-go-back"/>
<toolbarbutton label="Forward" command="view-go-forward"/>
<toolbarbutton label="Stop" command="view-stop"/>
<toolbarbutton label="Reload" command="view-reload"/>
<toolbarseparator/>
<toolbarbutton label="Home" command="view-go-home"/>
</toolbar>
</toolstrip>
<!-- This awaits a decent toolbar implementation
<toolstrip>
<toolbar id="navigation-toolbar" label="Location:" visible="true" description="Navigation Toolbar">
<locationbar/>
<toolbarbutton label="Go" command="go-to-url"/>
</toolbar>
</toolstrip>
-->
</toolbox>