home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / fusion.jar / skin / fusion / aim / aimBindings.xml < prev    next >
Extensible Markup Language  |  2005-07-29  |  705b  |  23 lines

  1. <?xml version="1.0"?>
  2.  
  3. <bindings id="aimBindings"
  4.    xmlns="http://www.mozilla.org/xbl"
  5.    xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  6.  
  7.   <binding id="aim-button" display="xul:button">
  8.     <content>
  9.       <children includes="observes|template|menupopup|tooltip"/>
  10.       <xul:image class="aim-button-image" xbl:inherits="src=image"/>
  11.     </content>
  12.   </binding>
  13.  
  14.   <binding id="aim-button-menu" extends="xul:menu">
  15.     <content>
  16.       <children includes="observes|template|menupopup|tooltip"/>
  17.       <xul:image class="aim-button-image" xbl:inherits="src=image"/>
  18.       <xul:image class="aim-button-dropmarker"/>
  19.     </content>
  20.   </binding>
  21.  
  22. </bindings>
  23.