mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
406 B
XML
15 lines
406 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
|
|
|
<window
|
|
id="sbtest window"
|
|
title="test searchbar"
|
|
orient="horizontal"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
<!-- Widgets and markup go here -->
|
|
|
|
<script type="text/javascript" src="quit.js" />
|
|
<script type="text/javascript">goQuitApplication();</script>
|
|
|
|
</window>
|