home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / 01_03.iso / software / ghostzilla_hit / files / ghostzilla-1.0-plus-install.exe / res / builtin / platformCheckboxBindings.xml < prev    next >
Encoding:
Extensible Markup Language  |  2002-04-13  |  684 b   |  20 lines

  1. <?xml version="1.0"?>
  2.  
  3. <bindings id="platformCheckboxBindings"
  4.    xmlns="http://www.mozilla.org/xbl"
  5.    xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  6.    xmlns:xbl="http://www.mozilla.org/xbl">
  7.  
  8.   <binding id="checkbox" extends="resource:///res/builtin/checkboxBindings.xml#checkbox">
  9.     <content>
  10.       <xul:box class="input-checkbox-checkmark-box-1" align="center" xbl:inherits="disabled">
  11.         <xul:box class="input-checkbox-checkmark-box-2" align="center" flex="1">
  12.           <xul:image class="input-checkbox-check" cbattr="image" xbl:inherits="checked,disabled"/>
  13.         </xul:box>
  14.       </xul:box>
  15.     </content>
  16.   </binding>
  17.   
  18. </bindings>
  19.  
  20.