home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Komunik / phoenix / chrome / toolkit.jar / content / global / widgets / nativescrollbar.xml < prev    next >
Extensible Markup Language  |  2002-10-13  |  417b  |  15 lines

  1. <?xml version="1.0"?>
  2.  
  3. <bindings id="scrollbarBindings"
  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="scrollbar">
  9.     <content>
  10.       <xul:nativescrollbar flex="1" xbl:inherits="curpos,maxpos,pageincrement,increment,orient,sborient=orient"/>
  11.     </content>
  12.   </binding>
  13.     
  14. </bindings>
  15.