home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <!--
- - The contents of this file are subject to the Mozilla Public
- - License Version 1.1 (the "License"); you may not use this file
- - except in compliance with the License. You may obtain a copy of
- - the License at http://www.mozilla.org/MPL/
- -
- - Software distributed under the License is distributed on an "AS
- - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- - implied. See the License for the specific language governing
- - rights and limitations under the License.
- -
- - The Original Code is Mozilla.org code.
- -
- - The Initial Developer of the Original Code is Hσkan Waara.
- - Portions created by Hσkan Waara are Copyright (C),
- - Hσkan Waara. All Rights Reserved.
- -
- - Contributor(s): Hσkan Waara (Original Author)
- -->
-
- <bindings id="spinbuttonsBindings"
- xmlns="http://www.mozilla.org/xbl"
- xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <binding id="spinbuttons"
- extends="chrome://global/content/bindings/spinbuttons.xml#spinbuttons-baseline">
- <resources>
- <stylesheet src="chrome://global/skin/spinbuttons.css"/>
- </resources>
- </binding>
-
- <binding id="spinbuttons-baseline">
- <content>
- <xul:vbox flex="1" align="center">
- <xul:image inherits="onclick=onup" id="upButton" class="up"/>
- <xul:image inherits="onclick=ondown" id="downButton" class="down"/>
- </xul:vbox>
- </content>
- </binding>
-
- </bindings>
-