mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
21 lines
475 B
XML
21 lines
475 B
XML
<?xml version="1.0"?>
|
|
|
|
<bindings id="insaneBindings"
|
|
xmlns="http://www.mozilla.org/xbl"
|
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<binding id="numberone">
|
|
<content>
|
|
<xul:text value="a"/>
|
|
<xul:box id="numbertwo">
|
|
<xul:checkbox label="b"/>
|
|
<children/>
|
|
<xul:text value="g"/>
|
|
</xul:box>
|
|
<xul:text value="i"/>
|
|
</content>
|
|
</binding>
|
|
|
|
</bindings>
|
|
|