Adding in a XUL menubar.

This isn't really the right place for a XUL menubar, but it will do for the M1 demo.


git-svn-id: svn://10.0.0.236/trunk@18783 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
saari%netscape.com
1999-01-27 17:16:38 +00:00
parent 465d554d62
commit 4981161e36

View File

@@ -14,6 +14,20 @@
<!-- other parameters of command are assumed to have
some useful initial value -->
</xul:commands>
<xul:menubar>
<xul:menu name="File">
<xul:menuitem name="Print" cmd="nsCmd:BrowserPrint""/>
</xul:menu>
<xul:menu name="View">
<xul:menuitem name="Reload" cmd="nsCmd:BrowserReload"/>
</xul:menu>
<xul:menu name="Go">
<xul:menuitem name="Back" cmd="nsCmd:BrowserBack"/>
<xul:menuitem name="Forward" cmd="nsCmd:BrowserForward" />
<xul:menuitem name="Home" cmd="nsCmd:BrowserHome"/>
</xul:menu>
</xul:menubar>
<xul:toolbar>
<html:button cmd="nsCmd:BrowserBack" style="background-color:rgb(192,192,192);">
<html:img src="resource:/res/toolbar/TB_Back.gif"/><html:BR/>Back